Skip to content

Instantly share code, notes, and snippets.

@linuxbiekaisar
Last active April 28, 2020 14:47
Show Gist options
  • Save linuxbiekaisar/ffc56f01519b9a1cab170478a1f1faac to your computer and use it in GitHub Desktop.
Save linuxbiekaisar/ffc56f01519b9a1cab170478a1f1faac to your computer and use it in GitHub Desktop.
How to install Ufonet in Ubuntu 20.04 LTS
# 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