w3bfukk0r is a forced browsing tool, it basically scans webservers (HTTP/HTTPS) for a directory by using HTTP HEAD command and brute force mechanism based on a word list. Features:
- HTTP/HTTPS(SSL) support
- Banner grabbing
- User-Agent faking
- Proxy support (HTTP/S)
- Reports found and non-existend directories
Example output:
w3bfukk0r http://nion.modprobe.de
Starting w3bfukk0r 0.2
Scanning http://nion.modprobe.de/ with 76 words from words.txt
Found http://nion.modprobe.de/tmp/ (HTTP 200)
Found http://nion.modprobe.de/blog/ (HTTP 200)
Found http://nion.modprobe.de/img/ (HTTP 200)
Found http://nion.modprobe.de/setup/ (HTTP 200)
Found 4 directories.
Server runs: Apache/2.0.54 (Debian GNU/Linux) PHP/5.1.4-0.1~bpo2
Scan finished (5 seconds).
Note: Not all webservers are handling HTTP status codes correctly, so if the webserver doesn’t care about RFCs the report generated by w3bfukk0r may include false positives. Maybe we’ll find a good method to detect those false positives.
You can download w3bfukk0r 0.2 here:
Stored in: Hacking Tools, Web Hacking
Related Posts:
- Google Safe Browsing Extension for Firefox & Netcraft Toolbar - Anti-Phishing
- Site Guesses Your Gender via Browsing History
- TSGrinder - Brute Force Terminal Services Server
- projectBypass
- PHProxy 0.5 Beta Released - Web HTTP Proxy to Bypass Firewalls
- Firefox Patches 8 Security Vulnerabilities with 2.0.0.1
| 3,650 views |



So basically this is a command-line POSIX intellitamper
Can you add get request support ? To scan directory and files ?.
Example :
snprintf(buf,sizeof(buf),”GET %s%s HTTP/1.0\r\nUser-Agent: %s\r\nHost: %s:%u\r\nConnection: %s\r\n\r\n”,