s0md3v / Breacher

An advanced multithreaded admin panel finder written in python.
http://teamultimate.in
Other
742 stars 249 forks source link

error #21

Open LaughingPill opened 3 years ago

LaughingPill commented 3 years ago

Traceback (most recent call last): File "breacher.py", line 1, in import requests #module for making request to a webpage ImportError: No module named requests

halp

hackdrug commented 3 years ago

pip3 install requests

pip3 is for pyhton3

5pok commented 3 years ago

apt-get install python-requests ;)