ModuleNotFoundError: No module named 'requests'
pip install requests
ModuleNotFoundError: No module named 'requests'
pip install requests
import requests, sys, urllib, reImportError: No module named requests
Hack the box - buff
Guys, this problem took me 1 day to find the problem and the issue is the
script needs python 2.7 and is missing libraries.
You'll need to install them.
Open terminal:
Install Python 2.7
sudo apt-get install python-pip
Install pip
sudo pip install requests
Install colorama
sudo pip install colorama
Run exploit:
python exploitname.py url
Happy Hacking!
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us