Git Product home page Git Product logo

brute_force's Introduction

Brute_Force

Python 3.7 GPL Termux platform Twitter alt text alt text

install :

sudo apt install python3 python3-pip

pip3 install proxylist

pip3 install mechanize

Usage:

BruteForce Gmail Attack

python3 Brute_Force.py -g [email protected] -l File_list

python3 Brute_Force.py -g [email protected] -p Password_Single

BruteForce Hotmail Attack

python3 Brute_Force.py -t [email protected] -l File_list

python3 Brute_Force.py -t [email protected] -p Password_Single

BruteForce Twitter Attack

python3 Brute_Force.py -T Account_Twitter -l File_list
python3 Brute_Force.py -T Account_Twitter -l File_list -X proxy-list.txt

BruteForce Facebook Attack

python3 Brute_Force.py -f Account_facebook -l File_list
python3 Brute_Force.py -f Account_facebook -l File_list -X proxy-list.txt

BruteForce Netflix Attack

يفضل تشغيل VPN
Start On Vpn
python3 Brute_Force.py -n Account_Netflix -l File_list
python3 Brute_Force.py -n Account_Netflix -l File_list -X proxy-list.txt


وترقبووو المزيد 

brute_force's People

Contributors

matrix07ksa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

brute_force's Issues

Problem after 4 passwords tryed

<<<<<<+++++Start Attacking Email+++++>>>>>
Traceback (most recent call last):
File "Brute_Force.py", line 232, in
smtp_srverH.login(options.hotmail,password)
File "/usr/lib/python3.8/smtplib.py", line 723, in login
(code, resp) = self.auth(
File "/usr/lib/python3.8/smtplib.py", line 635, in auth
(code, resp) = self.docmd("AUTH", mechanism + " " + response)
File "/usr/lib/python3.8/smtplib.py", line 425, in docmd
return self.getreply()
File "/usr/lib/python3.8/smtplib.py", line 398, in getreply
raise SMTPServerDisconnected("Connection unexpectedly closed")
smtplib.SMTPServerDisconnected: Connection unexpectedly closed

can you help me?

Exception in thread hejab:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "Brute_Force.py", line 168, in twitter
password_list = io.open(options.list_password,"r").readlines()
FileNotFoundError: [Errno 2] No such file or directory: 'File_List'

i get this when i try attack twitter. can you help me?

don't work

root@kali:/Brute_Force# python Brute_Force.py
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
root@kali:
/Brute_Force#

???????

can't open Brute_Force.py

I have run these command

pip3 install proxylist

pip3 install mechanize

but I still can't open Brute_Force.py

It will be closed immediately after I tried to open it.

I keep getting this error

[!] <<>>

Exception in thread hejab:
Traceback (most recent call last):
File "/home/kali/Desktop/Brute_Force/Brute_Force.py", line 184, in twitter
brows.form['session[username_or_email]'] = options.twitter.strip()
File "/usr/lib/python3/dist-packages/mechanize/_form_controls.py", line 1963, in setitem
control = self.find_control(name)
File "/usr/lib/python3/dist-packages/mechanize/_form_controls.py", line 2355, in find_control
return self._find_control(name, type, kind, id, label, predicate, nr)
File "/usr/lib/python3/dist-packages/mechanize/_form_controls.py", line 2448, in _find_control
raise ControlNotFoundError("no control matching " + description)
mechanize._form_controls.ControlNotFoundError: no control matching name 'session[username_or_email]'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/home/kali/Desktop/Brute_Force/Brute_Force.py", line 206, in twitter
proxy()
File "/home/kali/Desktop/Brute_Force/Brute_Force.py", line 87, in proxy
pl = ProxyList()
TypeError: ProxyList.init() missing 1 required positional argument: 'source'

not working, i have tested with real password

root@hussain:/home/hussain/Desktop/tools/Brute_Force# python3 Brute_Force.py -g [email protected] -l password.txt
<<<<<<+++++Start Attacking Email+++++>>>>>
<<<---Not Found Password : 2543514 Email Gmail:[email protected]>>>
<<<<<<+++++Start Attacking Email+++++>>>>>
<<<---Not Found Password : 6715467125476 Email Gmail:[email protected]>>>
<<<<<<+++++Start Attacking Email+++++>>>>>
<<<---Not Found Password : 47654654 Email Gmail:[email protected]>>>
<<<<<<+++++Start Attacking Email+++++>>>>>
<<<---Not Found Password : 234765765 Email Gmail:[email protected]>>>
<<<<<<+++++Start Attacking Email+++++>>>>>

it kept saying not found, even with real password, WHYYYYYY??????

Request

Bro Please make Bruteforce Tool also for Instagram

hello help

Hello, how are you, a question, how is it done or how do I know that what you are commenting on is the first time I see this, thanks

Merge command.

It would be interesting if there was a way to merge Crunch with this Script.

And if so, can someone tell me how?

NameError: global name 'ProxyList' is not defined

Hello,
using the correct attributes, I still get this error

NameError: global name 'ProxyList' is not defined

This is the full error

Exception in thread hejab:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 754, in run
    self.__target(*self.__args, **self.__kwargs)
  File "Brute_Force.py", line 205, in twitter
    proxy()
  File "Brute_Force.py", line 86, in proxy
    pl = ProxyList()
NameError: global name 'ProxyList' is not defined

This is the line I use to execute
# python Brute_Force.py -T USERNAME -l million.txt -X proxy.txt

It doesn't work and I don't understand why

I'm trying to use the code on fake accounts created by me, but it keeps telling me the password is fake or giving me errors like these:

Exception in facebook thread:
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1776.0_x64__qbz5n2kfra8p0\Lib\threading.py", line 1045, in _bootstrap_inner
self.run()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1776.0_x64__qbz5n2kfra8p0\Lib\threading.py", line 982, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\sesti\OneDrive\Desktop\Brute_Force-master\Brute_Force.py", line 144, in facebook
proxy()
File "C:\Users\sesti\OneDrive\Desktop\Brute_Force-master\Brute_Force.py", line 87, in proxy
pl = ProxyList()
^^^^^^^^^^^
TypeError: ProxyList.init() missing 1 required positional argument: 'source'

Can someone help me?

Not work (Im do wrong or sth idk)

After filling this
python3 Brute_Force.py -f Account_facebook -l File_list
then it said:
<<<<<<+++++Start Attacking Email+++++>>>>>
I tested putting my pass into it and said false too :/

Limited to 10 attempts ????

All attempts are limited to only 10, is it normal ? How can I use this tool to do much more ? Say more than 500 attempts ?

traceback

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

Hey

Hey can you help me to get a program for brute force attack

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.