Description :
Something I started working on outside of university time. The program works fine (or did when I finished working on it), but then I got bored with it. I'll probably carry on working on it eventually, there's a few things I want to implement.
The program takes a list of URLs you specify and, with a list of dictionary file.extensions, bruteforces a WoW phishing page site until a log is found. This program works with a batch of files, and can export a list of legit log files (hopefully filled with juicy WoW logins) to a text file.
Usage:
Populate the phishing page URL lists, and populate the dictionary list with what file.extension to attempt. The program will decide if the page is a valid
log file or not. Much easier than manually checking a bunch of shit.
!!!!
!! NOTE: THE URLS GIVEN WITH THE PROGRAM NO LONGER WORK! YOU WILL NEED TO SEARCH FOR NEW PHISHING PAGES YOURSELF!
!!!! Version 1.0:
- Basic Functionality
- Recognises pages that exist but redirect to custom 404 pages
To Do:
- Optimization
- Threading
- Auto Update (if I decide to continue working on it)
- Automatically prune accounts into a list (username

assword)
- Automatically check for valid accounts