root/nepenthes/trunk/modules/shellcode-signatures


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1699 [1699] 11/06/08 15:01:57 common nepenthes - missing includes for g++ 4.3 by Philipp Bescht, thanks
(edit) @1371 [1371] 09/07/07 13:45:06 common nepenthes - fix shellcode-signatures for sparc64, one signature was …
(edit) @733 [733] 01/05/07 22:16:12 oxff nepenthes.shellcode-signatures: 22:09 < common> und das pattern …
(edit) @732 [732] 01/05/07 22:10:52 oxff nepenthes.shellcode-signatures: uncommented accidently commented …
(edit) @731 [731] 01/05/07 22:09:10 oxff nepenthes.shellcode-signatures: added xor::marburganderlahn (thanks to …
(edit) @729 [729] 01/05/07 19:55:56 common nepenthes - shellcode-signatures, amberg is more flexibel now
(edit) @718 [718] 12/29/06 00:29:59 common nepenthes - various Makefile.am automake 1.10 fixes
(edit) @696 [696] 11/09/06 21:54:24 common nepenthes - module-peiros - add the headers to the Makefile.am - …
(edit) @695 [695] 11/08/06 17:37:07 common nepenthes - autotools mess - check if this might work with newer …
(edit) @693 [693] 11/02/06 20:35:43 common nepenthes - shellcode-signatures - fixes the same bug in …
(edit) @692 [692] 11/02/06 19:30:13 common nepenthes - shellcode-signatures - fix bug in sch_namespace_base64, …
(edit) @654 [654] 09/27/06 14:01:16 common nepenthes - shellcode-signatures, remove debug hexdump of recognized …
(edit) @653 [653] 09/27/06 13:56:21 common nepenthes - add checking for liby to configure.ac, use in …
(edit) @592 [592] 07/23/06 16:55:32 common nepenthes - shellcode-signatures - remove lex debug flag (was there by …
(edit) @591 [591] 07/21/06 22:00:24 common nepenthes - shellcode-signatures - use autotools to create the lex and …
(edit) @556 [556] 05/31/06 07:04:17 common nepenthes - Makefile cleanup problem was, every module was linked to any …
(edit) @550 [550] 05/04/06 12:25:35 common nepenthes merge experimental diffs on logging syntax, as well as the diff …
(edit) @529 [529] 04/25/06 16:30:47 common nepenthes - shellcode-signatures namespace the yy* fns with …
(edit) @521 [521] 04/19/06 01:19:26 common nepenthes - shellcode-signatures - the new y.tab.whatever files …
(edit) @520 [520] 04/19/06 01:18:17 common nepenthes - shellcode-signatures - namespace alphanumericxor added - …
(edit) @519 [519] 04/14/06 03:21:36 common nepenthes - shellcode-signatures include y.tab.h into Makefile.am else …
(edit) @518 [518] 04/14/06 02:58:40 common nepenthes - shellcode-signatures do not include parser.y parser.l into …
(edit) @517 [517] 04/14/06 02:52:13 common nepenthes - shellcode-signatures include parser.y parser.l parser.hpp …
(edit) @499 [499] 04/08/06 20:40:14 common Nepenthes - shellcode-signatures, tweak some logging tags to spam less
(edit) @498 [498] 04/08/06 20:32:39 common Nepenthes - configure.ac added --enable-debug-logging, default is no - …
(edit) @494 [494] 04/08/06 19:51:08 common Nepenthes - shellcode-signatures add execute::msf_win32_exec
(edit) @472 [472] 04/04/06 17:04:56 common shellcode-signatures - the new yacc & flex files
(edit) @471 [471] 04/04/06 17:03:33 common shellcode-signatures - s/sc_pcre/sc_decoder/g including mapping
(edit) @470 [470] 04/04/06 09:23:41 dp shellcode-signatures - remove the inverse workaround after parsing the …
(edit) @469 [469] 04/04/06 02:35:18 common shellcode-signatures - the new y.tab.c file
(edit) @468 [468] 04/04/06 02:34:50 common shellcode-signature - fixes the inverse order of value mapping - adds the …
(edit) @467 [467] 04/03/06 22:55:06 common shellcode-signatures - the new yacc files
(edit) @466 [466] 04/03/06 22:53:55 common shellcode-signatures - fix the parser, with me it has to be instead of …
(edit) @464 [464] 04/01/06 20:57:51 dp shellcode-signatures - add catchall rule to catch all other chars
(edit) @463 [463] 04/01/06 18:37:11 dp shellcode-signatures - allow invalid escape sequences (ignore escape …
(edit) @462 [462] 04/01/06 18:19:44 dp shellcode-signatures - improve grammar - prevent a buffer overflow when …
(edit) @458 [458] 04/01/06 17:37:12 common shellcode-signatures - fix one byte leak in sch_namespace_linkxor - …
(edit) @456 [456] 03/30/06 15:24:04 common shellcode-signatures - bindshell::saalfeld added
(edit) @453 [453] 03/30/06 02:11:34 common shellcode-signatures - the new y.tab.c file
(edit) @452 [452] 03/30/06 02:10:07 common shellcode-signatures - add strndup declaration before it gets used
(edit) @451 [451] 03/30/06 01:55:02 common shellcode-signatures - the y.tab.c file again
(edit) @450 [450] 03/30/06 01:54:38 common shellcode-signatures - include config.h in parser.y else it does not …
(edit) @449 [449] 03/30/06 01:50:14 common shellcode-signatures - the new y.tab.c files including the strndup helper …
(edit) @448 [448] 03/30/06 01:49:17 common shellcode-signatures - sc_free_shellcodes(struct sc_shellcode *s); to free …
(edit) @447 [447] 03/30/06 01:45:26 common shellcode-signatures - add strndup to parser.y to have strndup on freebsd
(edit) @445 [445] 03/28/06 20:09:48 common shellcode-signatures - create sch_namespace_##NAME## by deriving …
(edit) @443 [443] 03/27/06 21:55:16 common shellcode-signatures - include stdint.h for gcc 3.*, thanks LeaChim?
(edit) @440 [440] 03/27/06 20:35:31 common Makefile.am - copy the shellcode-signatures.sc file to …
(edit) @438 [438] 03/27/06 16:34:31 common shellcode-signatures - missed this file
(edit) @437 [437] 03/27/06 14:28:40 common shellcode-signatures - the yacc & lex files
(edit) @436 [436] 03/27/06 14:27:39 common shellcode-signature - added namespace::base64 for base64 decoding like iis …
(edit) @435 [435] 03/27/06 03:29:29 common shellcode-signatures - some mapping fixes in the signature file - tweaked …
(edit) @434 [434] 03/27/06 03:27:22 common shellcode-signature - the new yac & flex files
(edit) @433 [433] 03/27/06 03:26:35 common shellcode-signatures - added namespace bindlinktransfer:: - added …
(edit) @432 [432] 03/27/06 00:09:08 common shellcode-signatures - added namespace linkxor:: - added namespace …
(edit) @431 [431] 03/26/06 19:27:32 common shellcode-signatures - the yacc & lex files
(edit) @430 [430] 03/26/06 19:27:00 common shellcode-signatures added connectbackshell::hod_lsass added …
(edit) @429 [429] 03/26/06 03:41:42 common shellcode-signatures - fixed 2 xor:: patterns in signature file, i hope …
(edit) @428 [428] 03/26/06 01:05:12 common shellcode-signatures - namespace bindshell - namespace …
(edit) @427 [427] 03/25/06 23:18:56 common shellcode-signatures - formatting
(edit) @426 [426] 03/25/06 23:16:38 common shellcode-signatures - added pcre pcre post as mappings - …
(edit) @425 [425] 03/25/06 23:15:20 common shellcode-signatures - escape patterns again as pcre_compile is not binary …
(edit) @424 [424] 03/25/06 21:11:48 common shellcode-signatures - my approach of using the struct
(edit) @423 [423] 03/25/06 20:52:18 dp shellcode-signatures: - add proper error-handling for the parser
(edit) @422 [422] 03/25/06 20:32:38 dp shellcode-signatures: - add the shellcode-interface - provide …
(edit) @419 [419] 03/25/06 19:03:08 common shellcode-signatures - missing files
(add) @418 [418] 03/25/06 18:59:20 common shellcodes-signatures - first shot, does not work, not a daim
Note: See TracRevisionLog for help on using the revision log.