nobrescan.com.br Open in urlscan Pro
177.190.248.62  Public Scan

Submitted URL: http://nobrescan.com.br/
Effective URL: https://nobrescan.com.br/
Submission: On February 28 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

GET https://nobrescan.com.br/

<form id="blog-post-search" class="ajax manga-search-form" action="https://nobrescan.com.br/" method="get">
  <input type="text" placeholder="Search..." name="s" value="" class="manga-search-field ui-autocomplete-input" autocomplete="off">
  <input type="submit" value="Search">
  <div class="loader-inner line-scale">
    <div></div>
    <div></div>
    <div></div>
    <div></div>
    <div></div>
  </div>
  <input type="hidden" name="post_type" value="wp-manga">
  <ul id="ui-id-1" tabindex="0" class="ui-menu ui-widget ui-widget-content ui-autocomplete ui-front" unselectable="on" style="display: none;"></ul>
</form>

GET https://nobrescan.com.br/

<form class="manga-search-form search-form ajax" action="https://nobrescan.com.br/" method="get">
  <input class="manga-search-field ui-autocomplete-input" type="text" placeholder="Search..." name="s" value="" autocomplete="off">
  <input type="hidden" name="post_type" value="wp-manga"> <i class="icon ion-ios-search"></i>
  <div class="loader-inner ball-clip-rotate-multiple">
    <div></div>
    <div></div>
  </div>
  <input type="submit" value="Search">
  <ul id="ui-id-2" tabindex="0" class="ui-menu ui-widget ui-widget-content ui-autocomplete ui-front" unselectable="on" style="display: none;"></ul>
</form>

Name: loginformPOST

<form name="loginform" id="loginform" method="post">
  <p>
    <label>Username or Email Address * <br> <input type="text" name="log" class="input user_login" value="" size="20">
    </label>
  </p>
  <p>
    <label>Password * <br> <input type="password" autocomplete="" name="pwd" class="input user_pass" value="" size="20">
    </label>
  </p>
  <p>
    <script>
      document.addEventListener("DOMContentLoaded", function() {
        jQuery(".mo_btn-mo").prop("disabled", false);
      });
    </script>
    <script type="text/javascript">
      document.addEventListener("DOMContentLoaded", function() {
        jQuery(document).ready(function() {
          jQuery(".login-button").css("cursor", "pointer");
        });
      });

      function mo_openid_on_consent_change(checkbox) {
        if (!checkbox.checked) {
          jQuery('#mo_openid_consent_checkbox').val(1);
          jQuery(".mo_btn-mo").attr("disabled", true);
          jQuery(".login-button").addClass("dis");
        } else {
          jQuery('#mo_openid_consent_checkbox').val(0);
          jQuery(".mo_btn-mo").attr("disabled", false);
          jQuery(".login-button").removeClass("dis");
        }
      }
      var perfEntries = performance.getEntriesByType("navigation");
      if (perfEntries[0].type === "back_forward") {
        location.reload(true);
      }

      function HandlePopupResult(result) {
        window.location = "https://nobrescan.com.br";
      }

      function moOpenIdLogin(app_name, is_custom_app) {
        var current_url = window.location.href;
        var cookie_name = "redirect_current_url";
        var d = new Date();
        d.setTime(d.getTime() + (2 * 24 * 60 * 60 * 1000));
        var expires = "expires=" + d.toUTCString();
        document.cookie = cookie_name + "=" + current_url + ";" + expires + ";path=/";
        var base_url = 'https://nobrescan.com.br';
        var request_uri = '/';
        var http = 'https://';
        var http_host = 'nobrescan.com.br';
        var default_nonce = '878b13477c';
        var custom_nonce = '7e919e2e86';
        if (is_custom_app == 'false') {
          if (request_uri.indexOf('wp-login.php') != -1) {
            var redirect_url = base_url + '/?option=getmosociallogin&wp_nonce=' + default_nonce + '&app_name=';
          } else {
            var redirect_url = http + http_host + request_uri;
            if (redirect_url.indexOf('?') != -1) {
              redirect_url = redirect_url + '&option=getmosociallogin&wp_nonce=' + default_nonce + '&app_name=';
            } else {
              redirect_url = redirect_url + '?option=getmosociallogin&wp_nonce=' + default_nonce + '&app_name=';
            }
          }
        } else {
          if (request_uri.indexOf('wp-login.php') != -1) {
            var redirect_url = base_url + '/?option=oauthredirect&wp_nonce=' + custom_nonce + '&app_name=';
          } else {
            var redirect_url = http + http_host + request_uri;
            if (redirect_url.indexOf('?') != -1) redirect_url = redirect_url + '&option=oauthredirect&wp_nonce=' + custom_nonce + '&app_name=';
            else redirect_url = redirect_url + '?option=oauthredirect&wp_nonce=' + custom_nonce + '&app_name=';
          }
        }
        if (0) {
          var myWindow = window.open(redirect_url + app_name, "", "width=700,height=620");
        } else {
          window.location.href = redirect_url + app_name;
        }
      }
    </script>
  </p>
  <div class="mo-openid-app-icons">
    <p style="color:#000000;width: fit-content"> Connect with</p>
    <a style="border-color: rgb(79, 113, 232); border-bottom-width: thin; margin-left: 8px !important; width: 200px !important; padding-top: 6px !important; padding-bottom: 6px !important; margin-bottom: 3px !important; border-radius: 4px !important; cursor: pointer;" class="mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-google mo_btn-custom-dec login-button mo_btn_transform" onclick="moOpenIdLogin('google','false');"> <img class="fa" style="padding-top:0px !important;margin-top: 0" src="https://nobrescan.com.br/wp-content/plugins/miniorange-login-openid/includes/images/icons/g.png">Login with Google</a><a style="margin-left: 8px !important; width: 200px !important; padding-top: 6px !important; padding-bottom: 6px !important; margin-bottom: 3px !important; border-radius: 4px !important; cursor: pointer;" class="mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-linkedin mo_btn-custom-dec login-button mo_btn_transform_i  " onclick="moOpenIdLogin('linkedin','false');"> <i class="fab fa-linkedin" style="padding-top:0px !important;margin-top: 0" src="https://nobrescan.com.br/wp-content/plugins/miniorange-login-openid/includes/images/icons/linkedin.png"></i>Login with Linkedin</a><a style="margin-left: 8px !important; width: 200px !important; padding-top: 6px !important; padding-bottom: 6px !important; margin-bottom: 3px !important; border-radius: 4px !important; cursor: pointer;" class="mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-amazon mo_btn-custom-dec login-button mo_btn_transform_i  " onclick="moOpenIdLogin('amazon','false');"> <i class="fab fa-amazon" style="padding-top:0px !important;margin-top: 0" src="https://nobrescan.com.br/wp-content/plugins/miniorange-login-openid/includes/images/icons/amazon.png"></i>Login with Amazon</a>
  </div>
  <p></p>
  <p class="forgetmenot">
    <label>
      <input name="rememberme" type="checkbox" id="rememberme" value="forever">Remember Me </label>
  </p>
  <p class="submit">
    <input type="submit" name="wp-submit" class="button button-primary button-large wp-submit" value="Log In"> <input type="hidden" name="redirect_to" value="https://nobrescan.com.br/wp-admin/">
    <input type="hidden" name="testcookie" value="1">
  </p>
</form>

Name: registerform

<form name="registerform" id="registerform" novalidate="novalidate">
  <p>
    <label>Username * <br>
      <input type="text" name="user_sign-up" class="input user_login" value="" size="20">
    </label>
  </p>
  <p>
    <label>Email Address * <br>
      <input type="email" name="email_sign-up" class="input user_email" value="" size="20">
    </label>
  </p>
  <p>
    <label>Password *<br>
      <input type="password" name="pass_sign-up" autocomplete="" class="input user_pass" value="" size="25">
    </label>
  </p>
  <p class="action">
    <script>
      document.addEventListener("DOMContentLoaded", function() {
        jQuery(".mo_btn-mo").prop("disabled", false);
      });
    </script>
    <script type="text/javascript">
      document.addEventListener("DOMContentLoaded", function() {
        jQuery(document).ready(function() {
          jQuery(".login-button").css("cursor", "pointer");
        });
      });

      function mo_openid_on_consent_change(checkbox) {
        if (!checkbox.checked) {
          jQuery('#mo_openid_consent_checkbox').val(1);
          jQuery(".mo_btn-mo").attr("disabled", true);
          jQuery(".login-button").addClass("dis");
        } else {
          jQuery('#mo_openid_consent_checkbox').val(0);
          jQuery(".mo_btn-mo").attr("disabled", false);
          jQuery(".login-button").removeClass("dis");
        }
      }
      var perfEntries = performance.getEntriesByType("navigation");
      if (perfEntries[0].type === "back_forward") {
        location.reload(true);
      }

      function HandlePopupResult(result) {
        window.location = "https://nobrescan.com.br";
      }

      function moOpenIdLogin(app_name, is_custom_app) {
        var current_url = window.location.href;
        var cookie_name = "redirect_current_url";
        var d = new Date();
        d.setTime(d.getTime() + (2 * 24 * 60 * 60 * 1000));
        var expires = "expires=" + d.toUTCString();
        document.cookie = cookie_name + "=" + current_url + ";" + expires + ";path=/";
        var base_url = 'https://nobrescan.com.br';
        var request_uri = '/';
        var http = 'https://';
        var http_host = 'nobrescan.com.br';
        var default_nonce = '878b13477c';
        var custom_nonce = '7e919e2e86';
        if (is_custom_app == 'false') {
          if (request_uri.indexOf('wp-login.php') != -1) {
            var redirect_url = base_url + '/?option=getmosociallogin&wp_nonce=' + default_nonce + '&app_name=';
          } else {
            var redirect_url = http + http_host + request_uri;
            if (redirect_url.indexOf('?') != -1) {
              redirect_url = redirect_url + '&option=getmosociallogin&wp_nonce=' + default_nonce + '&app_name=';
            } else {
              redirect_url = redirect_url + '?option=getmosociallogin&wp_nonce=' + default_nonce + '&app_name=';
            }
          }
        } else {
          if (request_uri.indexOf('wp-login.php') != -1) {
            var redirect_url = base_url + '/?option=oauthredirect&wp_nonce=' + custom_nonce + '&app_name=';
          } else {
            var redirect_url = http + http_host + request_uri;
            if (redirect_url.indexOf('?') != -1) redirect_url = redirect_url + '&option=oauthredirect&wp_nonce=' + custom_nonce + '&app_name=';
            else redirect_url = redirect_url + '?option=oauthredirect&wp_nonce=' + custom_nonce + '&app_name=';
          }
        }
        if (0) {
          var myWindow = window.open(redirect_url + app_name, "", "width=700,height=620");
        } else {
          window.location.href = redirect_url + app_name;
        }
      }
    </script>
  </p>
  <div class="mo-openid-app-icons">
    <p style="color:#000000;width: fit-content"> Connect with</p>
    <a style="border-color: rgb(79, 113, 232); border-bottom-width: thin; margin-left: 8px !important; width: 200px !important; padding-top: 6px !important; padding-bottom: 6px !important; margin-bottom: 3px !important; border-radius: 4px !important; cursor: pointer;" class="mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-google mo_btn-custom-dec login-button mo_btn_transform" onclick="moOpenIdLogin('google','false');"> <img class="fa" style="padding-top:0px !important;margin-top: 0" src="https://nobrescan.com.br/wp-content/plugins/miniorange-login-openid/includes/images/icons/g.png">Login with Google</a><a style="margin-left: 8px !important; width: 200px !important; padding-top: 6px !important; padding-bottom: 6px !important; margin-bottom: 3px !important; border-radius: 4px !important; cursor: pointer;" class="mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-linkedin mo_btn-custom-dec login-button mo_btn_transform_i  " onclick="moOpenIdLogin('linkedin','false');"> <i class="fab fa-linkedin" style="padding-top:0px !important;margin-top: 0" src="https://nobrescan.com.br/wp-content/plugins/miniorange-login-openid/includes/images/icons/linkedin.png"></i>Login with Linkedin</a><a style="margin-left: 8px !important; width: 200px !important; padding-top: 6px !important; padding-bottom: 6px !important; margin-bottom: 3px !important; border-radius: 4px !important; cursor: pointer;" class="mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-amazon mo_btn-custom-dec login-button mo_btn_transform_i  " onclick="moOpenIdLogin('amazon','false');"> <i class="fab fa-amazon" style="padding-top:0px !important;margin-top: 0" src="https://nobrescan.com.br/wp-content/plugins/miniorange-login-openid/includes/images/icons/amazon.png"></i>Login with Amazon</a>
  </div>
  <p>
    <label for="crcc_code">Enter the characters below</label>
    <input type="text" name="crcc_code" id="crcc_code" class="input" size="20" required="required" autocomplete="off">
    <br>
    <img src="https://nobrescan.com.br/wp-admin/admin-ajax.php?action=crcc_get_img&amp;encrypted_string=Ctnts6gYt9OHMM6%2F%2F1vvz1tNhDKdxNp5jgAQcAUuLWgQRLeDZOPFXJpEJblNcKbIwbM%3D">
    <input type="hidden" name="crcc_code_crypt" value="Ctnts6gYt9OHMM6%2F%2F1vvz1tNhDKdxNp5jgAQcAUuLWgQRLeDZOPFXJpEJblNcKbIwbM%3D">
  </p>
  <p></p>
  <input type="hidden" name="redirect_to" value="">
  <p class="submit">
    <input type="submit" name="wp-submit" class="button button-primary button-large wp-submit" value="Register">
  </p>
</form>

Name: resetformPOST

<form name="resetform" id="resetform" method="post">
  <p>
    <label>Username or Email Address <br>
      <input type="text" name="user_reset" id="user_reset" class="input" value="" size="20">
    </label>
  </p>
  <p class="submit">
    <input type="submit" name="wp-submit" class="button button-primary button-large wp-submit" value="Get New Password">
    <input type="hidden" name="testcookie" value="1">
  </p>
</form>

Text Content

 * 

 * Novel
 * +18

 * * 

Pesquisar

Faça Login Registre-se
 * Novel
 * +18



 * Discord
 * Facebook
 * Padrim
   

Faça Login Registre-se

LEIA TAMBÉM

Previous

IROIRO TO OOKII ONNANOKO

6 de agosto de 2022
02 01

DOREI TENSEI: SONO DOREI, SAIKYOU NO MOTO OUJI NI TSUKI

17 de agosto de 2023
Cap. 47 Cap. 46
18+


ORE NO SHINYUU WA TS

19 de maio de 2022
01

THE BABY ISN’T YOURS (PROMO)

24 de novembro de 2022
One-shot

MAHOU SHOUJO GAKUEN NO SUKETTO KYOUSHI

9 de maio de 2022
10 9

IROIRO TO OOKII ONNANOKO

