hentairead.com Open in urlscan Pro
2606:4700:3038::6815:e9c9  Public Scan

Submitted URL: http://www.hentairead.com//hentai//body/-jack/-kare/-to/-kanojo/-no/-himitsu//
Effective URL: https://hentairead.com/hentai/body/-jack/-kare/-to/-kanojo/-no/-himitsu/
Submission: On September 19 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

POST https://hentairead.com/auth/login

<form id="loginForm" action="https://hentairead.com/auth/login" method="post" class="modal-ajax-form flex flex-col gap-5" data-action="login">
  <div class="form-fields flex flex-col gap-5">
    <div class="form-field">
      <label class="flex flex-col gap-1">
        <span class="text-gray-500">Username or Email Address <span class="text-surface-primary">*</span></span>
        <input type="text" name="log" placeholder="Username or Email Address" class="rounded-xl py-4 px-3 bg-gray-700 border border-gray-700 text-gray-200 focus:bg-transparent focus:border-surface-primary focus:outline-0 transition" required="">
      </label>
    </div>
    <div class="form-field">
      <label class="flex flex-col gap-1">
        <span class="text-gray-500">Password <span class="text-surface-primary">*</span></span>
        <input type="password" name="pwd" placeholder="Password" class="rounded-xl py-4 px-3 bg-gray-700 border border-gray-700 text-gray-200 focus:bg-transparent focus:border-surface-primary focus:outline-0 transition" required="">
      </label>
    </div>
    <div class="form-field">
      <label class="flex items-center">
        <input type="checkbox" name="rememberme" value="1" class="w-3 h-3 text-secondary bg-gray-100 border-gray-300 rounded focus:ring-0 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600">
        <span class="ml-1 text-gray-500">Remember me</span>
      </label>
    </div>
    <div class="form-field">
      <a href="#" data-modal="lostpassword" class="text-secondary font-medium">Lost your password?</a>
    </div>
  </div>
  <div class="form-messages hidden flex flex-col gap-2"></div>
  <div class="form-actions">
    <button type="submit" class="w-full btn--rounded flex-center-center text-base font-medium">Login</button>
  </div>
</form>

POST https://hentairead.com/auth/lostPass

<form id="lostPassForm" action="https://hentairead.com/auth/lostPass" class="modal-ajax-form group flex flex-col gap-5" method="post" data-action="lostpassword">
  <div class="form-fields flex flex-col gap-5">
    <div class="form-field">
      <label class="flex flex-col gap-1">
        <span class="text-gray-500">Username or Email Address <span class="text-surface-primary">*</span></span>
        <input type="text" name="user_login" placeholder="Username or Email Address" class="rounded-xl py-4 px-3 bg-gray-700 border border-gray-700 text-gray-200 focus:bg-transparent focus:border-surface-primary focus:outline-0 transition"
          required="">
      </label>
    </div>
    <div class="text-gray-300">Please enter your username or email address. You will receive a link to create a new password via email.</div>
  </div>
  <div class="form-messages hidden flex flex-col gap-2"></div>
  <div class="form-actions mt-5">
    <button type="submit" class="w-full btn--rounded flex-center-center text-base font-medium">Send Email</button>
  </div>
</form>

POST https://hentairead.com/auth/resetPass

<form id="resetPassForm" action="https://hentairead.com/auth/resetPass" class="modal-ajax-form group flex flex-col gap-5" method="post" data-action="resetpass">
  <input type="hidden" name="key" value="">
  <input type="hidden" name="login" value="">
  <div class="form-fields flex flex-col gap-5">
    <div class="form-field">
      <label class="flex flex-col gap-1">
        <span class="text-gray-500">New Password <span class="text-surface-primary">*</span></span>
        <span class="password-field relative group/password">
          <input type="password" name="pass_1" placeholder="Enter your password"
            class="rounded-xl py-4 px-3 bg-gray-700 border border-gray-700 text-gray-200 focus:bg-transparent focus:border-surface-primary focus:outline-0 transition block w-full peer" required="" minlength="8>">
          <button type="button" class="password-toggle-btn absolute top-1/2 -translate-y-1/2 right-2 p-3 text-gray-50 rounded-xl hover:bg-[#00000017]">
            <i class="fa-regular fa-eye w-6 h-6 group-[&amp;.text-mode]/password:hidden flex items-center justify-center"></i>
            <i class="fa-regular fa-eye-slash w-6 h-6 hidden group-[&amp;.text-mode]/password:flex items-center justify-center"></i>
          </button> </span>
      </label>
    </div>
    <div class="form-field">
      <label class="flex flex-col gap-1">
        <span class="text-gray-500">Repeat New Password <span class="text-surface-primary">*</span></span>
        <span class="password-field relative group/password">
          <input type="password" name="pass_2" placeholder="Confirm your password"
            class="rounded-xl py-4 px-3 bg-gray-700 border border-gray-700 text-gray-200 focus:bg-transparent focus:border-surface-primary focus:outline-0 transition block w-full peer" required="" minlength="8">
          <button type="button" class="password-toggle-btn absolute top-1/2 -translate-y-1/2 right-2 p-3 text-gray-50 rounded-xl hover:bg-[#00000017]">
            <i class="fa-regular fa-eye w-6 h-6 group-[&amp;.text-mode]/password:hidden flex items-center justify-center"></i>
            <i class="fa-regular fa-eye-slash w-6 h-6 hidden group-[&amp;.text-mode]/password:flex items-center justify-center"></i>
          </button> </span>
      </label>
    </div>
    <div class="text-gray-300">Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ &amp; ).</div>
  </div>
  <div class="form-messages hidden flex flex-col gap-2"></div>
  <div class="form-actions mt-5">
    <button type="submit" class="w-full btn--rounded flex-center-center text-base font-medium">Send Email</button>
  </div>
</form>

POST https://hentairead.com/auth/register

<form id="signUpForm" action="https://hentairead.com/auth/register" class="modal-ajax-form flex flex-col gap-5" method="post" data-action="signup">
  <div class="form-fields flex flex-col gap-5">
    <div class="form-field text-sm">
      <label class="flex flex-col gap-1">
        <span class="text-gray-500">Nickname <span class="text-surface-primary">*</span></span>
        <input type="text" name="user_login" placeholder="Nickname" class="rounded-xl py-4 px-3 bg-gray-700 border border-gray-700 text-gray-200 focus:bg-transparent focus:border-surface-primary focus:outline-0 transition" required="" minlength="6"
          maxlength="40">
      </label>
    </div>
    <div class="form-field text-sm">
      <label class="flex flex-col gap-1">
        <span class="text-gray-500">Email Address <span class="text-surface-primary">*</span></span>
        <input type="email" name="user_email" placeholder="Email Address" class="rounded-xl py-4 px-3 bg-gray-700 border border-gray-700 text-gray-200 focus:bg-transparent focus:border-surface-primary focus:outline-0 transition" required="">
      </label>
    </div>
    <div class="text-sm text-gray-300">Registration confirmation will be emailed to you.</div>
  </div>
  <div class="form-messages hidden flex flex-col gap-2"></div>
  <div class="form-actions mt-5">
    <button type="submit" class="w-full btn--rounded flex-center-center text-base font-medium">Register</button>
  </div>
</form>

Text Content

404

Oops! lewd not found.

Go Home


SEARCH RESULTS

No matches found


TAG RESULTS




MANGA RESULTS





WELCOME BACK TO
HENTAIREAD

Username or Email Address *
Password *
Remember me
Lost your password?

Login

--------------------------------------------------------------------------------

Don't have an account?
Create an account
Signing in...
Hang tight! This will just take a moment.



LOST YOUR PASSWORD?

Username or Email Address *
Please enter your username or email address. You will receive a link to create a
new password via email.

Send Email
Your request is being processed...
Hang tight! This will just take a moment.
Reset successfully!
Please check your email to get reset password link.
Login



RESET ACCOUNT PASSWORD

New Password *
Repeat New Password *
Hint: The password should be at least twelve characters long. To make it
stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ %
^ & ).

Send Email
Resetting your password...
Hang tight! This will just take a moment.
Reset done!
Your account password has been reset successfully!
Login



CREATE YOUR ACCOUNT

Nickname *
Email Address *
Registration confirmation will be emailed to you.

Register

--------------------------------------------------------------------------------

Already have an account?
Login
Creating your account...
Hang tight! This will just take a moment.
Congratulation!
Your account has been created successfully!
Login