APT2

作者: xncode | 来源:发表于2018-12-05 09:36 被阅读0次

自动化渗透测试工具

usage: apt2 [-h] [-C <config.txt>] [-f [<input file> [<input file> ...]]]
            [--target] [--ip <local IP>] [-v] [-s SAFE_LEVEL]
            [-x EXCLUDE_TYPES] [-b] [--listmodules]

optional arguments:
-h, --help            show this help message and exit
-v, --verbosity       increase output verbosity
-s SAFE_LEVEL, --safelevel SAFE_LEVEL
                        set min safe level for modules. 0 is unsafe and 5 is
                        very safe. Default is 4
-x EXCLUDE_TYPES, --exclude EXCLUDE_TYPES
                        specify a comma seperatec list of module types to
                        exclude from running
-b, --bypassmenu      bypass menu and run from command line arguments

inputs:
-C <config.txt>       config file
-f [<input file> [<input file> ...]]
                        one of more input files seperated by spaces
--target              initial scan target(s)

advanced:
--ip <local IP>       defaults to 192.168.103.227

misc:
--listmodules         list out all current modules and exit

相关文章

网友评论

      本文标题:APT2

      本文链接:https://www.haomeiwen.com/subject/qbsucqtx.html