Skip to content

Instantly share code, notes, and snippets.

@linuxbiekaisar
Last active August 23, 2024 20:51
Show Gist options
  • Select an option

  • Save linuxbiekaisar/ffc56f01519b9a1cab170478a1f1faac to your computer and use it in GitHub Desktop.

Select an option

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
@wakafofo
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment