aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers
GNU General Public License v2.0
9.47k stars 2.07k forks source link

import request problem! #325

Closed quaseD3V closed 2 years ago

quaseD3V commented 2 years ago

Hello lads, I'm getting this error then I run this command: python sublist3r.py -b -d http://www.franc****om***ato.**.com

I'm take a look at 23 line in sublist3r.py , but I think all requirements is installed on my system!

Sublist3r$ python --version => Python 2.7.18

how to solve this!

my error => Traceback (most recent call last): File "sublist3r.py", line 23, in import requests ImportError: No module named requests


my system run at Distributor ID: Ubuntu Description: Ubuntu 20.04.3 LTS Release: 20.04 Codename: focal

Screenshot from 2022-01-01 10-04-03

hanzala123 commented 2 years ago

Can you try using Python3?

AhmedSHelmi commented 2 years ago

run pip install requests then try again.

AhmedSHelmi commented 2 years ago

did you do sudo pip install -r requirements.txt ?

quaseD3V commented 2 years ago

Hey lads thanks for try to help, I will use other tool,

cheers!