Last active
August 23, 2024 20:51
-
-
Save linuxbiekaisar/ffc56f01519b9a1cab170478a1f1faac to your computer and use it in GitHub Desktop.
How to install Ufonet in Ubuntu 20.04 LTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Youtube: https://www.youtube.com/watch?v=F3cilMQAwzQ | |
| # !/bin/sh | |
| # To install ufonet on Ubuntu 20.04 LTS run the following commands: | |
| sudo apt install python3 | |
| sudo apt-get install python3-pip | |
| sudo apt install git | |
| git clone https://github.com/epsylon/ufonet | |
| cd ufonet | |
| cat README.md | |
| ls | |
| sudo python3 setup.py install | |
| pip3 install geoip | |
| pip3 install request | |
| sudo apt install python-pycurl | |
| sudo pip3 install pycrypto | |
| python3 --version | |
| python3 ufonet | |
| python3 ufonet --gui | |
| python3 ufonet --sd 'botnet/dorks.txt' --sa --sn 20 | |
| python3 ufonet -i http://schooloffreelancing.com | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for pip3 install request it says
Error: could not find a version that satisfies the requirement request (from versions: none)
Error: No matching distribution found for request