Simple Tool Written In Python3 To Perform Limited Brute-Force Attacks On Gmail Accounts.
[!IMPORTANT]
Please don’t contact me, This tool is unmaintained and will remain this way, Don’t email me nor contact me anywhere else about this tool and no you can’t hire me to hack your girlfriend email I don’t take such jobs at all
git clone https://github.com/DEMON1A/GmailBruterV2
cd GmailBruterV2
help -- To Show Help Message
set target -- To Set The Victim Email Address
set time -- To Set Time Between Every 10 Faild Passwords
set list -- To Set PassList Name
show target -- To Show You Current Target
show time -- To Show You Current Time
show list -- The Show You Current List
start -- To Start Brute Force Attack
load -- Load Local Config For Settings
exit -- Close The Shell
s-{CMD} -- Executing Shell Command
email:{TARGET}
list:{LIST-PATH}
time:{TIME}
email:example@gmail.com
list:PassList.txt
time:10
s-
For Example You Want To List The Files In The Current Directory. So You Gonna Add ls
After s-
, It Will Look Like This s-ls
. Then The Program Will Return The Files In The Current Directory.