www.luno.co.za Open in urlscan Pro
197.98.40.7  Public Scan

URL: https://www.luno.co.za/
Submission: On April 01 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 6 forms found in the DOM

POST https://www.luno.co.za/admin/

<form action="https://www.luno.co.za/admin/" method="post">
  <input type="hidden" name="login_success" value="true">
  <button class="_jsLoginHiddenFrm">Login</button>
</form>

POST https://www.luno.co.za/admin/

<form action="https://www.luno.co.za/admin/" method="POST" class="_jsForm _jsLoginForm navForm" role="form" data-ajax="false" data-onsuccess="formSuccess" data-beforesubmit="beforeSubmit" data-onfailure="formFail" data-clearform="true">
  <input type="hidden" name="login" value="true">
  <div class="form-group loginBoxContainer">
    <input type="text" name="username" class="form-control loginBoxInput _jsLoginToFocus" id="exampleInputEmail1" placeholder="Username" data-val="{&quot;blank&quot;:false}">
  </div>
  <div class="form-group loginBoxContainer">
    <input type="password" name="password" class="form-control loginBoxInput _jsPasswordToFocus" id="exampleInputPassword1" placeholder="Password" data-val="{&quot;blank&quot;:false}">
    <span toggle="#password-field" class="fa fa-fw fa-eye field-icon1 toggle-password"></span>
  </div>
  <button type="submit" class="btn btn-default loginBtn _jsSubmitForm">Login</button><a href="#profile" class="forgotPassword _jsForgotPasswordTab" role="tab" data-toggle="tab">Forgot Password?</a>
  <span class="loginLoader hide _jsFormLoader">
    <img src="img/ajax-loader.gif">
  </span>
  <div class=" _jsErrorMsg col-xs-12 mainError hide">
  </div>
  <!-- <div class="loginFail hide _jsFail">Invalid ID and/or password.</div> -->
</form>

POST ajax.php

<form action="ajax.php" method="POST" class="_jsForm _jsForgotPasswordForm" role="form" data-ajax="true" data-onsuccess="formSuccess" data-onfailure="formFail" data-clearform="true">
  <input type="hidden" name="forgot_password" value="true">
  <div class="form-group loginBoxContainer">
    <input type="email" name="username" class="form-control loginBoxInput" id="exampleInputEmail1" placeholder="Enter Username" data-val="{&quot;blank&quot;:false}">
  </div>
  <button type="submit" class="btn btn-default loginBtn _jsSubmitForm">Submit</button>
  <span class="hide _jsFormLoader">
    <img src="img/ajax-loader.gif">
  </span>
  <div class="loginSuccess hide _jsSuccess">Password has been sent successfully!</div>
  <div class="loginFail hide _jsFail">Invalid ID number specified, try again!</div>
</form>

POST https://www.luno.co.za/admin/

<form action="https://www.luno.co.za/admin/" method="POST" class="_jsForm _jsLoginForm" role="form" data-ajax="false" data-onsuccess="formSuccess" data-onfailure="formFail" data-clearform="true">
  <input type="hidden" name="login" value="true">
  <div class="modal fade" id="login" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
    <div class="modal-dialog">
      <div class="modal-content">
        <div class="modal-header">
          <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
          <h1 class="modal-title popiHeading" id="myModalLabel">Login</h1>
        </div>
        <div class="modal-body">
          <div class="form-group loginBoxContainer">
            <input type="text" name="username" class="form-control loginBoxInputModal _jsLoginToFocus" id="exampleInputEmail1" placeholder="Enter Username" data-val="{&quot;blank&quot;:false}">
          </div>
          <div class="form-group loginBoxContainer _jsRemovePassword">
            <input type="password" name="password" class="form-control loginBoxInputModal _jsPasswordToFocus" id="exampleInputPassword2" placeholder="Password" data-val="{&quot;blank&quot;:false}">
            <span toggle="#password-field" class="fa fa-fw fa-eye field-icon2 toggle-password"></span>
          </div>
          <div class="row">
            <div class="col-xs-12 pull-left">
              <a href="#" class="forgotPasswordModal _jsForgotPasswordTab" role="tab" data-toggle="tab">Forgot Password?</a>
            </div>
          </div>
          <div class="row noMarg">
            <button type="submit" class="btn btn-default popiUpdateBtnModal col-xs-5 col-xxs-12  _jsSubmitForm">Login</button>
            <div class="col-xs-7 col-xxs-12 loginModalMobile _jsErrorMsg">
            </div>
          </div>
          <span class="hide _jsFormLoader">
            <img src="img/ajax-loader.gif">
          </span>
          <span class="_jsSuccess hide">Thank you for contacting us. We will contact you shortly.</span>
        </div>
      </div>
    </div>
  </div>
</form>

POST ajax.php

