H

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 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