Other tools
Here are some other tools that follow this chatper's theme and available in Kali Linux:
urlsnarf
urlsnarf is a tool that outputs all requested URLs sniffed from HTTP traffic in Common Log Format (CLF, used by almost all web servers), suitable for offline post processing with your favorite web log analysis tool (analog, wwwstat, and so on).
To access urlsnarf, navigate to Sniffing/Spoofing | Network Sniffers and select urlsnarf. A Terminal will pop up showcasing use options as shown in the following screenshot:
To use urlsnarf, type urlsnarf –i
and the interface you want to monitor. urlsnarf will display it's listening. This following screenshot shows urlsnarf listing to eth0:
urlsnarf will display a dump of any URL request seen on the wire. For example, a windows user accesses www.thesecurityblogger.com. The URL requests are displayed in urlsnarf for future use.
acccheck
acccheck is a password dictionary attack tool that targets windows authentication using the SMB protocol. acccheck...