📄 config.txt
字号:
########################################################################################################## CONFIG STUFF########################################################################################################## default command line options, can't be an option that requires a value. used for ALL runs.# CLIOPTS=-g -aNIKTODTD=docs/nikto.dtd# location of nmap to use with port scanning (rather than Nikto internals)# and any options to pass to itNMAP=/usr/local/bin/nmapNMAPOPTS=-P0# ports never to scanSKIPPORTS=21 111# IDs never to alert on (Note: this only works for IDs loaded from db_tests)#SKIPIDS=# if Nikto is having difficulty finding the 'plugins', set the full install path here# EXECDIR=/usr/local/nikto# the default HTTP version to try... can/will be changed as necessaryDEFAULTHTTPVER=1.0# Nikto can submit updated version strings to CIRT.net. It won't do this w/o permission. You should# send updates because it makes the data better for everyone ;) *NO* server specific information# such as IP or name is sent, just the relevant version information.# UPDATES=yes #-- ask before each submission if it should send# UPDATES=no #-- don't ask, don't send# UPDATES=auto #-- automatically attempt submission *without prompting*UPDATES=yes# Warning if MAX_WARN OK or MOVED responses are retrievedMAX_WARN=20# Prompt... if set to 'no' you'll never be asked for anything. Good for automation.#PROMPTS=no# cirt.net : set the IP so that updates can work without name resolutionCIRT=209.172.49.178########################################################################################################## PROXY STUFF##########################################################################################################PROXYHOST=127.0.0.1#PROXYPORT=8080#PROXYUSER=proxyuserid#PROXYPASS=proxypassword########################################################################################################## COOKIE STUFF########################################################################################################## send a cookie with all requests, helpful if auth cookie is needed#STATIC-COOKIE=cookiename=cookievalue
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -