-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathangryip.py
37 lines (32 loc) · 1.03 KB
/
angryip.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
28
29
30
31
32
33
34
35
36
import os
import sys
os.system("clear")
print('''
_ ___ ____
/ \ _ __ __ _ _ __ _ _ |_ _| _ \
/ _ \ | '_ \ / _` | '__| | | | | || |_) |
/ ___ \| | | | (_| | | | |_| | | || __/
/_/ \_\_| |_|\__, |_| \__, | |___|_|
Angry IP Scanner|___/ |___/ By Manisso
''')
os.system("pwd") #show Path
os.system("java -jar AngryIP.jar")
os.system("clear")
os.system("clear")
print('''
_ ___ ____
/ \ _ __ __ _ _ __ _ _ |_ _| _ \
/ _ \ | '_ \ / _` | '__| | | | | || |_) |
/ ___ \| | | | (_| | | | |_| | | || __/
/_/ \_\_| |_|\__, |_| \__, | |___|_|
|___/ |___/ By Manisso
''')
os.system("clear")
print('''
_ ___ ____
/ \ _ __ __ _ _ __ _ _ |_ _| _ \
/ _ \ | '_ \ / _` | '__| | | | | || |_) |
/ ___ \| | | | (_| | | | |_| | | || __/
/_/ \_\_| |_|\__, |_| \__, | |___|_|
|___/ |___/ Bye Bye
''')