sqlmapproject / sqlmap

Automatic SQL injection and database takeover tool
http://sqlmap.org
Other
31.27k stars 5.6k forks source link

Deal with long help items #118

Closed stamparm closed 11 years ago

stamparm commented 11 years ago

Till now we've always dealt with long help items by shortening respective property names (e.g. loC). That has been done to prevent "ugly" breaking of help items. A more appropriate way should be to shorten those too long in the help listing and use longer names for the sake of code readability ("loC" vs "loadCookies")

stamparm commented 11 years ago

example of a new help output:

...
Miscellaneous:
    -z MNEMONICS        Use short mnemonics (e.g. "flu,bat,ban,tec=EU")
    --check-payload     Offline WAF/IPS/IDS payload detection testing
    --check-waf         Check for existence of WAF/IPS/IDS protection
    --cleanup           Clean up the DBMS by sqlmap specific UDF and tables
    --dependencies      Check for missing sqlmap dependencies
    --gpage=GOOGLEPAGE  Use Google dork results from specified page number
    --mobile            Imitate smartphone through HTTP User-Agent header
    --page-rank         Display page rank (PR) for Google dork results
    --purge-output      Safely remove all content from output directory
    --smart             Conduct through tests only if positive heuristic(s)
    --test-filter=TE..  Select tests by payloads and/or titles (e.g. ROW)
    --wizard            Simple wizard interface for beginner users