sqlmap/extra
Bernardo Damele e35f25b2cb Major recode of --os-pwn functionality. Now the Metasploit shellcode can not be run as a Metasploit generated payload stager anymore. Instead it can be run on the target system either via sys_bineval() (as it was before, anti-forensics mode, all the same) or via shellcodeexec executable. Advantages are that:
* It is stealthier as the shellcode itself does not touch the filesystem, it's an argument passed to shellcodeexec at runtime.
* shellcodeexec is not (yet) recognized as malicious by any (Avast excluded) AV product.
* shellcodeexec binary size is significantly smaller than a Metasploit payload stager (even when packed with UPX).
* UPX now is not needed anymore, so sqlmap package is also way smaller and less likely to be detected itself as malicious by your AV software.
shellcodeexec source code, compilation files and binaries are in extra/shellcodeexec/ folder now - copied over from https://github.com/inquisb/shellcodeexec.
Minor code refactoring.
2011-04-24 23:01:21 +00:00
..
chardet 'chardet' heuristic engine added to the project 2011-04-18 13:38:46 +00:00
clientform improvement for lots of multiple-selection forms (now by default the first one is selected - till now it was left unchecked which lead to blank get/post data for the whole form) 2011-04-01 22:12:24 +00:00
cloak i was on some heavy drugs (sys.stdout = fpOut) 2011-04-15 12:58:56 +00:00
dbgtool update of copyright string (until year) 2011-04-15 12:33:18 +00:00
fcrypt minor update regarding support for crypt(3) 2011-03-26 21:41:37 +00:00
gprof2dot refactoring (class names should always be Capital cased) 2011-01-28 16:36:09 +00:00
icmpsh Minor bug fix 2010-10-29 12:36:37 +00:00
keepalive important improvement of data handling (POST data and header values) 2011-04-03 15:02:52 +00:00
magic Directory restyling 2011-02-08 00:15:02 +00:00
msfauxmod Minor adjustments to extra/ libraries 2010-06-09 21:43:22 +00:00
mssqlsig update of copyright string (until year) 2011-04-15 12:33:18 +00:00
multipart Directory restyling 2011-02-08 00:15:02 +00:00
odict Minor code cleanup 2011-02-08 00:02:54 +00:00
pagerank Minor code cleanup 2011-02-08 00:02:54 +00:00
prettyprint removed all trailing spaces from blank lines 2010-11-03 10:08:27 +00:00
pydes minor fix 2011-01-20 22:00:16 +00:00
runcmd Minor adjustments to README files 2010-02-21 19:12:41 +00:00
safe2bin fix for a bug reported by saccurso@skygear.com​.ar (UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 0: ordinal 2011-04-21 23:17:16 +00:00
shellcodeexec Major recode of --os-pwn functionality. Now the Metasploit shellcode can not be run as a Metasploit generated payload stager anymore. Instead it can be run on the target system either via sys_bineval() (as it was before, anti-forensics mode, all the same) or via shellcodeexec executable. Advantages are that: 2011-04-24 23:01:21 +00:00
shutils update of copyright string (until year) 2011-04-15 12:33:18 +00:00
sqlharvest update of copyright string (until year) 2011-04-15 12:33:18 +00:00
udfhack layout adjustment 2011-04-21 09:25:42 +00:00
xdot refactoring (class names should always be Capital cased) 2011-01-28 16:36:09 +00:00
xmlobject minor fix 2011-01-25 15:44:45 +00:00
__init__.py update of copyright string (until year) 2011-04-15 12:33:18 +00:00