Skip to content

Commit

Permalink
sslstrip: add page (#12681)
Browse files Browse the repository at this point in the history
* sslstrip: add page

---------

Co-authored-by: Fazle Arefin <[email protected]>
Co-authored-by: Vítor Henrique <[email protected]>
Co-authored-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
4 people committed May 1, 2024
1 parent c191f4d commit 2f1108c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions pages/linux/sslstrip.md
@@ -0,0 +1,29 @@
# sslstrip

> Perform Moxie Marlinspike's Secure Sockets Layer (SSL) stripping attacks.
> Perform an ARP spoofing attack in conjunction.
> More information: <https://www.kali.org/tools/sslstrip/>.
- 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`

0 comments on commit 2f1108c

Please sign in to comment.