Matrix07ksa / Brute_Force

Brute_Force_Attack Gmail Hotmail Twitter Facebook Netflix
GNU General Public License v3.0
1.36k stars 241 forks source link

ModuleNotFoundError: No module named 'proxylist' #1

Open DevendarReddyDarukumalli opened 4 years ago

DevendarReddyDarukumalli commented 4 years ago

Traceback (most recent call last): File "Brute_Force.py", line 6, in from proxylist import ProxyList ModuleNotFoundError: No module named 'proxylist'

Matrix07ksa commented 4 years ago

pip install proxylist

pip install mechanize 😊

DevendarReddyDarukumalli commented 4 years ago

Requirement already satisfied: proxylist in /usr/local/lib/python2.7/dist-packages (0.1.4) Requirement already satisfied: six in /usr/lib/python2.7/dist-packages (from proxylist) (1.12.0) Installed but getting same error

kiriko31 commented 4 years ago

bonjour , meme probléme Traceback (most recent call last): File "Brute_Force.py", line 6, in from proxylist import ProxyList ModuleNotFoundError: No module named 'proxylist'

Matrix07ksa commented 4 years ago

Use python3 install proxylist install mechanize 😊

ahmedmhmdn commented 4 years ago

same problem it didnt work for me

root@kali:~ / Brute_Force# pip install proxylist Requirement already satisfied: proxylist in /usr/local/lib/python2.7/dist-packages (0.1.4) Requirement already satisfied: six in /usr/lib/python2.7/dist-packages (from proxylist) (1.12.0) root@kali:~ / Brute_Force# pip install mechanize Requirement already satisfied: mechanize in /usr/lib/python2.7/dist-packages (0.2.5) root@kali:~ / Brute_Force# python3 Brute_Force.py -g myemail@gmail.com -l File_list Traceback (most recent call last): File "Brute_Force.py", line 6, in from proxylist import ProxyList ModuleNotFoundError: No module named 'proxylist' root@kali:~ / Brute_Force# python3 Brute_Force.py -g myemail@gmail.com -p Password_Single Traceback (most recent call last): File "Brute_Force.py", line 6, in from proxylist import ProxyList ModuleNotFoundError: No module named 'proxylist' root@kali:~ / Brute_Force#

Matrix07ksa commented 4 years ago

sudo apt install python3 python3-pip pip3 install proxylist

DevendarReddyDarukumalli commented 4 years ago

Getting error ?

python3 Brute_Force.py -g fakemail@gmail.com -l File_list Traceback (most recent call last): File "Brute_Force.py", line 228, in password_list = io.open(options.list_password,"r").readlines() FileNotFoundError: [Errno 2] No such file or directory: 'File_list'

Matrix07ksa commented 4 years ago

Not Found List.txt

DevendarReddyDarukumalli commented 4 years ago

Meaning ?

Matrix07ksa commented 4 years ago

There must be List.txt

DevendarReddyDarukumalli commented 4 years ago

Need to create if yes where we need to create that

On Mon, 22 Jul, 2019, 1:42 PM Matrix, notifications@github.com wrote:

There must be List

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Matrix07ksa/Brute_Force/issues/1?email_source=notifications&email_token=AI4ZQXT7ILNMAU3KJ2C7T23QAVTYXA5CNFSM4IFNYP52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2PEHZY#issuecomment-513688551, or mute the thread https://github.com/notifications/unsubscribe-auth/AI4ZQXTFU3UTSICVP6B4CNTQAVTYXANCNFSM4IFNYP5Q .

zprytka commented 4 years ago

pip3 install proxylist pip3 install mechanize pip3 install mechanize Traceback (most recent call last): File "Brute_Force.py", line 72, in brows = Browser() NameError: name 'Browser' is not defined

starinfinity commented 4 years ago

Manually add proxylist package

pip install -U proxylist

Documentation of package -https://pypi.org/project/proxylist/

zprytka commented 4 years ago

Thank you! Works like a charm!

4nythingsP28 commented 4 years ago

The error still happening..

pip3 install proxylist pip3 install mechanize pip3 install mechanize Traceback (most recent call last): File "Brute_Force.py", line 72, in brows = Browser() NameError: name 'Browser' is not defined

dheerajkumarpatel commented 4 years ago

The error still happening..

pip3 install proxylist pip3 install mechanize pip3 install mechanize Traceback (most recent call last): File "Brute_Force.py", line 72, in brows = Browser() NameError: name 'Browser' is not defined

starinfinity commented 4 years ago

have you tried installing proxylist package manually ?

3ilmru commented 3 years ago

hey can you help me with this error

python3 Brute_Force.py -g Account@gmail.com -l File_list

Traceback (most recent call last): File "Brute_Force.py", line 272, in password_list = io.open(options.list_password, "r").readlines() FileNotFoundError: [Errno 2] No such file or directory: 'File_list'

starinfinity commented 3 years ago

hey can you help me with this error

python3 Brute_Force.py -g Account@gmail.com -l File_list

Traceback (most recent call last): File "Brute_Force.py", line 272, in password_list = io.open(options.list_password, "r").readlines() FileNotFoundError: [Errno 2] No such file or directory: 'File_list'

ummm yeah.... you need to pass a file(hash file) name as an argument instead of File_list.

3ilmru commented 3 years ago

hey can you help me with this error python3 Brute_Force.py -g Account@gmail.com -l File_list Traceback (most recent call last): File "Brute_Force.py", line 272, in password_list = io.open(options.list_password, "r").readlines() FileNotFoundError: [Errno 2] No such file or directory: 'File_list'

ummm yeah.... you need to pass a file(hash file) name as an argument instead of File_list. Thanks for your reply

I did as you said and it worked with no error but it didnt actually work, I have put in a file a list of passwords all are wrong except one which was the correct password for my account but when it came to this correct password it said the password not found !! what am I doing wrong ??

starinfinity commented 3 years ago

hey can you help me with this error python3 Brute_Force.py -g Account@gmail.com -l File_list Traceback (most recent call last): File "Brute_Force.py", line 272, in password_list = io.open(options.list_password, "r").readlines() FileNotFoundError: [Errno 2] No such file or directory: 'File_list'

ummm yeah.... you need to pass a file(hash file) name as an argument instead of File_list. Thanks for your reply

I did as you said and it worked with no error but it didnt actually work, I have put in a file a list of passwords all are wrong except one which was the correct password for my account but when it came to this correct password it said the password not found !! what am I doing wrong ??

yeah it doesn't work. Tried for both gmail and hotmail. Either it is an old program or this wan't working in first place. use this to create your own program https://embedjournal.com/how-to-use-gmail-from-terminal-linux/ .