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: How to Track Who Is Sms Bombing Me . 4 Replies
1 mo ago -
Forum Thread: Removing Pay-as-You-Go Meter on Loan Phones. 1 Replies
2 mo ago -
Forum Thread: Hydra Syntax Issue Stops After 16 Attempts 3 Replies
2 mo ago -
Forum Thread: moab5.Sh Error While Running Metasploit 17 Replies
3 mo ago -
Forum Thread: Execute Reverse PHP Shell with Metasploit 1 Replies
4 mo ago -
Forum Thread: Install Metasploit Framework in Termux No Root Needed M-Wiz Tool 1 Replies
5 mo ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 35 Replies
5 mo ago -
Forum Thread: When My Kali Linux Finishes Installing (It Is Ready to Boot), and When I Try to Boot It All I Get Is a Black Screen. 8 Replies
6 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 12 Replies
7 mo ago -
Forum Thread: Hack Instagram Account Using BruteForce 208 Replies
7 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 47 Replies
9 mo ago -
Forum Thread: How to Train to Be an IT Security Professional (Ethical Hacker) 22 Replies
9 mo ago -
Metasploit Error: Handler Failed to Bind 41 Replies
9 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 21 Replies
10 mo ago -
How to: HACK Android Device with TermuX on Android | Part #1 - Over the Internet [Ultimate Guide] 177 Replies
10 mo ago -
How to: Crack Instagram Passwords Using Instainsane 36 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device Remotely, to Gain Acces to Gmail, Facebook, Twitter and More 5 Replies
10 mo ago -
Forum Thread: How Many Hackers Have Played Watch_Dogs Game Before? 13 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device with Only a Ip Adress 55 Replies
11 mo ago -
How to: Sign the APK File with Embedded Payload (The Ultimate Guide) 10 Replies
11 mo ago
-
Hack Like a Pro: How to Find Directories in Websites Using DirBuster
-
How To: Scan for Vulnerabilities on Any Website Using Nikto
-
How To: Find Vulnerable Webcams Across the Globe Using Shodan
-
How To: Use Burp & FoxyProxy to Easily Switch Between Proxy Settings
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
How To: Make Your Own Bad USB
-
How To: Enumerate SMB with Enum4linux & Smbclient
-
How To: Crack Shadow Hashes After Getting Root on a Linux System
-
Become an Elite Hacker Part 4: Hacking a Website. [Part 1]
-
How To: Hack Networks & Devices Right from Your Wrist with the Wi-Fi Deauther Watch
-
How To: Exploit Recycled Credentials with H8mail to Break into User Accounts
-
Hacking Windows 10: How to Create an Undetectable Payload, Part 1 (Bypassing Antivirus Software)
-
How to Hack Radio Frequencies: Hijacking FM Radio with a Raspberry Pi & Wire
-
How To: Crack Any Master Combination Lock in 8 Tries or Less Using This Calculator
-
Hack Like a Pro: How to Crack Online Web Form Passwords with THC-Hydra & Burp Suite
-
How To: Use Websploit to Scan Websites for Hidden Directories
-
Remove Your Online Identity: The Ultimate Guide to Anonymity and Security on the Internet
-
How To: Find Exploits & Get Root with Linux Exploit Suggester
-
How to Hack Wi-Fi: Build a Software-Based Wi-Fi Jammer with Airgeddon
-
How To: Mine Twitter for Targeted Information with Twint
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