aisteel.cl Open in urlscan Pro
190.101.211.141  Public Scan

URL: https://aisteel.cl/
Submission: On May 15 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET /shop

<form method="get" class="o_wsale_products_searchbar_form" action="/shop">
  <div role="search" class="input-group">
    <div class="te_advanced_search_div dropdown">
      <a role="button" href="#" class="btn btn-primary dropdown-toggle ept-parent-category" id="ept-parent-category" name="category" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
                        <span class="category_img_span"></span><span class="span_category">All</span><span class="caret"></span>
                    </a>
      <div class="dropdown-menu" aria-labelledby="ept-parent-category">
        <a class="dropdown-item ept-category-a">All</a>
      </div>
    </div>
    <input type="search" name="search" class="search-query form-control oe_search_box" data-limit="5" data-display-description="true" data-display-price="true" data-display-image="true" placeholder="Buscar…" autocomplete="off">
    <div class="input-group-append">
      <button type="submit" class="btn btn-primary oe_search_button" aria-label="Búsqueda" title="Búsqueda"><i class="fa fa-search"></i></button>
    </div>
  </div>
  <input name="order" type="hidden" class="o_wsale_search_order_by" value="">
</form>

POST /web/login

<form class="oe_login_form" role="form" method="post" onsubmit="this.action = this.action + location.hash" action="/web/login">
  <input type="hidden" name="csrf_token" value="5aab9d3cf08d9ff80860803206eafe9c9beca685o1747308102">
  <input type="hidden" name="login_form_ept" value="1">
  <div class="form-group field-login">
    <label for="login">Email</label>
    <input type="text" placeholder="Email" name="login" id="login" required="required" autofocus="autofocus" autocapitalize="off" class="form-control ">
  </div>
  <div class="form-group field-password">
    <label for="password">Password</label>
    <input type="password" placeholder="Password" name="password" id="password" required="required" autocomplete="current-password" maxlength="4096" class="form-control ">
  </div>
  <div class="alert-success-error">
    <p class="alert alert-success d-none">You are successfully logged in</p>
    <p class="alert alert-danger d-none"></p>
  </div>
  <div class="clearfix oe_login_buttons text-center mb-1 pt-3">
    <button type="submit" class="btn btn-primary btn-block te_theme_button te_login_button">Log in </button>
    <div class="justify-content-between mt-2 d-flex small">
      <a class="open_reset_password" data-keyboard="true" href="#resetPasswordPopup">Reset Password
                    </a>
    </div>
    <div class="o_login_auth"></div>
    <em class="d-block text-center text-muted small my-1"> - or - </em>
    <div class="o_auth_oauth_providers mt-1 mb-1 text-left"> Log in With : <a class="list-group-item-action py-2" href="https://accounts.odoo.com/oauth2/auth?response_type=token&amp;client_id=46c6cd6a-0632-11ef-81c3-001a6407a7ae&amp;redirect_uri=https%3A%2F%2Faisteel.cl%2Fauth_oauth%2Fsignin&amp;scope=userinfo&amp;state=%7B%22d%22%3A+%22M5_prod1%22%2C+%22p%22%3A+1%2C+%22r%22%3A+%22https%253A%252F%252Faisteel.cl%252Fweb%22%7D">
                                <i class="fa fa-fw o_custom_icon"></i>
                            </a>
    </div>
  </div>
  <input type="hidden" name="redirect">
</form>

POST

<form class="oe_reset_password_form te_reset_password_form" role="form" method="post" style="display: none;">
  <input type="hidden" name="csrf_token" value="5aab9d3cf08d9ff80860803206eafe9c9beca685o1747308102">
  <input type="hidden" name="reset_form_ept" value="1">
  <div class="form-group field-login">
    <label for="login" class="col-form-label">Your Email</label>
    <input type="text" name="login" id="login" class="form-control" autofocus="autofocus" required="required" autocapitalize="off">
  </div>
  <div class="alert-success-error"></div>
  <input type="hidden" name="redirect">
  <input type="hidden" name="token">
  <div class="clearfix oe_login_buttons">
    <div class="d-flex justify-content-between align-items-center small">
      <button type="submit" class="btn btn-primary te_theme_button">Confirm</button>
      <a class="back_login" href="#loginPopup">Back to Login</a>
    </div>
    <div class="o_login_auth"></div>
  </div>
