gotr00t0day / spyhunt

recon for bug hunters
429 stars 95 forks source link

Update requirements.txt #20

Closed MedoX71T closed 3 months ago

MedoX71T commented 3 months ago

Since JSON is Module i don't need to install it using pip but we need BeautifulSoup4 for this >>

Traceback (most recent call last): File "/home/kali/spyhunt/spyhunt.py", line 5, in from bs4 import BeautifulSoup ModuleNotFoundError: No module named 'bs4'