aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import request problem!

quaseD3V opened this issue · comments

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

Can you try using Python3?

run pip install requests then try again.

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

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

cheers!