From 6623fb619273a5f57e49618bc90f7115cb8f3a82 Mon Sep 17 00:00:00 2001 From: Benajmyn Love Date: Fri, 23 Jun 2017 15:29:23 +1000 Subject: [PATCH] End of day commit, no idea why --- HTTPy.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HTTPy.py b/HTTPy.py index 9efb7f2..efe0f83 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -1,4 +1,3 @@ -import argparse import subprocess import re # YAY REVERSE ENGINEER... wait its just regex @@ -9,7 +8,7 @@ partDomain = "" running = 1 pingOn = "P" whoOn = "W" - +phrases = ["ping", "whois", "quit"] def iterate(inArray, pre): count = 0