-
Create virtual interface on router with macvlan.
-
Edit
interfacesvariable inrun.shto your interface. -
Generate
numbers.txtfile:python generate_numbers.py. -
mv host.txt.example host.txt mv account_prefix.txt.example account_prefix.txt mv password.txt.example password.txt
-
Configure 3 files above with example files.
-
chmod 744 run.sh -
./run.sh
tips
Lively view log file with
tail -f run.log, successfully scanned account will be stored insuccess.txt.Use
nohup ./run.sh &to run it in background, for large storage device, instead of withscreenis recommended.