6 de agosto de 2022
02 01

DOREI TENSEI: SONO DOREI, SAIKYOU NO MOTO OUJI NI TSUKI

17 de agosto de 2023
Cap. 47 Cap. 46
18+


ORE NO SHINYUU WA TS

19 de maio de 2022
01

THE BABY ISN’T YOURS (PROMO)

24 de novembro de 2022
One-shot

MAHOU SHOUJO GAKUEN NO SUKETTO KYOUSHI

9 de maio de 2022
10 9

IROIRO TO OOKII ONNANOKO

6 de agosto de 2022
02 01

DOREI TENSEI: SONO DOREI, SAIKYOU NO MOTO OUJI NI TSUKI

17 de agosto de 2023
Cap. 47 Cap. 46
18+


ORE NO SHINYUU WA TS

19 de maio de 2022
01

THE BABY ISN’T YOURS (PROMO)

24 de novembro de 2022
One-shot
Next


TODOS OS MANGÁS

43 resultados
Ordenado Por
 * Último
 * A-Z
 * Pontuação
 * Tópicos Quentes
 * Mais visualizados
 * Novos


THE VILLAIN DISCOVERED MY IDENTITY

5
113
112 4 de novembro de 2023


AKUYAKU REIJOU LEVEL 99: WATASHI WA URA-BOSS DESU GA MAOU DEWA ARIMASEN

4.7
Cap 14.1 21 de fevereiro de 2024
Cap 13.2 31 de janeiro de 2024
Manga


MY TSUNDERE CHILDHOOD FRIEND IS VERY CUTE

5
Capítulo 1 Volume 1 27 de janeiro de 2024
Novel


USHIRO NO SEKI NO GAL NI SUKARETE SHIMATTA. MOU ORE WA DAME KAMOSHIRENAI.

5
Capítulo 1 Volume 1 22 de janeiro de 2024
Capítulo 0 Volume 1 22 de janeiro de 2024
Novel


ALYA ÁS VEZES ESCONDE SEUS SENTIMENTOS EM RUSSO

5
Capítulo 10 Volume 1 22 de janeiro de 2024
Capítulo 9 Volume 1 22 de janeiro de 2024


DEMON X ANGEL, CAN’T GET ALONG!

4.1
Cap. 23 17 de dezembro de 2023
Cap. 22 15 de agosto de 2023


ISEKAI DEMO BUNAN NI IKITAI SHOUKOUGUN

3.8
17 28 de setembro de 2023
16 29 de julho de 2023


THE BLOOD PRINCESS AND THE KNIGHT

4.1
Cap. 63 25 de setembro de 2023
Cap. 62 18 de agosto de 2023


DOREI TENSEI: SONO DOREI, SAIKYOU NO MOTO OUJI NI TSUKI

3.9
Cap. 47 17 de agosto de 2023
Cap. 46 17 de julho de 2023
Estagio Scan


MOUNT CELEB KANEDA-SAN

3
04 13 de julho de 2023
03 1 de julho de 2023
CARREGAR OUTRAS OBRAS
 

 

 






Nobre Scan


×


FAÇA LOGIN



Username or Email Address *


Password *




Connect with

Login with Google Login with Linkedin Login with Amazon



Remember Me



Lost your password?

← Back to Nobre Scan


×


REGISTRE-SE

Register For This Site.

Username *


Email Address *


Password *




Connect with

Login with Google Login with Linkedin Login with Amazon

Enter the characters below






Log in | Lost your password?

← Back to Nobre Scan


×


LOST YOUR PASSWORD?

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

Username or Email Address




← Back to Nobre Scan




Notificações