careers-dev.netsol.digital Open in urlscan Pro
2606:4700:3030::6815:5c7c  Public Scan

Submitted URL: https://testo.netsol.digital/
Effective URL: https://careers-dev.netsol.digital/
Submission: On November 26 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

https://careers-dev.netsol.digital/member/?redirect_to=https%3A%2F%2Fcareers-dev.netsol.digital%3Flogged_in%3D1

<form style="max-width: 600px; margin: auto" id="noo-ajax-login-form" class="noo-ajax-login-form form-horizontal" action="https://careers-dev.netsol.digital/member/?redirect_to=https%3A%2F%2Fcareers-dev.netsol.digital%3Flogged_in%3D1"
  novalidate="novalidate">
  <div style="display: none">
    <input type="hidden" name="action" value="noo_ajax_login">
    <input type="hidden" class="security" name="security" value="4c9e0fe1b8">
  </div>
  <div class="form-group text-center noo-ajax-result" style="display: none"></div>
  <div class="form-group row">
    <label for="67458fc2aa2c3_log" class="col-sm-3 control-label"> Email</label>
    <div class="col-sm-9">
      <input type="email" class="log form-control" id="67458fc2aa2c3_log" required="required" name="log" placeholder="Email" aria-required="true">
    </div>
  </div>
  <div class="form-group row">
    <label for="67458fc2aa2c3_pwd" class="col-sm-3 control-label">Password</label>
    <div class="col-sm-9">
      <input type="password" id="67458fc2aa2c3_pwd" class="pwd form-control" required="" value="" name="pwd" placeholder="Password" aria-required="true">
    </div>
  </div>
  <div class="form-group row">
    <div class="col-sm-9 col-sm-offset-3">
      <div class="checkbox">
        <div class="form-control-flat"><label class="checkbox"><input type="checkbox" id="67458fc2aa2c3_rememberme" class="rememberme" name="rememberme" value="forever"><i></i> Remember Me</label></div>
      </div>
    </div>
  </div>
  <div class="form-actions form-group text-center">
    <input type="hidden" class="redirect_to" name="redirect_to" value="https://careers-dev.netsol.digital?logged_in=1">
    <button type="submit" class="btn btn-primary">Sign In</button>
    <div class="login-form-links">
      <span><a href="https://careers-dev.netsol.digital/member/lost-password/"><i class="fa fa-question-circle"></i> Forgot Password?</a></span>
      <span>Don't have an account yet? <a href="https://careers-dev.netsol.digital/member/" class="member-register-link">Register Now <i class="fa fa-long-arrow-right"></i></a></span>
    </div>
  </div>
</form>

https://careers-dev.netsol.digital/member/

