NightfallGT / NordVPN-Checker

Fast NordVPN Checker with threading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NordVPN-Checker

USE FOR EDUCATIONAL PURPOSES ONLY

About

This tool should only be used for educational purposes only. This tool is used to demonstrate penetration testing on how certain cyber-criminals can bruteforce certain websites such as NordVPN to check the validity of accounts. Please do not use this for illegal activity and only use it as a reference.

Picture

Picture1

With threading (500 threads)

Picture1

Installation

Get Python

If you dont have python installed, download python 3.7.6 and make sure you click on the 'ADD TO PATH' option during the installation.

  1. pip install the requirements in cmd
pip install requests
pip install colorama
  1. then run the script..
python main.py

Make sure you are in the same directory as the python file.

About

Fast NordVPN Checker with threading


Languages

Language:Python 100.0%