End of day commit, no idea why
This commit is contained in:
parent
f5fcbae036
commit
6623fb6192
3
HTTPy.py
3
HTTPy.py
@ -1,4 +1,3 @@
|
|||||||
import argparse
|
|
||||||
import subprocess
|
import subprocess
|
||||||
import re # YAY REVERSE ENGINEER... wait its just regex
|
import re # YAY REVERSE ENGINEER... wait its just regex
|
||||||
|
|
||||||
@ -9,7 +8,7 @@ partDomain = ""
|
|||||||
running = 1
|
running = 1
|
||||||
pingOn = "P"
|
pingOn = "P"
|
||||||
whoOn = "W"
|
whoOn = "W"
|
||||||
|
phrases = ["ping", "whois", "quit"]
|
||||||
|
|
||||||
def iterate(inArray, pre):
|
def iterate(inArray, pre):
|
||||||
count = 0
|
count = 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user