nsocks.net Open in urlscan Pro
2606:4700:3037::ac43:b969  Public Scan

Submitted URL: http://nsocks.net/
Effective URL: https://nsocks.net/
Submission: On May 03 via manual from CA — Scanned from CA

Form analysis 3 forms found in the DOM

POST /signup

<form action="/signup" method="post">
  <input type="hidden" name="gyrh17xbun8fftxoqkt" value="T0RieU9xSnpYX3BoMlBlQU5kSjZqMzBFRTlYbm5nTzIYhky7rZb7usGR_q76xkaiWDB_xgmBk_g6xtPBf_RRsw==">
  <div class="position-relative w-100 mt-3">
    <input class="form-control border-0 rounded-pill w-100 ps-4 pe-5 login-field" type="text" name="RegistrationForm[username]" placeholder="Your username" style="height: 58px;">
    <div class="mb-3 login-error" style="background-color: #fff; color: #f00; display: none; border-radius: 15px; padding: 5px 10px; margin-top:5px"> Login should be 5-20 symbols, only letters and numbers </div>
  </div>
  <div class="position-relative w-100 mt-3" id="show_hide_password">
    <input class="form-control border-0 rounded-pill w-100 ps-4 pe-5 password-field" type="password" name="RegistrationForm[password]" placeholder="Your password" style="height: 58px;">
    <div class="mb-3 password-error" style="background-color: #fff; color: #f00; display: none; border-radius: 15px; padding: 5px 10px; margin-top:5px"> Password should be 8-30 symbols </div>
    <button type="button" class="btn btn-primary rounded-pill py-2 px-3 shadow-none position-absolute top-0 end-0 m-2"><i class="bi bi-eye-fill" id="togglePassword"></i></button>
  </div>
  <div class="d-flex justify-content-between">
    <div class="py-3">
      <button type="submit" class="btn btn-danger btn-lg rounded-pill px-3 shadow-none py-2">Register</button>
    </div>
    <div class="py-3">
      <a href="#" class="btn btn-light rounded-pill py-2 px-3 shadow-none py-2 login-button">Log in</a>
    </div>
  </div>
</form>

POST /signin

<form id="loginForm" action="/signin" method="post">
  <input type="hidden" name="gyrh17xbun8fftxoqkt" value="T0RieU9xSnpYX3BoMlBlQU5kSjZqMzBFRTlYbm5nTzIYhky7rZb7usGR_q76xkaiWDB_xgmBk_g6xtPBf_RRsw==">
  <div class="position-relative w-100 mt-3">
    <input class="form-control border-0 rounded-pill w-100 ps-4 pe-5 login-field" type="text" name="LoginForm[username]" placeholder="Username" style="height: 58px;">
  </div>
  <div class="mb-3 login-error" style="background-color: #fff; color: #f00; display: none; border-radius: 15px; padding: 5px 10px; margin-top:5px"> Login should be 5-20 symbols </div>
  <div class="position-relative w-100 mt-3" id="show_hide_password">
    <input id="password" class="form-control border-0 rounded-pill w-100 ps-4 pe-5 password-field" type="password" name="LoginForm[password]" placeholder="Password" style="height: 58px;">
    <button type="button" class="btn btn-primary rounded-pill py-2 px-3 shadow-none position-absolute top-0 end-0 m-2"><i class="bi bi-eye-fill" id="togglePassword"></i></button>
  </div>
  <div class="mb-3 password-error" style="background-color: #fff; color: #f00; display: none; border-radius: 15px; padding: 5px 10px; margin-top:5px"> Password should be 8-30 symbols </div>
  <div class="row">
    <div class="col-md-6 py-3">
      <div>
      </div>
      <img class="captcha-img border-0 rounded-pill" id="yw0" src="/humancheck">
    </div>
    <div class="col-md-6 py-3 px-3">
      <input class="form-control border-0 rounded-pill ps-4 pe-5 captcha-field" type="text" name="LoginForm[captcha]" placeholder="Enter captcha" style="height: 58px;" autocomplete="off">
    </div>
  </div>
  <div class="mb-3 captcha-error" style="background-color: #fff; color: #f00; display: none; border-radius: 15px; padding: 5px 10px; margin-top:5px"> Captcha code is incorrect </div>
  <div class="d-flex justify-content-between">
    <div class="py-3">
      <button type="submit" class="btn btn-danger btn-lg rounded-pill px-3 shadow-none py-2" name="submit">Log in</button>
    </div>
    <div class="py-3 text-white">
      <a href="#" class="btn btn-light rounded-pill py-2 px-3 shadow-none py-2 register-button">Register</a>
    </div>
    <div class="py-3 text-white" style="display:none">
      <input class="form-check-input" type="checkbox" id="basic-checkbox" checked="checked">
      <label class="form-check-label mb-0" for="basic-checkbox">Remember me</label>
    </div>
  </div>
</form>

POST /signup

<form action="/signup" method="post">
  <input type="hidden" name="gyrh17xbun8fftxoqkt" value="T0RieU9xSnpYX3BoMlBlQU5kSjZqMzBFRTlYbm5nTzIYhky7rZb7usGR_q76xkaiWDB_xgmBk_g6xtPBf_RRsw==">
  <div class="position-relative w-100 mt-3">
    <input class="form-control border-0 rounded-pill w-100 ps-4 pe-5 login-field" type="text" name="RegistrationForm[username]" placeholder="Your username" style="height: 58px;">
    <div class="mb-3 login-error" style="background-color: #fff; color: #f00; display: none; border-radius: 15px; padding: 5px 10px; margin-top:5px"> Login should be 5-20 symbols, only letters and numbers </div>
  </div>
  <div class="position-relative w-100 mt-3" id="show_hide_password">
    <input class="form-control border-0 rounded-pill w-100 ps-4 pe-5 password-field" type="password" name="RegistrationForm[password]" placeholder="Your password" style="height: 58px;">
    <div class="mb-3 password-error" style="background-color: #fff; color: #f00; display: none; border-radius: 15px; padding: 5px 10px; margin-top:5px"> Password should be 8-30 symbols </div>
    <button type="button" class="btn btn-primary rounded-pill py-2 px-3 shadow-none position-absolute top-0 end-0 m-2"><i class="bi bi-eye-fill" id="togglePassword"></i></button>
  </div>
  <div class="py-3">
    <button type="submit" class="btn btn-danger btn-lg rounded-pill px-3 shadow-none py-2">Register!</button> <span class="text-white px-4">No email required! </span>
  </div>
</form>

Text Content

Loading...


NSOCKS

FEATURES CURRENT ONLINE PAYMENTS & PRICES TERMS CONTACT
Log in


YOUR SOCKS5 PROXY PROVIDER

Still looking for highly secure proxies with good quality, that will work in
various situations? All proxies in our store are online, we regularly check
their speed and quality. Ideal solution for tasks that require precise IP
geolocation selection.

Login should be 5-20 symbols, only letters and numbers
Password should be 8-30 symbols
Register
Log in


LOG IN TO YOUR ACCOUNT

if you forgot your password, please contact support via jabber or telegram.

Login should be 5-20 symbols

Password should be 8-30 symbols

Captcha code is incorrect
Log in
Register
Remember me



OUR FEATURES

HIGH QUALITY PROXIES

Mobile proxy LTE, Residential proxies. We check all proxies for Black Lists
before purchase, and if it appears, we offer 50% off.

FAST, CLEAN AND STABLE PROXIES

While the proxy is working (except for LTE), there is no rotation of IP
addresses like at other services.

AFFORDABLE PRICES

starts from $0.4 in 24 hours proxy

REFUNDS AND SUPPORT

You can make a refund if socks dies within 2 hours. Support telegram: @nsocksnet
and Jabber: support@nsocks.org

DEPOSIT

Minimum amount of $50 is required for new user. The amount is added to balance

CUSTOM SEARCH

Simple and convenient interface with custom search. You can search by proxy type
(LTE/Residential/Datacenter), state, city, zip, provider, and domain.


WE OFFER

 * MOBILE LTE PROXIES
   
   Mobile located proxies with IP of cellular provider

 * RESIDENTIAL PROXIES
   
   Home located, landline internet providers IPs

 * DATACENTER PROXIES
   
   Servers or VPS located IPs


CURRENT ONLINE 23000 IPS

And keep growing!


12000

United States


4000

Europe


100

Latin America


4000

Canada


50

Africa


200

Australia


PAYMENT & PRICES

We accept bitcoin and Litecoin.

We are working on adding more cryptocurrencies.


Average price for proxy per 24 hours:

 * Added today: $1.4
 * Added yesterday: $0.4

Contacts

Jabber: support@nsocks.org

Telegram: @nsocksnet

Quick rules: We do not accept spam (smtp ports are blocked)
Publicly sharing proxy servers, leading to unauthorized use.
We do not collect any personal data, no proxy logs

Register now! Or Log in

Login should be 5-20 symbols, only letters and numbers
Password should be 8-30 symbols
Register! No email required!

© nsocks.net



Home Features Current Online Payments & Pricing Terms


TERMS

TERMS AND CONDITIONS

 * 1. Main section
 * 2. Privacy policy
 * 3. Proxy policy
 * 4. Billing & price policy
 * 5. Refund policy
 * 6. Account policy
 * 7. Proxy Types
 * 8. F.A.Q.
 * 9. Socks5 login/password

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

As soon as you start using our service, you should accept these rules. Make sure
you do it every time you update.

IT IS FORBIDDEN TO:

 * Sharing proxy servers in public areas, which leads to unauthorized use.
 * Using software that allows third parties access to proxies.
 * Use proxies for spam and other activity which leads to spamhaus blacklisting.
 * Attempts to hack our service, run scanners and other pentest software.
 * Using checkers, bruteforcers, port scanners to attack our proxy servers.

Your IPs may be banned if you violate these rules. If you violate these rules,
your account may be blocked without refund. We have the right to decline in
service even if you don't violate the rules. If we decline your request for
service, we will refund the remaining balance. Minimum refund amount is 150$.

PRIVACY POLICY

 * We do not log connections and traffic via proxy.
 * We do not collect any personal user data.
 * We have the right to monitor connections if we notice activity that is
   prohibited by service rules.
 * We do not share information about our users to 3rd parties.
 * We will keep crypto addresses and billing history related to your account.

PROXY POLICY

After you buy socks, you can use them for 24 hours.You can buy it again from
history or the main list. Be sure we regularly check socks for blacklist. Black
ones XBL are marked and sold with 50% discount. Besides, socks is checked for
black automatically prior the purchase, in case socks becomes blacklisted, price
changes after it. Once you purchased socks you get IP and Port of the socks. In
some cases IP:Port may be changed, you can see actual IP:Port in history. Socks
work with sock5 protocol, remote dns support.

BILLING & PRICE POLICY

Socks price depends on its main price and quality. Main price depends on socks
source. Price depends on such variables:

 * Base socks price: $0.5-0.8
 * Fresh socks, added less than 12h: + $0.7-1
 * Blacklist XBL socks (major impact): 50% discount
 * Blacklist PBL socks (minor impact): 20% discount



REFUND POLICY

When buying a proxy, the port is opened for 24 hours, however, we cannot
guarantee uninterrupted connection during 24 hours. Manual refund is available
if Proxy is went offline within 2 hours after purchase. Click on the proxy in
the history section, and click at Refund button. System will check if socks
definitely offline and make a refund to your account balance. If Proxy doesnt
work, but there is no "Refund" button, create a ticket by pressing "Claim bad
proxy" button or select Proxy via "Support" section. Tickets must be created
within Five hours after purchase.

There must be a reason for the refund. The following reasons will be not
accepted:

 * high fraudscore / high riscscore
 * open ports found
 * low anonymity score
 * blacklisted
 * proxy block on a specific site

We decline Refund requests if:

 * Ticket created more than 5 hours after purchase
 * There is no proxy selected in the ticket, ticket subject is not "Refund".
 * Refund requested via Messenger instead of ticket

Our team reviews users refund activity. User account may be banned if we suspect
attepmts to dishonestly obtain a refund. We refund amount for socks to account
balance only.

Minimum moneyback by mistake is 150$. We will not process tickets with less
amount. If you made a mistake during a transfer, contact support via tickets. We
do not refund any amount of deposit for account activation, or paid registration
fee.

ACCOUNT POLICY

User should keep his login credentials safe, and do not publish anywhere. To
reset password please contact support via telegram or jabber and provide
requested information about your account. We allow only 1 active browser
session.

PROXY TYPES. HOW TO SELECT PROPER PROXY FOR YOUR NEEDS

We have these proxy types, checked by Ip2Location geo provider:

COM Commercial
ORG Organization
EDU University/College/School
LIB Library
CDN Content Delivery Network
ISP Fixed Line ISP
MOB Mobile ISP
DCH Data Center/Web Hosting/Transit
SES Search Engine Spider

If you are looking for Residential proxy with low or zero proxy score, you
should search for these types:

ISP
MOB
ISP/MOB
COM
ORG


If you don't care about proxy score or anonymizer score, you can use any proxy
type. Please consider to set using "Remote DNS option", that will prevent DNS
leaks.

Please note that MOB and ISP/MOB types is unstable proxies due proxy device
sometimes switches between Cellular and Wifi. Type ISP is better in this case.

F.A.Q.

1) What type of proxy do you sell, socks4, socks5 or https?
We support all these proxy protocols.

2) How many threads I can use at the same time?
You can use an unlimited number of threads from one IP. But you can't connect to
proxy from many different IPs. Those proxies can be disabled without refunds

3) Are 25 ports open?
All SMTP ports on our proxies are closed to prevent blacklisting due to spam.

4) I need authorization for a proxy, can you provide a proxy with login and
password?
You can set your own login:password at Profile, select "Change Socks5
login:pass" tab. Read more at Socks5 login/password. If login:pass is not set,
you can specify any password and login if required. An instance
user:user@IP:PORT, proxies will run.

5) Do you have API for buying proxies or Telegram bot?
Currently, we dont have API or bot, but we plan to implement them in near
future.

6) Do I need to set socks5 login and password at account settings?
Setting own login:password will increase security of your proxies.

7) Can I add a note to my proxies?
You can add a Note for a proxy immediately after a purchase (link add note) or
select a proxy from history and click Add note.

8) Why do my proxies often change port?
This can happen for the following reasons:

 * authorization by login-password is not set for the proxy. We recommend
   setting authorization for the proxy. More info down below.
 * you use software tools that share your proxies to 3rd parties. That can be
   sites for checking proxies (free online proxy checker), various programs for
   checking proxies, proxifiers stealing proxies (Proxyfire, etc.) Never use
   third-party sites and programs for checking proxies.
 * (rare case) the proxy has been moved to another server for load balancing
   purposes.



9) Is your socks5 supports UDP protocol?
Yes, all proxies except MOB type supports UDP protocol

SOCKS5 LOGIN/PASSWORD

Currently its possible to purchase proxies with Login and Password for
authorization, so proxies will looks like login:password@12.34.56.78:12345.
Proxy servers with such protections are more stable as they are not susceptible
to attacks.

To set up a password and login for the proxy: On your Profile select "Change
Socks5 login:pass" tab.

You can generate a random login/password pair, or specify own login and
password. Please do not use login:password of your account! After installation,
all purchased proxies will require authorization, and will not work without
them!

If the login and password option is not set, the purchase will work according to
the old format - without authorization

We recommend setting authorization for your proxy servers. This will ensure
their security and stability.

Close