Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - added newline to hello_world shellcode | toni | 2015-04-05 |
| | |||
* | - optimized Makefiles | toni | 2014-11-26 |
| | |||
* | - socket_x64 shellcode works | toni | 2014-11-18 |
| | |||
* | - ignore *.swp | toni | 2014-11-10 |
| | | | | - shellcode_x64: dup2(), exec(), exit(), untested | ||
* | socket_x64 shellcode: bind(), listen(), accept(), untested! | toni | 2014-11-10 |
| | |||
* | - rewriting socket_x64 ... | toni | 2014-11-09 |
| | |||
* | - x86-64 socket shelloce (untested) | toni | 2014-11-09 |
| | |||
* | - removed \x00 in socket.asm | toni | 2014-11-09 |
| | | | | - exploit.sh -> socket.o | ||
* | socket shellcode: works | toni | 2014-11-08 |
| | |||
* | socket shellcode -> listen | toni | 2014-11-07 |
| | |||
* | - added bind() shellcode. | toni | 2014-11-07 |
| | |||
* | - ignore *.o files | toni | 2014-11-05 |
| | | | | | - makefile: dont rebuild unchanged sources - socket.asm: bind(), not done actually | ||
* | - added socket() shellcode (testing purpose) | toni | 2014-11-04 |
| | |||
* | - added execve2 shellcode: does the same like execve but is quite smaller | toni | 2014-11-04 |
| | |||
* | - added very small execve shellcode | toni | 2014-11-04 |
| | |||
* | - shellcode testing unit | toni | 2014-11-04 |
| | | | | - hello_world asm example | ||
* | - print shellcode | toni | 2014-08-01 |
| | |||
* | - building shellcode with C | toni | 2014-08-01 |