Skip to content

Commit ef55394

Browse files
authored
Update README.md
1 parent 03a8554 commit ef55394

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ $ ./shellcoding-companion.py -h
2828
/ _\ |__ ___| | | ___ ___ __| (_)_ __ __ _
2929
\ \| '_ \ / _ \ | |/ __/ _ \ / _` | | '_ \ / _` |
3030
_\ \ | | | __/ | | (_| (_) | (_| | | | | | (_| |
31-
\__/_| |_|\___|_|_|\___\___/ \__,_|_|_| |_|\__, |_v0.2.0
31+
\__/_| |_|\___|_|_|\___\___/ \__,_|_|_| |_|\__, |_v1.0.0
3232
/ __\___ _ __ ___ _ __ __ _ |___/(_) ___ _ __
3333
/ / / _ \| '_ ` _ \| '_ \ / _` | '_ \| |/ _ \| '_ \
3434
/ /__| (_) | | | | | | |_) | (_| | | | | | (_) | | | |
3535
\____/\___/|_| |_| |_| .__/ \__,_|_| |_|_|\___/|_| |_|
3636
By Ooggle |_| https://twitter.com/Ooggle_
3737
3838
39-
usage: ./shellcoding-companion.py [-h] [-o OUTPUT] [-p] source [source ...]
39+
usage: ./shellcoding-companion.py [-h] [-o OUTPUT] [-p2] [-p3] [-P] source [source ...]
4040
4141
positional arguments:
4242
source NASM source(s) file(s) (Example: shellcode.s)
@@ -45,7 +45,12 @@ optional arguments:
4545
-h, --help show this help message and exit
4646
-o OUTPUT, --output OUTPUT
4747
Output file for the shellcode. (default: None)
48-
-p, --python Output python command to generate the shellcode from command line. (default: False)
48+
49+
Output languages
50+
51+
-p2, --python2 Output python2 command to generate the shellcode from command line. (default: False)
52+
-p3, --python3 Output python3 command to generate the shellcode from command line. (default: False)
53+
-P, --perl Output perl command to generate the shellcode from command line. (default: False)
4954
```
5055

5156
## Contributing

0 commit comments

Comments
 (0)