A simple Python script to check if NordVPN accounts listed in a file are valid.
Since April 2022, Nordvpn is using nordvpn login --token "tokencode"
, this scripts uses the user-name = deprecated..
See
- The NordVPN CLI tool. Get it from here.
- Python 3.7.
- An input file containing NordVPN login entries in
email:password
format.
- Clone the repo with
git clone https://github.com/behnambm/nordvpn-checker
The Uncompromising Code Formatter Black
$ black -t py38 nord-checker.py
-
The syntax is
nord-checker.py [--file | -f] path/to/file [--output | -o] path/to/file [--connect | -c] [--delete | -d]
-
Arguments
-f FILE, --file FILE The file that contains your email:password entries
-o FILE, --output FILE
The file to output the successful email:password entries to
-c, --connect login & connect
-d, --delete remove faulty password lines in input-file
For example, cd
into the recently cloned directory and run:
$ python nord-checker.py --file accounts.txt --output success.txt
If you just want to connect you can use: (The first successful connection will exit this script)
$ python nord-checker.py --file succes.txt --output /dev/null -c
- Unique successful entries are appended to the specified output file.
- Wrong password entries can be removed from the input_file with the
-d
argument
Have your router connected to NordVPN. After 50 attempts you will get blocked (The scripts halts after 50) Then change your NVPN server and you are good to go again.
- When making a connection, use the best available server (lowest load)
- order the output-list alphabetical
- have the expire date in the output list 'email:password | date'
- don't add inactive accounts to the output
- My Telgram
- volunteer Telegram Xilinxx