When ever I try and spider a website to generate a wordlist I get the following traceback:
Traceback (most recent call last): File "./Main.py", line 333, in <module> main() File "./Main.py", line 59, in main generation() File "./Main.py", line 141, in generation industrySelected(options[choice]) File "./Main.py", line 169, in industrySelected clientSelected(optionsList[choice-1], industry) File "./Main.py", line 228, in clientSelected newClientOptions(c) File "./Main.py", line 271, in newClientOptions client.buildDictionary(int(recursionLevel)) File "<basedir>/wordhound/client.py", line 151, in buildDictionary self.crawl(rLevels) File "<basedir>/wordhound/client.py", line 49, in crawl self.crawledText = webcrawler.urlreport(b=self.url, d=recursionLevels, t=1) File "<basedir>/wordhound/crawler.py", line 867, in urlreport if b: self.weburls(b, w, d, t) File "<basedir>/wordhound/crawler.py", line 657, in weburls newbase, rawurls = self._webopen((base, '')) TypeError: 'bool' object is not iterable
Hi Jethro
Thanks, I'll take a look at this later today. Can you just confirm what you input during the setup of the crawler into wordhound?
M