UNDER DEVOLOPENT🔧⚙
A multiplatform bruteforce tool to crack instagram,facebook and gmail with custom or inbuilt wordlist.
•Termux
$ apt update -y && apt upgrade -y
$ pkg install git
$ pkg install figlet
$ pkg install python
$ pkg install python2
$ git clone https://github.com/WH1T3-E4GL3/brute-eagle.git
$ cd brute-eagle
$ pip install mechanize
$ pip install splinter
$ pip install smtplib
$ pip install random
$ pip install smtplib
$ pip install requests
$ pip install threading
$ pip install subprocess
$ git pull
$ chmod +x *
$ pip install -r requirements.txt
$ python brute-eagle.py
# I given manual installation of some modules by pip install <module name> because sometimes it not works with the auto installation. So better to do it manually