Changes

Jump to navigation Jump to search
1,127 bytes added ,  05:46, 27 March 2015
no edit summary
Line 32: Line 32:  
   + tcp_fuzz      : Fuzz TCP services
 
   + tcp_fuzz      : Fuzz TCP services
 
   + dummy_test    : Testing module
 
   + dummy_test    : Testing module
 +
</nowiki>
 +
== webscarab ==
 +
== smali ==
 +
<nowiki>
 +
usage: java -jar smali.jar [options] [--] [<smali-file>|folder]*
 +
assembles a set of smali files into a dex file
 +
-?,--help                      prints the help message then exits. Specify twice for debug options
 +
-a,--api-level <API_LEVEL>    The numeric api-level of the file to generate, e.g. 14 for ICS. If not
 +
                                specified, it defaults to 14 (ICS).
 +
-o,--output <FILE>            the name of the dex file that will be written. The default is out.dex
 +
-v,--version                  prints the version then exits
 +
-x,--allow-odex-instructions  allow odex instructions to be compiled into the dex file. Only a few
 +
                                instructions are supported - the ones that can exist in a dead code path and
 +
                                not cause dalvik to reject the class
 +
</nowiki>
 +
== paros ==
 +
Gui crawler
 +
<nowiki>
 +
== oscanner ==
 +
Oracle Scanner 1.0.6 by patrik@cqure.net
 +
--------------------------------------
 +
OracleScanner -s <ip> -r <repfile> [options]
 +
-s <servername>
 +
-f <serverlist>
 +
-P <portnr>
 +
-v be verbose
 
</nowiki>
 
</nowiki>

Navigation menu