diff --git a/README b/README index ea18709a..883aff41 100644 --- a/README +++ b/README @@ -99,17 +99,6 @@ Changelog in 2.7: -Removed 123people -Fixed Bing cookies order -Changelog in 2.6: ------------------- --Added Yahoo and Baidu search engines. Thanks to Tatanus --Added check for the existence of Requests library. --Fixed email regex to provide cleaner results. Thanks to Peter McAlpine - -Changelog in 2.5: ------------------ --Replaced httplib by Requests http library (for Google related) --Fixed Google searches - Comments? Bugs? Requests? ------------------------ diff --git a/discovery/wfuzz_search.py b/discovery/wfuzz_search.py new file mode 100644 index 00000000..f66f3f96 --- /dev/null +++ b/discovery/wfuzz_search.py @@ -0,0 +1,35 @@ +import string +import requests +import sys +import myparser +import re +try: + import wfuzz +except Exception, e: + print e + +class search_wfuzz: + def __init__(self, host): + self.host = host + self.results = "" + self.totalresults = "" + + def do_search(self): + print "elo" + try: + for r in wfuzz.fuzz(url="https://"+self.host+"/FUZZ", hc=[404], payloads=[("file",dict(fn="wordlist/general/common.txt"))]): + print r + self.results += r + except Exception, e: + print e + self.totalresults += self.results + + def get_results(self): + return self.totalresults + + def do_check(self): + return + + def process(self): + self.do_search() + print "\tSearching Wfuzz.." diff --git a/lib/port_scanner.py b/lib/port_scanner.py new file mode 100644 index 00000000..e69de29b diff --git a/stash.sqlite b/stash.sqlite new file mode 100644 index 00000000..74aa6222 Binary files /dev/null and b/stash.sqlite differ diff --git a/test.sqlite b/test.sqlite new file mode 100644 index 00000000..a60bfc4b Binary files /dev/null and b/test.sqlite differ diff --git a/wordlist/general/common.txt b/wordlist/general/common.txt new file mode 100644 index 00000000..65a4be0a --- /dev/null +++ b/wordlist/general/common.txt @@ -0,0 +1,7 @@ +admin +test +hello +uk +login +book +robots.txt