Command line

Usage: wttconsole [-h] [-v] [-q] [-c <str>] [--code <str>] [--ListName <str>]
[--Dictionaries] [--Extensions] [--CreateName <str>] [--StartURL <str>] [--DisplayName <str>]
[--URLTimeout <num>] [--NumThreads <num>] [--AgentType <str>] [--AgentOS <str>]
[--HTTPVer <str>] [--AuthMethod <str>] [--AuthUserName <str>] [--AuthPassword <str>]
[--HTTPSCertAuth] [--HTTPSCertFile <str>] [--HTTPSCertPasswd <str>] [--FormPostLogin]
[--FormPostData <str>] [--FormPostLogout <str>] [--HTTPProxyType <str>] [--HTTPProxyAddress <str>]
[--HTTPProxyPort <num>] [--HTTPProxyUseAuth] [--HTTPProxyUserName <str>] [--HTTPProxyPassword <str>]
[--HTTPProxyAll] [--HTTPSProxyType <str>] [--HTTPSProxyAddress <str>] [--HTTPSProxyPort <num>]
[--HTTPSProxyUseAuth] [--HTTPSProxyUserName <str>] [--HTTPSProxyPassword <str>]
[--ProxyException <str>] [--UseRobotsTxt] [--CheckFirstOnly] [--CheckIgnoreCase]
[--CheckIgnoreCookies] [--NotIgnoreWWW] [--CheckParentDir] [--NotSendHEAD]
[--NotSendReferers] [--IgnoreRedirects] [--ProcessInQueue] [--NotCheckInternet]
[--SlowdownFactor <num>] [--CheckRestrictLevel <num>] [--LinksLimit <str>]
[--LinksLimitValue <num>] [--LinkDepthLevel <num>] [--OnlyWildcard <str>]
[--SkipWildcard <str>] [--HTTPSuccessCodes <str>] [--ContentTypeCss <str>]
[--ContentTypeHtml <str>] [--Charset <str>] [--DefaultCharset] [--IgnoreFormTag]
[--NoLinkChecker] [--SkipDomain <str>] [--SkipBookmark <str>] [--RetainValidLinks]
[--CheckNoExtern] [--IgnoreImageTags] [--NoInspector] [--NoSpeller] [--Dictionary <str>]
[--PrivateDic <str>] [--NoCaps] [--NoMix] [--NoNum] [--NoForbidden] [--NoMarkup]
[--TabStop <num>] [--Extension <str>] [--DeleteName <str>] [--StartName <str>]
[--ReportName <str>] [--ReportType <str>] [--ReportOption <str>]
  -h, --help                	Show this help message
  -v, --verbose             	Generate verbose log messages
  -q, --nologo              	Do not show the logo

  -c, --command=<str>       	<activate|list|create|delete|start|report>

activate:
  --code=<str>              	Activation code

list:
  --ListName=<str>          	Name of the scan to display
  --Dictionaries            	List installed dictionaries
  --Extensions              	List installed extensions

create:
  --CreateName=<str>        	Name of the scan to create
  --StartURL=<str>          	URL to start
  --DisplayName=<str>       	Display name
  --URLTimeout=<num>        	URL timeout
  --NumThreads=<num>        	Number of threads
  --AgentType=<str>         	Agent type
  --AgentOS=<str>           	Agent OS
  --HTTPVer=<str>           	HTTP version
  --AuthMethod=<str>        	<NONE|BASIC|IWA|DIGEST|NEGOTIATE>
  --AuthUserName=<str>      	Authentication user name
  --AuthPassword=<str>      	Authentication password
  --HTTPSCertAuth           	HTTPS certificate authentication
  --HTTPSCertFile=<str>     	HTTPS certificate file
  --HTTPSCertPasswd=<str>   	HTTPS certificate password
  --FormPostLogin           	FORM POST login
  --FormPostData=<str>      	FORM POST data
  --FormPostLogout=<str>    	Logout links, can be repeated
  --HTTPProxyType=<str>     	<NONE|HTTP|SOCKS4|SOCKS4A|SOCKS5>
  --HTTPProxyAddress=<str>  	HTTP proxy address
  --HTTPProxyPort=<num>     	HTTP proxy port
  --HTTPProxyUseAuth        	HTTP proxy authentication
  --HTTPProxyUserName=<str> 	HTTP proxy user name
  --HTTPProxyPassword=<str> 	HTTP proxy password
  --HTTPProxyAll            	HTTP proxy for all protocols
  --HTTPSProxyType=<str>    	<NONE|HTTP|SOCKS4|SOCKS4A|SOCKS5>
  --HTTPSProxyAddress=<str> 	HTTPS proxy address
  --HTTPSProxyPort=<num>    	HTTPS proxy port
  --HTTPSProxyUseAuth       	HTTPS proxy authentication
  --HTTPSProxyUserName=<str>	HTTPS proxy user name
  --HTTPSProxyPassword=<str>	HTTPS proxy password
  --ProxyException=<str>    	Proxy exception, can be repeated
  --UseRobotsTxt            	Use robots.txt and "nofollow" directives
  --CheckFirstOnly          	Only check the first URL
  --CheckIgnoreCase         	Ignore case when comparing links
  --CheckIgnoreCookies      	Do not accept cookies
  --NotIgnoreWWW            	Do not ignore "www." prefix
  --CheckParentDir          	Check files in parent directory
  --NotSendHEAD             	Do not send HEAD requests
  --NotSendReferers         	Do not send referer headers
  --IgnoreRedirects         	Do not follow HTTP redirects
  --ProcessInQueue          	Process all links in queue
  --NotCheckInternet        	Do not check if Internet is down
  --SlowdownFactor=<num>    	Slowdown factor
  --CheckRestrictLevel=<num>	Max. directory level
  --LinksLimit=<str>        	<NONE|FOUND|PROCESSED|UNIQUE>
  --LinksLimitValue=<num>   	Links limit value
  --LinkDepthLevel=<num>    	Max. link depth
  --OnlyWildcard=<str>      	Check links, can be repeated
  --SkipWildcard=<str>      	Skip links, can be repeated
  --HTTPSuccessCodes=<str>  	HTTP success codes, space separated
  --ContentTypeCss=<str>    	CSS content type, can be repeated
  --ContentTypeHtml=<str>   	HTML content type, can be repeated
  --Charset=<str>           	Default charset
  --DefaultCharset          	Always use default charset
  --IgnoreFormTag           	Ignore FORM tag
  --NoLinkChecker           	Do not run link checker
  --SkipDomain=<str>        	Ignore the domain, can be repeated
  --SkipBookmark=<str>      	Ignore the bookmark, can be repeated
  --RetainValidLinks        	Retain valid links for viewing
  --CheckNoExtern           	Do not check external links
  --IgnoreImageTags         	Ignore image tags
  --NoInspector             	Do not run site inspector
  --NoSpeller               	Do not run spell checker
  --Dictionary=<str>        	Spell checker dictionary, can be repeated
  --PrivateDic=<str>        	Text file with private dictionary
  --NoCaps                  	Ignore words in UPPERCASE
  --NoMix                   	Ignore words in MiXeD case
  --NoNum                   	Ignore words containing numbers
  --NoForbidden             	Ignore forbidden words
  --NoMarkup                	Do not run HTML checker
  --TabStop=<num>           	Tab-stop size
  --Extension=<str>         	Enabled extension, can be repeated