<form class="noo-ajax-register-form form-horizontal" action="https://careers-dev.netsol.digital/member/" id="registerform" novalidate="novalidate">
  <div style="display: none">
    <input type="hidden" class="redirect_to" name="redirect_to" value="">
    <input type="hidden" name="action" value="noo_ajax_register">
    <input type="hidden" class="security" name="security" value="8f44d48e42">
  </div>
  <div class="form-group text-center noo-ajax-result" style="display: none"></div>
  <div class="form-group row">
    <label for="67458fc2aa770_first_name" class="col-sm-3 control-label">First Name</label>
    <div class="col-sm-9">
      <input type="text" class="form-control" id="67458fc2aa770_first_name" name="first_name" required="" placeholder="First Name">
    </div>
  </div>
  <div class="form-group row">
    <label for="67458fc2aa770_last_name" class="col-sm-3 control-label">Last Name</label>
    <div class="col-sm-9">
      <input type="text" class="form-control" id="67458fc2aa770_last_name" name="last_name" required="" placeholder="Last Name">
    </div>
  </div>
  <div class="form-group row">
    <label for="67458fc2aa770_birthday" class="col-sm-3 control-label">Birthday</label>
    <div class="col-sm-9">
      <input type="text" class="form-control" id="birthday" name="birthday" required="" placeholder="Birthday">
      <script type="text/javascript">
        jQuery(document).ready(function($) {
          $("#birthday").datetimepicker({
            format: 'Y-m-d',
            timepicker: false,
            startDate: '1990/01/01',
            scrollMonth: false,
            scrollTime: false,
            scrollInput: false
          });
        });
      </script>
    </div>
  </div>
  <div class="form-group row">
    <label for="67458fc2aa770_user_email" class="col-sm-3 control-label">Email</label>
    <div class="col-sm-9">
      <input type="email" class="user_email form-control" id="67458fc2aa770_user_email" name="user_email" required="" placeholder="Email">
    </div>
  </div>
  <div class="form-group row">
    <label for="67458fc2aa770_user_password" class="col-sm-3 control-label">Password</label>
    <div class="col-sm-9">
      <div id="paswordStrength">
        <input type="password" id="67458fc2aa770_user_password" class="user_password user_password_register form-control" required="" value="" name="user_password" placeholder="Password">
        <div id="pswd_info">
          <i class="fa fa-caret-up"></i>
          <h4>Password must meet the following requirements:</h4>
          <ul>
            <li id="letter" class="invalid"><i class="fa fa-check"></i><i class="fa fa-close"></i> At least <strong>one letter</strong></li>
            <li id="capital" class="invalid"><i class="fa fa-check"></i><i class="fa fa-close"></i> At least <strong>one capital letter</strong></li>
            <li id="number" class="invalid"><i class="fa fa-check"></i><i class="fa fa-close"></i> At least <strong>one number</strong></li>
            <li id="length" class="invalid"><i class="fa fa-check"></i><i class="fa fa-close"></i> Be at least <strong>8 characters</strong></li>
          </ul>
        </div>
      </div>
    </div>
  </div>
  <div class="form-group row">
    <label for="67458fc2aa770_cuser_password" class="col-sm-3 control-label">Retype your password</label>
    <div class="col-sm-9">
      <input type="password" id="67458fc2aa770_cuser_password" class="cuser_password form-control" required="" value="" name="cuser_password" placeholder="Repeat password">
    </div>
  </div>
  <div class="form-group row">
    <div class="col-sm-12">
      <script src="https://www.google.com/recaptcha/api.js"></script>
      <div class="g-recaptcha" data-sitekey="6Ld93iITAAAAAF77yVdY3r34yc5av2Mb9pds8tqA">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-ryx57hh63vx4" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Ld93iITAAAAAF77yVdY3r34yc5av2Mb9pds8tqA&amp;co=aHR0cHM6Ly9jYXJlZXJzLWRldi5uZXRzb2wuZGlnaXRhbDo0NDM.&amp;hl=de&amp;v=pPK749sccDmVW_9DSeTMVvh2&amp;size=normal&amp;cb=ml8iqn2xhokh"></iframe>
          </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
    </div>
  </div>
  <!--<div class="form-group row">
				<div class="col-sm-8">
					<input class="form-control security_input" type="text" name="noo_captcha" placeholder="Enter the text you see" required />
				</div>
                <div class="col-sm-3" style="margin-top: 3px; min-width: 130px;">
					<img class="security_code" data-security-code="" src="" alt="" />
									</div>
			</div>-->
  <div class="form-group text-center">
    <button type="submit" class="btn btn-primary">Sign Up</button>
  </div>
</form>

Text Content

 * Login
 * Register


NETSOL CAREERS

Navigation
 * Home
 * Vacancies
 * Why NETSOL
 * FAQs
 * Contact Us

MENU
Contact Us
 * 01Home
 * 02Vacancies
 * 03Why NetSol
 * 04FAQS



 * Why NETSOL
 * Board of Directors
 * Management Team
 * Social Responsibilities
 * Careers

PRODUCTS

 * Our Platform
 * Digital Retail
 * Intermediary Portals
 * Originations
 * Servicing
 * Wholesale Finance
 * Mobility Solutions

SERVICES

 * Information Security
 * Talent Partnerships
 * AI, ML & Data Analytics
 * Generative AI
 * Emerging Technologies
 * Cloud Services
 * Data Engineering

INSIGHTS

 * Case Studies
 * Industries
 * Guides
 * Blog
 * Events

INVESTORS

 * Company Information
 * News
 * Stock Data
 * SEC Filings

MARKETPLACE

 * Calculation Engine
 * Document Generation
 * API Library
 * Loan Origination System
 * Auto Dealer Digital Retail
 * Tax Calculation Engine

SOLUTIONS

 * Asset Finance
 * Automotive Finance
 * Equipment Finance

CONTACT US

 * CORPORATE HEADQUARTERS

 * Address: 16000 Ventura Blvd,
   Suite 770 Encino, CA 91436, USA

 * Phone: +1 818 222 9195

 * CONNECT WITH US
   
   * 
   * 
   * 
   * 

© 2024 NETSOL Technologies. All Rights Reserved.

 * Terms of Use
 * Privacy Policy
 * Human Rights Policy
 * Modern Slavery Act

© 2019 NETSOL Technologies.

×

LOGIN

Email

Password

Remember Me
Sign In
Forgot Password? Don't have an account yet? Register Now
×

SIGN UP

First Name

Last Name

Birthday

Email

Password

PASSWORD MUST MEET THE FOLLOWING REQUIREMENTS:

 * At least one letter
 * At least one capital letter
 * At least one number
 * Be at least 8 characters

Retype your password


Sign Up
January
January
February
March
April
May
June
July
August
September
October
November
December

1990
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050


SunMonTueWedThuFriSat
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3

Save Selected
00:00
01:00
02:00
03:00
04:00
05:00
06:00
07:00
08:00
09:00
10:00
11:00
12:00
13:00
14:00
15:00
16:00
17:00
18:00
19:00
20:00
21:00
22:00
23:00