End of day commit, no idea why

This commit is contained in:
Benjamyn Love 2017-06-23 15:29:23 +10:00
parent f5fcbae036
commit 6623fb6192

View File

@ -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