<form action="ajax.php" method="POST" class="form-horizontal _jsForm _jsPopi" role="form" data-ajax="true" data-onsuccess="formSuccess" data-onfailure="formFail" data-clearform="true">
  <input type="hidden" name="manage_subscription" value="true">
  <input type="hidden" name="brandname" value="Luno">
  <div class="modal-dialog popiContainer">
    <div class="modal-content">
      <div class="modal-header popiModaleader">
        <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
        <h1 class="modal-title popiHeading" id="myModalLabel">Manage Subscription</h1>
        <p>Update your info and subscription preferences</p>
      </div>
      <div class="modal-body">
        <fieldset>
          <!-- Personal Details -->
          <legend class="popiLabel">Personal Details</legend>
          <div class="form-group">
            <label class="col-sm-3 control-label popiFormLabels">Name</label>
            <div class="col-sm-9">
              <input class="form-control" type="text" name="popi_name" placeholder="John" data-val="{&quot;alphaNumeric&quot;:&quot;Can only be text and numbers&quot;}">
            </div>
          </div>
          <div class="form-group">
            <label class="col-sm-3 control-label popiFormLabels">Surname</label>
            <div class="col-sm-9">
              <input class="form-control" type="text" name="popi_surname" placeholder="Doe" data-val="{&quot;alphaNumeric&quot;:&quot;Can only be text and numbers&quot;}">
            </div>
          </div>
          <div class="form-group">
            <label class="col-sm-3 control-label popiFormLabels">Cell Number</label>
            <div class="col-sm-9">
              <input class="form-control" type="text" name="popi_cell" placeholder="086 555 5555" data-val="{&quot;telephone&quot;:&quot;Please input a valid cell number&quot;}">
            </div>
          </div>
          <div class="form-group">
            <label class="col-sm-3 control-label popiFormLabels">Email Address</label>
            <div class="col-sm-9">
              <input class="form-control" type="text" name="popi_email" placeholder="email@address.com" data-val="{&quot;email&quot;:&quot;Please input a valid email address&quot;}">
            </div>
          </div>
          <div class="form-group">
            <label class="col-sm-3 control-label popiFormLabels">ID Number</label>
            <div class="col-sm-9">
              <input class="form-control" type="text" name="popi_said" placeholder="555555 55 55 555" data-val="{&quot;id&quot;:&quot;Please input a valid ID Number&quot;}">
            </div>
          </div>
          <!-- Communication -->
          <legend class="popiLabel">Communication</legend>
          <div>
            <p>I would like to opt out of communication from Luno via:</p>
          </div>
          <!-- Email -->
          <div class="row">
            <div class="col-md-3 col-sm-4 col-xs-5">
              <label for="email">Email</label>
            </div>
            <div class="col-md-9 col-sm-8 col-xs-7">
              <section>
                <div class="checkboxFive">
                  <input class="_jsCheck" type="checkbox" value="1" id="emailcom" name="optout_email" data-val="{&quot;blank&quot;:true}">
                  <label for="emailcom"></label>
                </div>
              </section>
            </div>
          </div>
          <!-- SMS -->
          <div class="row">
            <div class="col-md-3 col-sm-4 col-xs-5">
              <label for="email">SMS</label>
            </div>
            <div class="col-md-9 col-sm-8 col-xs-7">
              <section>
                <div class="checkboxFive">
                  <input class="_jsCheck" type="checkbox" value="1" id="smscom" name="optout_sms" data-val="{&quot;blank&quot;:true}">
                  <label for="smscom"></label>
                </div>
              </section>
            </div>
          </div>
          <!-- Telephone -->
          <div class="row">
            <div class="col-md-3 col-sm-4 col-xs-5">
              <label for="email">Telephone</label>
            </div>
            <div class="col-md-9 col-sm-8 col-xs-7">
              <section>
                <div class="checkboxFive">
                  <input class="_jsCheck" type="checkbox" value="1" id="telcom" name="optout_tel" data-val="{&quot;blank&quot;:true}">
                  <label for="telcom"></label>
                </div>
              </section>
            </div>
          </div>
        </fieldset>
        <h3 class="_jsSuccess hide" style="padding: 0 10px;">You have successfully opted out of communication from Luno.</h3>
      </div>
      <div class="modal-footer CtaAlign">
        <div class="row">
          <div class="col-xxs-12">
            <button class="btn btn-default popiUpdateBtnSubscription _jsSubmitForm">Update Subscription</button>
            <span class="hide _jsFormLoader">
              <img src="img/ajax-loader.gif">
            </span>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST ajax.php

<form action="ajax.php" method="POST" class="_jsForm" data-ajax="true" data-onsuccess="formSuccess" data-onfailure="formFail" data-clearform="true">
  <input type="hidden" name="signup_request" value="true">
  <div class="modal fade" id="signup" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
    <div class="modal-dialog">
      <div class="modal-content">
        <div class="modal-header">
          <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
          <h1 class="modal-title popiHeading" id="myModalLabel">Sign Up</h1>
        </div>
        <div class="modal-body">
          <p>To sign up for our service, you can either call, email us or fill in the form below and we will contact you.</p>
          <div class="form-group">
            <input class="form-control" type="text" name="customer_name" placeholder="John" data-val="{&quot;alphaNumeric&quot;:&quot;Can only be text and numbers&quot;}">
          </div>
          <div class="form-group">
            <input class="form-control" type="text" name="ccl_name" placeholder="Doe" data-val="{&quot;alphaNumeric&quot;:&quot;Can only be text and numbers&quot;}">
          </div>
          <div class="form-group">
            <input class="form-control" type="text" name="cell_number" placeholder="083 555 5555" data-val="{&quot;telephone&quot;:&quot;Please input a valid cell number&quot;, &quot;minlen&quot;:&quot;10&quot;,&quot;maxlen&quot;:&quot;10&quot;}"
              data-error="Please ensure you have entered a valid, 10-digit cellphone number.">
          </div>
          <div class="form-group">
            <input class="form-control" type="text" name="email" placeholder="email@address.com" data-val="{&quot;email&quot;:&quot;Please input a valid email address&quot;}"
              data-error="Please ensure you have entered a valid email address and that it contains the @ symbol.">
          </div>
          <div class="form-group">
            <input class="form-control" type="text" name="id_number" placeholder="ID Number" data-val="{&quot;id&quot;:&quot;&quot;}" data-error="Please ensure you have entered a valid id number.">
          </div>
          <div class="form-group">
            <textarea class="form-control" type="text" name="comment" placeholder="Comments" data-val="{&quot;blank&quot;: true}"></textarea>
          </div>
          <div class="form-group">
            <button class="btn btn-default popiUpdateBtnSignUp _jsSubmitForm">Submit</button>
            <span class="signUpLoader hide _jsFormLoader">
              <img src="img/ajax-loader.gif">
            </span>
            <span class="_jsSuccess alert alert-success signUpsuccessMsg hide">Thank you for contacting us. One of our Luno agents will be in contact with you shortly.</span>
            <div class="row _jsFailure hide offset-top-20">
              <div class="col-md-12">
                <p class="msg failure alert alert-danger" data-orig-msg="Something went wrong, please try again.">Something went wrong, please try again.</p>
              </div>
            </div>
          </div>
        </div>
        <div class="modal-footer"> 0801 118 823<br>
          <a href="mailto:support@luno.co.za">support@luno.co.za</a>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

Login
Toggle navigation
0801 118 823 support@luno.co.za
Login

LoginForgot Password?


Submit
Password has been sent successfully!
Invalid ID number specified, try again!

 * Home
 * Features
 * Credit Report
 * Support
 * Learn More
   
 * Log In
   
 * Login
 * Activate

Your browser does not support the video element. Kindly,update it to latest
version.


Video Player is loading.
Play Video
Pause
Unmute

Current Time 0:03
/
Duration 0:37
Loaded: 0%


0:04
Progress: 0%
Stream Type LIVE
Remaining Time -0:34

Playback Rate

1x
Chapters
 * Chapters

Descriptions
 * descriptions off, selected

Captions
 * captions settings, opens captions settings dialog
 * captions off, selected

Audio Track

Fullscreen

This is a modal window.



Beginning of dialog window. Escape will cancel and close the window.

TextColorWhiteBlackRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentBackgroundColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentTransparentWindowColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyTransparentSemi-TransparentOpaque
Font Size50%75%100%125%150%175%200%300%400%Text Edge
StyleNoneRaisedDepressedUniformDropshadowFont FamilyProportional
Sans-SerifMonospace Sans-SerifProportional SerifMonospace SerifCasualScriptSmall
Caps
Reset restore all settings to the default valuesDone
Close Modal Dialog

End of dialog window.

Your Credit History

Luno offers you the tools to know and manage your credit status and
opportunities, including:

 * A monthly credit report
 * Credit score information
 * Dispute resolution

More Features ▶
Monthly Credit Reports

Luno provides accurate monthly reporting, allowing you to make informed
decisions about your financial well-being.
Reports include:

 * Credit health score
 * Debt summary
 * Credit account status

More Features ▶
Dispute Resolution

Every person has the right to access and challenge the information displayed in
a credit report. Luno (in partnership with XDS) offers this service to their
members.

View More Info ▶

Ensure a healthy credit status

Become credit fit with Luno for only R65p/m
Terms and Conditions | Privacy Policy | Cookie Policy | PAIA Manual | Copyright
© 2023 Luno.
All rights reserved

×Close


LOGIN

Forgot Password?
Login

Thank you for contacting us. We will contact you shortly.
×Close


MANAGE SUBSCRIPTION

Update your info and subscription preferences

Personal Details
Name

Surname

Cell Number

Email Address

ID Number

Communication

I would like to opt out of communication from Luno via:

Email

SMS

Telephone



YOU HAVE SUCCESSFULLY OPTED OUT OF COMMUNICATION FROM LUNO.

Update Subscription
×Close


SIGN UP

To sign up for our service, you can either call, email us or fill in the form
below and we will contact you.







Submit Thank you for contacting us. One of our Luno agents will be in contact
with you shortly.

Something went wrong, please try again.

0801 118 823
support@luno.co.za
×Close


MANAGE SUBSCRIPTION




Close


For news and information regarding COVID-19,
please visit SA Corona Virus

×
This website uses cookies. By clicking "Accept" you agree to the updated Privacy
Policy.
ACCEPT