Пропускане към основното съдържание

SSL Stripping & Sniffing HTTPS LOGIN internet explorer 11 windows 8.1 sucks (SSLStrip)


WARNING: THIS IS COMPUTER CRIME, DO NOT DO THIS!
THIS IS ONLY FOR EDUCATION.

Method
Performing a ‘Man In The Middle’ attack therefore all the traffic flows through the attacker. Picks out HTTP traffic from port 80 and then packet redirection / forwarding onto a different port. SSLStrip is then listening on that port and removes the SSL connection before passing it back to the user, ettercap then picks out the username & password.








Stripping SSL & Sniffing HTTPS_internet... by nu11secur1ty


WARNING: DO NOT USE INTERNET EXPLORER!

Need to install:

SSLSrip
arpspoof (DSniff)
Ettercap

Using tools:

netdiscover




arpspoof (DSniff)




ettercap




sslstrip

Коментари

Popular Posts

CVE-2021-44228

REPRODUCE OF THE VULNERABILITY =): Collaboration: silentsignal

DVWA - Brute Force (High Level) - Anti-CSRF Tokens

This is the final "how to" guide which brute focuses Damn Vulnerable Web Application (DVWA), this time on the high security level. It is an expansion from the "low" level (which is a straightforward HTTP GET form attack). The main login screen shares similar issues (brute force-able and with anti-CSRF tokens). The only other posting is the "medium" security level post (which deals with timing issues). For the final time, let's pretend we do not know any credentials for DVWA.... Let's play dumb and brute force DVWA... once and for all! TL;DR: Quick copy/paste 1: CSRF=$(curl -s -c dvwa.cookie "192.168.1.44/DVWA/login.php" | awk -F 'value=' '/user_token/ {print $2}' | cut -d "'" -f2) 2: SESSIONID=$(grep PHPSESSID dvwa.cookie | cut -d $'\t' -f7) 3: curl -s -b dvwa.cookie -d "username=admin&password=password&user_token=${CSRF}&Login=Login" "192.168.1

CVE-2022-21907

Donate if you are not shame!