Hello everyone, whenever I try to use MITM manually with sslstrip and ettercap or with the automated script Websploit it kills the Internet connection of the victim. i tried that in my 2 wifi networks and same people . how can I sniff ssl traffic without killing the internet connection ?
Forum Thread: Man in the Middle Using Sslstrip
- Hot
- Active
-
Forum Thread: What Are Some Good Budget Laptops for Pentestin 12 Replies
2 days ago -
How to: Sign the APK File with Embedded Payload (The Ultimate Guide) 8 Replies
2 days ago -
Forum Thread: Hack Instagram Account Using BruteForce 193 Replies
2 days ago -
Forum Thread: Create and Use Android/Meterpreter/reverse_tcp APK with Msfvenom? 117 Replies
4 days ago -
Forum Thread: How Do I Access Different Directories Within Android via Meterpreter 5 Replies
6 days ago -
Forum Thread: Best Programming Language? 8 Replies
1 wk ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 4 Replies
1 wk ago -
Forum Thread: Fix Meterpreter Problem 2 Replies
1 wk ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 31 Replies
2 wks ago -
Forum Thread: Need Help with FatRat Over WAN 1 Replies
2 wks ago -
Forum Thread: Kali Linux Boot Error 8 Replies
2 wks ago -
Forum Thread: I Want to Hack in to My Friends System Through his wifi router i am controlling 8 Replies
2 wks ago -
Forum Thread: Kali linux command error. Kindly help 3 Replies
2 wks ago -
Forum Thread: How to Create a Python Remote Keylogger for Facebook 27 Replies
2 wks ago -
Forum Thread: Kali Linux Handshake Porblem 2 Replies
2 wks ago -
Forum Thread: Port Forwarding Problem in Metasploit Can't Establish Connection (WAN) 3 Replies
3 wks ago -
Forum Thread: GMail Brute Force Dictionary Attack Script 31 Replies
4 wks ago -
Forum Thread: Msfvenom Android Exploitation Outside LAN? 12 Replies
4 wks ago -
Forum Thread: How to decrypt .CAP file of handshake during WiFi attack 2 Replies
1 mo ago -
Forum Thread: Make a Phishing Page for Harvesting Credentials Yourself 7 Replies
1 mo ago
-
How To: Clear the Logs & Bash History on Hacked Linux Systems to Cover Your Tracks & Remain Undetected
-
How To: Make Spoofed Calls Using Any Phone Number You Want Right from Your Smartphone
-
How To: Phish for Social Media & Other Account Passwords with BlackEye
-
How To: Hack Android Using Kali (Remotely)
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
How To: Scan for Vulnerabilities on Any Website Using Nikto
-
How To: Master Python, Django, Git & GitHub with This Bundle
-
How To: Top 10 Things to Do After Installing Kali Linux
-
How To: Crack Password-Protected ZIP Files, PDFs & More with Zydra
-
How To: Brute-Force Nearly Any Website Login with Hatch
-
Hack Like a Pro: How to Crack Passwords, Part 4 (Creating a Custom Wordlist with Crunch)
-
How To: Check if Your Wireless Network Adapter Supports Monitor Mode & Packet Injection
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
How to Hack Wi-Fi: Get Anyone's Wi-Fi Password Without Cracking Using Wifiphisher
-
How To: 4 Ways to Crack a Facebook Password & How to Protect Yourself from Them
-
How To: Hack Wi-Fi Networks with Bettercap
-
How To: Easily Detect CVEs with Nmap Scripts
-
How To: Crack Shadow Hashes After Getting Root on a Linux System
-
How To: Create a Persistent Back Door in Android Using Kali Linux:
2 Responses
Did you enable IP forwarding? This allows the information to pass through you instead of getting caught on you. You can enable it with this command:
echo 1 > /proc/sys/net/ipv4/ip_forward
Disable it with the same command, just replace the 1 with a 0.
yes I did the following
1-I edited on the file .conf (i forgot the name lol)
2- echo 1 > /proc/sys/net/ipv4/ipforward
3- iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 8080
and then I tried MITM but it really kills the connection of the victim
Share Your Thoughts