LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

sslstrip

TLDR

Start SSL stripping on default port
$ sslstrip
copy
Listen on specific port
$ sslstrip --listen=8080
copy
Log all SSL traffic
$ sslstrip --ssl --listen=8080
copy
Log all HTTP and SSL traffic
$ sslstrip --listen=8080 --all
copy
Write logs to file
$ sslstrip --listen=8080 --write=output.log
copy
Display help
$ sslstrip --help
copy

SYNOPSIS

sslstrip [options]

DESCRIPTION

sslstrip is a security testing tool that performs SSL stripping attacks by acting as a proxy between the victim and the server. It converts HTTPS links to HTTP, allowing interception of traffic that would otherwise be encrypted. This tool is used for authorized penetration testing and security research.

PARAMETERS

-l, --listen PORT

Port to listen on (default: 10000)
-a, --all
Log all SSL and HTTP traffic
-s, --ssl
Log all SSL traffic to and from server
-w, --write FILE
Specify log file path
-p, --post
Log only HTTP POST requests (default)
-f, --favicon
Substitute a lock favicon on secure requests
-k, --killsessions
Kill sessions in progress
-h, --help
Display help information

INSTALL

nix profile install nixpkgs#sslstrip
copy

CAVEATS

This tool is intended for authorized security testing only. Unauthorized use against systems you do not own or have permission to test is illegal. Requires ARP spoofing or similar MITM setup to intercept traffic. Modern browsers with HSTS preloading may prevent this attack.

HISTORY

sslstrip was created by Moxie Marlinspike and demonstrated at Black Hat DC 2009 to illustrate vulnerabilities in SSL/TLS implementation in web applications.

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid