Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | improvements | Toni Uhlig | 2018-07-11 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | improved Makefile, check for supported arch | Toni Uhlig | 2018-07-11 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | more output | Toni Uhlig | 2017-04-13 |
| | |||
* | return adr finder | Toni Uhlig | 2017-04-13 |
| | |||
* | Merge branch 'master' of github.com:lnslbrty/bufflow | toni | 2016-07-19 |
|\ | |||
| * | function jumping tests | toni | 2015-10-27 |
| | | |||
| * | updated exploit to work with debian8_x86 | toni | 2015-09-29 |
| | | |||
* | | funcjmp | toni | 2016-07-19 |
|/ | |||
* | funcjmp_ext | toni | 2015-09-23 |
| | |||
* | x86_64 shellcode + funcjmp_ext | toni | 2015-09-23 |
| | |||
* | simple 'inner function jmp' .. | toni | 2015-05-21 |
| | |||
* | hello_world x64 | toni | 2015-04-14 |
| | |||
* | Merge branch 'master' of github.com:lnslbrty/bufflow | toni | 2015-04-14 |
|\ | | | | | | | | | Conflicts: shellcode/connect_x64.asm | ||
| * | x86-64 connect shellcode | toni | 2015-04-13 |
| | | |||
* | | x86-64 connect shellcode | toni | 2015-04-14 |
|/ | |||
* | Merge branch 'master' of github.com:freecoding/bufflow | toni | 2015-04-13 |
|\ | |||
| * | exploiting x64's as well | toni | 2015-04-12 |
| | | |||
* | | - connect back shellcode works | toni | 2015-04-08 |
|/ | |||
* | - added newline to hello_world shellcode | toni | 2015-04-05 |
| | |||
* | - working xor decoder with variable key len | toni | 2015-03-25 |
| | |||
* | Merge branch 'master' of github.com:lnslbrty/bufflow | toni | 2015-03-14 |
|\ | | | | | | | | | | | Conflicts: Makefile crypter/Makefile | ||
| * | - xor2_decoder wip | toni | 2015-03-04 |
| | | | | | | | | - exploit_tcp: screen uses null cfg file | ||
| * | - Makefile: new target 'debug' | toni | 2015-03-04 |
| | | |||
| * | - added PAE check | toni | 2015-03-04 |
| | | |||
| * | - readlink should do the trick | toni | 2015-03-01 |
| | | |||
| * | - fixed wrong target subst | toni | 2015-03-01 |
| | | |||
| * | Merge branch 'master' of github.com:freecoding/bufflow | toni | 2015-02-28 |
| |\ | | | | | | | | | | | | | Conflicts: crypter/Makefile | ||
* | \ | Merge branch 'master' of github.com:freecoding/bufflow | toni | 2015-03-14 |
|\ \ \ | |/ / |/| / | |/ | | | Conflicts: crypter/Makefile | ||
| * | Merge branch 'master' of github.com:lnslbrty/bufflow | toni | 2014-11-26 |
| |\ | |||
| * | | - optimized Makefiles | toni | 2014-11-26 |
| | | | |||
* | | | - Makefile: compile only 64-Bit version if 64-Bit OS | toni | 2015-02-28 |
| |/ |/| | | | | | | | - debug flag for nasm object files - xor2_encoder (still WiP) | ||
* | | - xor2 crypter update | toni | 2014-11-24 |
|/ | |||
* | - xor crypter works | toni | 2014-11-23 |
| | |||
* | - xor2_decoder: xor'ing more than 1 byte (wip) | toni | 2014-11-23 |
| | |||
* | - simple xor decoder | toni | 2014-11-23 |
| | |||
* | - the most simplest crypter works ;) | toni | 2014-11-23 |
| | |||
* | - most simple working crypter | toni | 2014-11-23 |
| | |||
* | - updated crypter stuff | toni | 2014-11-22 |
| | |||
* | - added crypter stuff | toni | 2014-11-19 |
| | |||
* | - 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 build support | 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 |