You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Want to contribute? Feature request? Bug report? Swears? **All** feedback is
10
+
welcome!! (But some kind of feedback is more welcome than others :-)).
11
+
12
+
Feel free to ping me on twitter [@reyammer](https://twitter.com/reyammer) or to
13
+
email me at yanick[AT]cs.ucsb.edu any questions!
14
+
15
+
16
+
## Contributors & Acknowledgments
17
+
18
+
- Levente Polyak ([@anthraxx42](https://twitter.com/anthraxx42))
19
+
- added Python 3 support
20
+
- bug fixes
21
+
-@ToolsWatch & Black Hat crews
22
+
- They gave me a chance to show off my tool :D
23
+
7
24
8
25
## News
9
26
10
-
07/29/2013 - ShellNoob 2.0 is out!
27
+
-*01/21/2014* - ShellNoob 2.1 is out! It comes with full support for Python 3 and tons of bug fixes. Full credits go to Levente Polyak!
28
+
29
+
-*07/29/2013* - ShellNoob 2.0 is out!
30
+
31
+
-*06/08/2013* - ShellNoob got accepted at Black Hat Arsenal! See announcement here: [link](http://www.blackhat.com/us-13/arsenal.html#Fratantonio).
11
32
12
-
06/08/2013 - ShellNoob got accepted at Black Hat Arsenal! See announcement here: [link](http://www.blackhat.com/us-13/arsenal.html#Fratantonio).
13
33
14
34
## Features
15
35
@@ -18,7 +38,7 @@ Please report all bugs and swears to yanick [AT] cs.ucsb.edu / [@reyammer](https
18
38
- support for both ATT & Intel syntax. Check the ```--intel``` switch.
19
39
- support for 32 and 64 bits (when playing on x86\_64 machine). Check the ```--64``` switch.
20
40
- resolve syscall numbers, constants, and error numbers (now implemented for real! :-)).
21
-
- portable and easily deployable (it only relies on gcc/as/objdump and python). And it just *one self-contained python script*!
41
+
- portable and easily deployable (it only relies on gcc/as/objdump and python). It is just *one self-contained python script*, and it supports both Python2.7+ and Python3+.
22
42
- in-place development: you run ShellNoob directly on the target architecture!
23
43
- built-in support for Linux/x86, Linux/x86\_64, Linux/ARM, FreeBSD/x86, FreeBSD/x86\_64.
24
44
- "*prepend breakpoint*" option. Check the ```-c``` switch.
0 commit comments