@@ -28,15 +28,15 @@ $ ./shellcoding-companion.py -h
28
28
/ _\ |__ ___| | | ___ ___ __| (_)_ __ __ _
29
29
\ \| '_ \ / _ \ | |/ __/ _ \ / _` | | '_ \ / _` |
30
30
_\ \ | | | __/ | | (_| (_) | (_| | | | | | (_| |
31
- \__/_| |_|\___|_|_|\___\___/ \__,_|_|_| |_|\__, |_v0.2 .0
31
+ \__/_| |_|\___|_|_|\___\___/ \__,_|_|_| |_|\__, |_v1.0 .0
32
32
/ __\___ _ __ ___ _ __ __ _ |___/(_) ___ _ __
33
33
/ / / _ \| '_ ` _ \| '_ \ / _` | '_ \| |/ _ \| '_ \
34
34
/ /__| (_) | | | | | | |_) | (_| | | | | | (_) | | | |
35
35
\____/\___/|_| |_| |_| .__/ \__,_|_| |_|_|\___/|_| |_|
36
36
By Ooggle |_| https://twitter.com/Ooggle_
37
37
38
38
39
- usage: ./shellcoding-companion.py [-h] [-o OUTPUT] [-p ] source [source ...]
39
+ usage: ./shellcoding-companion.py [-h] [-o OUTPUT] [-p2] [-p3] [-P ] source [source ...]
40
40
41
41
positional arguments:
42
42
source NASM source(s) file(s) (Example: shellcode.s)
@@ -45,7 +45,12 @@ optional arguments:
45
45
-h, --help show this help message and exit
46
46
-o OUTPUT, --output OUTPUT
47
47
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)
49
54
```
50
55
51
56
## Contributing
0 commit comments