s0md3v / Striker

Striker is an offensive information and vulnerability scanner.
GNU General Public License v3.0
2.22k stars 451 forks source link

Traceback #76

Open djagadish opened 4 years ago

djagadish commented 4 years ago

root@kali:/home/kali/Striker# python3 striker.py bing.com Traceback (most recent call last): File "striker.py", line 10, in import requests.exceptions ModuleNotFoundError: No module named 'requests'

nikhiltari25 commented 4 years ago

@djagadish kindly read the requirements.txt file. You need to add requests module in the Striker directory. Download link: Requests module