File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ void usage(char *path)
9999 printf (" -h this screen\n" );
100100 printf (" -b num maximal number of blanks (unanswered icmp requests)\n" );
101101 printf (" before quitting\n" );
102- printf (" -s bytes maximal data buffer size in bytes (default is 64 bytes)\n\n" , DEFAULT_MAX_DATA_SIZE );
102+ printf (" -s bytes maximal data buffer size in bytes (default is %u bytes)\n\n" , DEFAULT_MAX_DATA_SIZE );
103103 printf ("In order to improve the speed, lower the delay (-d) between requests or\n" );
104104 printf ("increase the size (-s) of the data buffer\n" );
105105}
Original file line number Diff line number Diff line change 1919from lib .core .revision import getRevisionNumber
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.0.5.8 "
22+ VERSION = "1.0.5.9 "
2323REVISION = getRevisionNumber ()
2424STABLE = VERSION .count ('.' ) <= 2
2525VERSION_STRING = "sqlmap/%s#%s" % (VERSION , "stable" if STABLE else "dev" )
You can’t perform that action at this time.
0 commit comments