Sniffing Passwords with MITMf

MITMf aims to provide a one-stop-shop for Man-In-The-Middle and network attacks while updating and improving existing attacks and techniques.

  • The framework contains a built-in SMB, HTTP and DNS server that can be controlled and used by the various plugins, it also contains a modified version of the SSLStrip proxy that allows for HTTP modification and a partial HSTS bypass.
  • As of version 0.9.8, MITMf supports active packet filtering and manipulation (basically what etterfilters did, only better), allowing users to modify any type of traffic or protocol.
  • The configuration file can be edited on-the-fly while MITMf is running, the changes will be passed down through the framework: this allows you to tweak settings of plugins and servers while performing an attack.
  • MITMf will capture FTP, IRC, POP, IMAP, Telnet, SMTP, SNMP (community strings), NTLMv1/v2 (all supported protocols like HTTP, SMB, LDAP etc.) and Kerberos credentials by using Net-Creds, which is run on startup.
  • Responder integration allows for LLMNR, NBT-NS and MDNS poisoning and WPAD rogue server support.

screenshot-from-2016-12-05-21-26-17

Follow these instructions to install MITMf on your Kali machine then run      mitmf -h to see its options.

mitmf

Type these commands: mitmf -i wlan0 –spoof –arp –hsts –dns –gateway 192.168.1.1  Just change your interface and gateway address you can get your gateway by typing route -n

screenshot-from-2016-12-05-21-28-12

Press enter to see the magic of mitmf in front of your eyes.

screenshot-from-2016-12-05-21-28-43

Information keeps on flowing. Oops HSTS is bypassed…

screenshot-from-2016-12-05-21-29-23

The userid I entered.

screenshot-from-2016-12-05-21-29-59

The password.

I tested it on a SSL-enabled banking page using my mobile phone but look I’m still able to sniff the traffic on plain text. I couldn’t make it work on Facebook, Gmail and Yahoo but I think there’s a lot of secured websites out there that you can still hack with the tool. So test it for yourself and comment below the websites that can work with MITMf. Good luck to your sniffing test!

Finding Admin Pages isn’t hard with Parsero

When I was starting out hacking websites I had hard time finding the administrator pages and I wasted so much time manually finding it by adding robots.txt on the web page. But… here’s the tool to easily find the login page after having the credentials.

screenshot-from-2016-11-30-21-04-04

Parsero isn’t installed by default in the Kali version so what are you waiting type the above command to keep on going.

screenshot-from-2016-11-30-21-03-18

Let’s view first the options of the tool after installing and it’s very self explanatory to use.

screenshot-from-2016-11-30-21-02-38

Look at the output! It clearly show us the important pages of the website. And the Admin page is also there. Good luck!