aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* improvementsToni Uhlig2018-07-11
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* improved Makefile, check for supported archToni Uhlig2018-07-11
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* more outputToni Uhlig2017-04-13
|
* return adr finderToni Uhlig2017-04-13
|
* Merge branch 'master' of github.com:lnslbrty/bufflowtoni2016-07-19
|\
| * function jumping teststoni2015-10-27
| |
| * updated exploit to work with debian8_x86toni2015-09-29
| |
* | funcjmptoni2016-07-19
|/
* funcjmp_exttoni2015-09-23
|
* x86_64 shellcode + funcjmp_exttoni2015-09-23
|
* simple 'inner function jmp' ..toni2015-05-21
|
* hello_world x64toni2015-04-14
|
* Merge branch 'master' of github.com:lnslbrty/bufflowtoni2015-04-14
|\ | | | | | | | | Conflicts: shellcode/connect_x64.asm
| * x86-64 connect shellcodetoni2015-04-13
| |
* | x86-64 connect shellcodetoni2015-04-14
|/
* Merge branch 'master' of github.com:freecoding/bufflowtoni2015-04-13
|\
| * exploiting x64's as welltoni2015-04-12
| |
* | - connect back shellcode workstoni2015-04-08
|/
* - added newline to hello_world shellcodetoni2015-04-05
|
* - working xor decoder with variable key lentoni2015-03-25
|
* Merge branch 'master' of github.com:lnslbrty/bufflowtoni2015-03-14
|\ | | | | | | | | | | Conflicts: Makefile crypter/Makefile
| * - xor2_decoder wiptoni2015-03-04
| | | | | | | | - exploit_tcp: screen uses null cfg file
| * - Makefile: new target 'debug'toni2015-03-04
| |
| * - added PAE checktoni2015-03-04
| |
| * - readlink should do the tricktoni2015-03-01
| |
| * - fixed wrong target substtoni2015-03-01
| |
| * Merge branch 'master' of github.com:freecoding/bufflowtoni2015-02-28
| |\ | | | | | | | | | | | | Conflicts: crypter/Makefile
* | \ Merge branch 'master' of github.com:freecoding/bufflowtoni2015-03-14
|\ \ \ | |/ / |/| / | |/ | | Conflicts: crypter/Makefile
| * Merge branch 'master' of github.com:lnslbrty/bufflowtoni2014-11-26
| |\
| * | - optimized Makefilestoni2014-11-26
| | |
* | | - Makefile: compile only 64-Bit version if 64-Bit OStoni2015-02-28
| |/ |/| | | | | | | - debug flag for nasm object files - xor2_encoder (still WiP)
* | - xor2 crypter updatetoni2014-11-24
|/
* - xor crypter workstoni2014-11-23
|
* - xor2_decoder: xor'ing more than 1 byte (wip)toni2014-11-23
|
* - simple xor decodertoni2014-11-23
|
* - the most simplest crypter works ;)toni2014-11-23
|
* - most simple working cryptertoni2014-11-23
|
* - updated crypter stufftoni2014-11-22
|
* - added crypter stufftoni2014-11-19
|
* - socket_x64 shellcode workstoni2014-11-18
|
* - ignore *.swptoni2014-11-10
| | | | - shellcode_x64: dup2(), exec(), exit(), untested
* socket_x64 shellcode: bind(), listen(), accept(), untested!toni2014-11-10
|
* - rewriting socket_x64 ...toni2014-11-09
|
* - x86-64 build supporttoni2014-11-09
|
* - x86-64 socket shelloce (untested)toni2014-11-09
|
* - removed \x00 in socket.asmtoni2014-11-09
| | | | - exploit.sh -> socket.o
* socket shellcode: workstoni2014-11-08
|
* socket shellcode -> listentoni2014-11-07
|
* - added bind() shellcode.toni2014-11-07
|
* - ignore *.o filestoni2014-11-05
| | | | | - makefile: dont rebuild unchanged sources - socket.asm: bind(), not done actually