0% found this document useful (0 votes)
11 views155 pages

H

Uploaded by

apoorvjaiswal151
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views155 pages

H

Uploaded by

apoorvjaiswal151
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 155

from rich.

progress import Progress, track


from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")
console.print("Web App Hacking", style="bold green")
console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()
from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")
console.print("Web App Hacking", style="bold green")
console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console
console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()
def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")
answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])
if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")
console.print("Web App Hacking", style="bold green")
console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console
console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()
def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")
answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])
if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")
console.print("Web App Hacking", style="bold green")
console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console
console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()
def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")
answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])
if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")
console.print("Web App Hacking", style="bold green")
console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console
console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()
def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")
answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])
if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")
console.print("Web App Hacking", style="bold green")
console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console
console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()
def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")
answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])
if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")
console.print("Web App Hacking", style="bold green")
console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console
console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()
def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")
answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])
if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")
console.print("Web App Hacking", style="bold green")
console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console
console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()
def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")
answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])
if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")
console.print("Web App Hacking", style="bold green")
console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console
console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()
def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")
answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])
if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")
console.print("Web App Hacking", style="bold green")
console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console
console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()
def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")
answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()from rich.progress import Progress, track
from os import walk
from time import sleep
from rich.console import Console

console = Console()

def web_hacking():
for x in track(range(25), "Initializing..."):
sleep(0.1)
url = input("Enter the website's url: ")
for i in track(range(100), f"Gathering information on {url}"):
sleep(0.1)
with Progress(transient=True) as prog:
exploiting = prog.add_task("Exploiting the website", total=500)
decoding = prog.add_task("Cracking the passwords hashes", total=300)
dumping = prog.add_task("Dumping plain text passwords", total=900)
while not prog.finished:
prog.update(exploiting, advance=0.9)
prog.update(decoding, advance=0.1)
prog.update(dumping, advance=0.2)
sleep(0.1)
for x in walk("/"):
console.print(x, style="bold green")

console.print("Web App Hacking", style="bold green")


console.print("Phishing Attack", style="bold green")
console.print("Social Engineering Kit", style="bold green")
console.print("MITM Attack", style="bold green")
console.print("WIFI Hacking", style="bold green")

answer = console.input("Which one do you pick? ", choices=['1', '2', '3', '4',
'5'])

if answer == '1':
web_hacking()

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy