Lazybee tool is a python based script from which you can generate random wordlist for brutefocre attacks. This tool has a unique features like wordlist generating time calculation and direct .txt saving in current directory. This tool works on both rooted Android device and Non-rooted Android device.
Installation & Usage
$ apt-get update -y
$ apt-get upgrade -y
$ pkg install python -y
$ pkg install python2 -y
$ pkg install git -y
$ pip install requests
$ pip install random
$ ls
$ git clone https://github.com/noob-hackers/lazybee
$ ls
$ cd lazybee
$ ls
$ python2 lazybee.py
ex:- Enter the number of characters: 8
Name your wordlist wit (.txt) extensions: pass.txt
WOW… you just created wordlist in hackers way.
The command line does not have a Trash folder. When you delete a file from…
Systemd is the init system on most modern Linux distributions. A service file (also called…
Linux is a multi-user system. Each person or service that needs access should have its…
The watch command in Linux runs a command at regular intervals and refreshes the terminal with the…
The xargs command in Linux reads items from standard input and passes them as arguments to another…
The locate command in Linux searches for files and directories by name. It queries a pre-built database…