</form>

POST /web/signup

<form class="oe_signup_form_ept oe_signup_form" role="form" method="post" action="/web/signup">
  <input type="hidden" name="csrf_token" value="5aab9d3cf08d9ff80860803206eafe9c9beca685o1747308102">
  <input type="hidden" name="signup_form_ept" value="1">
  <div class="form-group field-login">
    <label for="login">Tu correo electrónico</label>
    <input type="text" name="login" id="login" class="form-control form-control-sm" autofocus="autofocus" autocapitalize="off" required="required">
  </div>
  <div class="form-group field-name">
    <label for="name">Tu nombre</label>
    <input type="text" name="name" id="name" class="form-control form-control-sm" placeholder="Ej. John Doe" required="required">
  </div>
  <div class="form-group field-password pt-2">
    <label for="password">Contraseña</label>
    <input type="password" name="password" id="password" class="form-control form-control-sm" required="required">
  </div>
  <div class="form-group field-confirm_password">
    <label for="confirm_password">Confirmar contraseña</label>
    <input type="password" name="confirm_password" id="confirm_password" class="form-control form-control-sm" required="required">
  </div>
  <div class="alert-success-error">
    <p class="alert alert-success d-none">You are successfully register your account</p>
    <p class="alert alert-danger d-none"></p>
  </div>
  <input type="hidden" name="redirect">
  <input type="hidden" name="token">
  <div class="text-center oe_signup_buttons pt-3">
    <button type="submit" class="btn btn-primary btn-block te_theme_button te_signup_button">Sign up </button>
    <div class="o_login_auth"></div>
    <em class="d-block text-center text-muted small my-1"> - or - </em>
    <div class="o_auth_oauth_providers mt-1 mb-1 text-left"> Log in With : <a class="list-group-item-action py-2" href="https://accounts.odoo.com/oauth2/auth?response_type=token&amp;client_id=46c6cd6a-0632-11ef-81c3-001a6407a7ae&amp;redirect_uri=https%3A%2F%2Faisteel.cl%2Fauth_oauth%2Fsignin&amp;scope=userinfo&amp;state=%7B%22d%22%3A+%22M5_prod1%22%2C+%22p%22%3A+1%2C+%22r%22%3A+%22https%253A%252F%252Faisteel.cl%252Fweb%22%7D">
                                <i class="fa fa-fw o_custom_icon"></i>
                            </a>
    </div>
  </div>
</form>

Text Content

True
 * 
 * Start typing and press Enter to search
   All
   All
   
 * 0
 * 0
 * Sign in
    * Login
   
   Email
   Password
   
   You are successfully logged in
   
   
   
   Log in
   Reset Password
   
   - or -
   Log in With :
   Your Email
   
   Confirm Back to Login
   
   Tu correo electrónico
   Tu nombre
   Contraseña
   Confirmar contraseña
   
   You are successfully register your account
   
   
   
   Sign up
   
   - or -
   Log in With :

Contáctenos

Comparar 0
Puede comparar un máximo de 4 productos.
Comparar

The page you requested could not be found

 * Homepage
 * Contact Us

To install this Web App in your iPhone/iPad press and then Add to Home Screen.




ENLACES DE ÍNTERES

 * Inicio
 * Acerca de
 * Productos
 * Servicios
 * Legal
 * Contáctenos

ACERCA DE

We are a team of passionate people whose goal is to improve everyone's life
through disruptive products. We build great products to solve your business
problems.

Our products are designed for small to medium size companies willing to optimize
their performance.

CONTACTE CON NOSOTROS

 * Contáctenos
 * info@yourcompany.example.com
 * +1 (650) 555-0111

SÍGANOS

Copyright © Company name
Español (CL) Español (CL) es_CL
en English (US) es_CL Español (CL)