-
Notifications
You must be signed in to change notification settings - Fork 0
/
brupy.py
27 lines (25 loc) · 820 Bytes
/
brupy.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
import os
os.system("clear")
os.system("tar -xvf brupy.tar.gz")
os.system("clear")
print('''
_____ _____ _ _
| __ |_ _ ___ ___ | __|_ _|_| |_ ___
| __ -| | | _| . | |__ | | | | _| -_|
|_____|___|_| | _| |_____|___|_|_| |___|
|_| By Muhammad
''')
os.system("pwd") #show Path
os.system("java -jar burpsuite.jar")
os.system("clear")
print('''
_____ _____ _ _
| __ |_ _ ___ ___ | __|_ _|_| |_ ___
| __ -| | | _| . | |__ | | | | _| -_|
|_____|___|_| | _| |_____|___|_|_| |___|
|_| By Muhammad
''')
os.system("clear")
print('''
\033[1m\033[91m[!] This script must run as root\033[0m
''')