Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions run.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
import os
import sys
os.system("clear")
print("""
____ ____ _ _ _ _
| _ \| _ \ ___ ___ / \ | |_| |_ __ _ ___| | __
| | | | | | |/ _ \/ __| / _ \| __| __/ _` |/ __| |/ /
| |_| | |_| | (_) \__ \ / ___ \ |_| || (_| | (__| <
|____/|____/ \___/|___/ /_/ \_\__|\__\__,_|\___|_|\_\
___ ____ ____ ____ ___ ___ ____ ____ _ _
| \ | | [__ |__| | | |__| | |_/
|__/ |__| ___] | | | | | | |___ | \_

""")
os.system("chmod +x xerxes.c")
os.system("gcc xerxes.c -o xerxes")
a = input("\n Enter website address eg : www.fakesite.com \n Website Name : ")
os.system("./xerxes "+a+" 80")

os.execv(sys.executable, ['python'] + sys.argv)