Skip to content

Commit

Permalink
add on port 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmychang851129 committed May 1, 2024
1 parent e6b3f8f commit 78d0cdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/linux/sslstrip.md
Expand Up @@ -8,15 +8,15 @@

`sslstrip`

- Log only HTTPS POST traffic on specific port (e.g. 8080):
- Log only HTTPS POST traffic on port 8080:

`sslstrip --listen={{8080}}`

- Log all SSL traffic to and from the server:
- 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:
- Log all SSL and HTTP traffic to and from the server on port 8080:

`sslstrip --listen={{8080}} --all`

Expand Down

0 comments on commit 78d0cdb

Please sign in to comment.