sslstrip
SSL/TLS man-in-the-middle attack tool
TLDR
Log only HTTPS POST traffic on port 10000 by default
$ sslstrip
Log only HTTPS POST traffic on port 8080
$ sslstrip --listen=[8080]
Log all SSL traffic to and from the server on port 8080
$ sslstrip --ssl --listen=[8080]
Log all SSL and HTTP traffic to and from the server on port 8080
$ sslstrip --listen=[8080] --all
Specify the file path to store the logs
$ sslstrip --listen=[8080] --write=[path/to/file]
Display help
$ sslstrip --help
SYNOPSIS
sslstrip
DESCRIPTION
sslstrip 0.6 by Moxie Marlinspike
OPTIONS
-w