The “Website Profiling” module can be used to crawl a website, extract all words and export it to a password list. This specific password list could speed up a Brute Force Attack against a well know Target (e.g. web based Forum, Email Account etc.).
Example of “Wordlist” generated from webpage “www.finfisher.com”: Work flow:
A Webcrawler will be started. This Crawler mirrors max. 500 different Webpages from a Webserver and save it in “/tmp” – directory.
A Webparser will extract all Words and save it to a text file: “/tmp/WEBSITE.txt”
All Words will be imported into GUI and duplicates will be removed.
Note: Words which are longer than 33 characters will be ignored.