delete:
  --DeleteName=<str>        	Name of the scan to delete

start:
  --StartName=<str>         	Name of the scan to start or continue

report:
  --ReportName=<str>        	Name of the scan to report
  --ReportType=<str>        	<Summary|LinkChecker|SpellChecker|HTMLChecker|SiteInspector>
  --ReportOption=<str>      	Single report option, can be repeated for each option

Report options for Summary:
col_parameter:<show|hide> col_value:<show|hide> format:<html|xml|csv> file:<filename>

Report options for LinkChecker:
everything:<show|hide> errors:<show|hide> warnings:<show|hide> notices:<show|hide>
col_link:<show|hide> col_flag:<show|hide> col_type:<show|hide> col_status:<show|hide>
col_protocol:<show|hide> col_location:<show|hide> col_dirs:<show|hide> col_redirect:<show|hide>
col_title:<show|hide> col_access:<show|hide> col_content_type:<show|hide>
col_content_len:<show|hide> col_lastmod:<show|hide> col_charset:<show|hide>
col_errors:<show|hide> col_warnings:<show|hide> col_notices:<show|hide> col_page:<show|hide>
col_line:<show|hide> col_column:<show|hide> col_text:<show|hide> col_tag:<show|hide>
col_tag_attr:<show|hide> col_tag_alt:<show|hide> col_tag_title:<show|hide>
col_tag_target:<show|hide> col_tag_rel:<show|hide> format:<html|xml|csv> file:<filename>

Report options for SpellChecker:
col_link:<show|hide> col_type:<show|hide> col_status:<show|hide> col_protocol:<show|hide>
col_location:<show|hide> col_dirs:<show|hide> col_redirect:<show|hide> col_title:<show|hide>
col_access:<show|hide> col_Content_type:<show|hide> col_content_len:<show|hide>
col_lastmod:<show|hide> col_charset:<show|hide> col_errors:<show|hide> col_warnings:<show|hide>
col_line:<show|hide> col_column:<show|hide> col_word:<show|hide> format:<html|xml|csv> file:<filename>

Report options for HTMLChecker:
col_link:<show|hide> col_type:<show|hide> col_status:<show|hide> col_protocol:<show|hide>
col_location:<show|hide> col_dirs:<show|hide> col_redirect:<show|hide> col_title:<show|hide>
col_access:<show|hide> col_content_type:<show|hide> col_content_len:<show|hide>
col_lastmod:<show|hide> col_charset:<show|hide> col_errors:<show|hide> col_warnings:<show|hide>
col_line:<show|hide> col_column:<show|hide> col_error:<show|hide> col_warning:<show|hide>
col_snippet:<show|hide> col_tag_stack:<show|hide> format:<html|xml|csv> file:<filename>

Report options for SiteInspector:
col_link:<show|hide> col_type:<show|hide> col_status:<show|hide> col_protocol:<show|hide>
col_location:<show|hide> col_dirs:<show|hide> col_redirect:<show|hide> col_title:<show|hide>
col_access:<show|hide> col_content_type:<show|hide> col_content_len:<show|hide>
col_lastmod:<show|hide> col_charset:<show|hide> col_errors:<show|hide> col_warnings:<show|hide>
col_http_x_robots_tag_1:<show|hide> col_http_canonical_1:<show|hide> col_meta_refresh:<show|hide>
col_meta_description:<show|hide> col_meta_keywords:<show|hide> col_meta_robots:<show|hide>
col_link_canonical:<show|hide> col_link_relnext:<show|hide> col_link_relprev:<show|hide>
col_head_tag:<show|hide> col_head_text:<show|hide> format:<html|xml|csv> file:<filename>

Categories: Bundle, Manual

Leave a Reply