We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0bf82 commit 3e4d6aeCopy full SHA for 3e4d6ae
1 file changed
hack
@@ -115,7 +115,17 @@ set [Otions] |
115
os.system("ping -w " + packet + " " + host)
116
elif choose[0] == 'exploit':
117
118
- elif choose[0] == 'reset':
+ elif choose[0] == 'host':
119
+ print("""
120
+--------------------------------
121
+""" + host + """
122
+--------------------------------""")
123
+ elif choose[0] == 'packet':
124
125
126
+""" + packet + """
127
128
+elif choose[0] == 'reset':
129
host = None
130
packet = None
131
else:
0 commit comments