WBRUTER
WBRUTER copied to clipboard
./wbruter --gmail is no longer working
the script always says "Sorry, no passwords in wordlist matched gmail current password." even if the wordlist has the right password I think the problem is from this command: curl -s -u $mail:$name https://mail.google.com/mail/feed/atom | grep 'xml'
Okay, thanks for letting me know I will take a look immediately
curl -sL -u $mail:$name imaps://imap.gmail.com:993/INBOX -v
* Trying 64.233.161.108:993...
* Connected to imap.gmail.com (64.233.161.108) port 993 (#0)
* found 136 certificates in /etc/ssl/certs/ca-certificates.crt
* found 408 certificates in /etc/ssl/certs
* GnuTLS ciphers: NORMAL:-ARCFOUR-128:-CTYPE-ALL:+CTYPE-X509:-VERS-SSL3.0
* SSL connection using TLS1.3 / ECDHE_RSA_AES_256_GCM_SHA384
* server certificate verification OK
* server certificate status verification SKIPPED
* common name: imap.gmail.com (matched)
* server certificate expiration date OK
* server certificate activation date OK
* certificate public key: EC/ECDSA
* certificate version: #3
* subject: CN=imap.gmail.com
* start date: Mon, 06 Jun 2022 09:12:40 GMT
* expire date: Mon, 29 Aug 2022 09:12:39 GMT
* issuer: C=US,O=Google Trust Services LLC,CN=GTS CA 1C3
< * OK Gimap ready for requests from xxxxxxxxxx xxxxxxxxxxxxxx
> A001 CAPABILITY
< * CAPABILITY IMAP4rev1 UNSELECT IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 XYZZY SASL-IR AUTH=XOAUTH2 AUTH=PLAIN AUTH=PLAIN-CLIENTTOKEN AUTH=OAUTHBEARER AUTH=XOAUTH
< A001 OK Thats all she wrote! k8mb722948xxxx
> A002 AUTHENTICATE PLAIN AHd1c2VtYW5AbnIxLxxxxxxx2ZpZWxkMWQ=
< A002 NO [ALERT] Invalid credentials (Failure)
Will try upgrade but you can change to that url until I upgrade.
I get a email from google that they blocked my login; , i need check deeper in this but that works but I dont know how to bypass the block yet.
If login is successful login gets denied and if its wrong credenticals it says invalid credentials on that way we can know if its the right password or not. I will solve it
thanks for your response. this command: curl -sL -u gmail:password imaps://imap.gmail.com:993/INBOX -v also output "Invalid credentials (Failure)" in both cases