Skip to content

Commit 3e4d6ae

Browse files
Update hack
1 parent bb0bf82 commit 3e4d6ae

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

hack

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,17 @@ set [Otions] |
115115
os.system("ping -w " + packet + " " + host)
116116
elif choose[0] == 'exploit':
117117
os.system("ping -w " + packet + " " + host)
118-
elif choose[0] == 'reset':
118+
elif choose[0] == 'host':
119+
print("""
120+
--------------------------------
121+
""" + host + """
122+
--------------------------------""")
123+
elif choose[0] == 'packet':
124+
print("""
125+
--------------------------------
126+
""" + packet + """
127+
--------------------------------""")
128+
elif choose[0] == 'reset':
119129
host = None
120130
packet = None
121131
else:

0 commit comments

Comments
 (0)