av.poc.myoneid.dev Open in urlscan Pro
138.68.144.17  Public Scan

Submitted URL: http://av.poc.myoneid.dev/
Effective URL: https://av.poc.myoneid.dev/
Submission Tags: @phish_report
Submission: On February 05 via api from FI — Scanned from NZ

Form analysis 1 forms found in the DOM

<form id="userForm">
  <div class="mb-4">
    <label class="block text-gray-700 text-sm font-bold mb-2" for="first-name">First Name:</label>
    <input class="shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" id="first-name" type="text" name="first-name" required="">
  </div>
  <div class="mb-4">
    <label class="block text-gray-700 text-sm font-bold mb-2" for="last-name">Last Name:</label>
    <input class="shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" id="last-name" type="text" name="last-name" required="">
  </div>
  <div class="mb-4">
    <label class="block text-gray-700 text-sm font-bold mb-2" for="dob">Date of Birth:</label>
    <input class="shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" id="dob" type="date" name="dob">
  </div>
  <label class="block text-gray-700 text-sm font-bold mb-2" for="postcode">Address:</label>
  <div class="flex flex-row items-center">
    <input type="text" name="postcode" id="searchBox" placeholder="Enter Postcode" class="flex-grow p-2 border rounded">
    <a onclick="findAddress()" class="flex-none p-2 bg-blue-500 text-white rounded">Search</a>
  </div>
  <!-- <div class="fieldWrap mb-4">
                <label class="block text-gray-700 text-sm font-bold mb-2" for="searchBox">Postcode:</label>
                <input type="text" name="search"
                    class="searchInput shadow appearance-none border rounded py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline"
                    id="searchBox" placeholder="Enter Postcode" onchange="showClear()"
                    onkeypress="return enterSearch(event)">
                <button
                    class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline ml-2"
                    onClick="findAddress()">Search</button>
            </div> -->
  <div class="fieldWrap mb-4">
    <div class="error text-red-500" id="errorMessage"></div>
  </div>
  <div class="fieldWrap mb-4">
    <div id="result"></div>
  </div>
  <div class="seperator mb-4" id="seperator"></div>
  <!-- <div class="fieldWrap mb-4">
                    <div class="outputArea" id="output"></div>
                </div> -->
  <div class="mt-8 mb-4">
    <button class="w-full bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline" type="submit"> Submit </button>
  </div>
</form>

Text Content

ONEID AGE VERIFICATION DEMO

Please enter your details below

First Name:
Last Name:
Date of Birth:
Address:
Search



Submit