mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-17 12:41:14 +02:00
merge from 4.1
This commit is contained in:
parent
e786488919
commit
ba2482aad6
2 changed files with 7 additions and 1 deletions
|
@ -24,6 +24,10 @@
|
|||
* 19201: Completion/Unix/Command/_screen: patch from
|
||||
Yasuhiro Hayase to complete normal commands after screen.
|
||||
|
||||
2003-10-09 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* unposted: Completion/Unix/Command/_nmap: update for nmap 3.48
|
||||
|
||||
2003-10-07 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* users/6663: Completion/compaudit: follow symlinks when checking
|
||||
|
|
|
@ -5,9 +5,10 @@ local curcontext="$curcontext" state line suf ret=1
|
|||
_arguments -C \
|
||||
'!-sI:zombie host:_hosts' \
|
||||
'!-P'{T,S,U}'+:port list' \
|
||||
'*-s-[specify scan type]:scan type:((S\:TCP\ SYN\ scan T\:TCP\ connect\(\)\ scan F\:stealth\ FIN\ scan X\:stealth\ Xmas\ tree\ scan N\:stealth\ null\ scan P\:ping\ scanning U\:UDP\ scan O\:IP\ prototocol\ scan I\:idle\ scan A\:ACK\ scan W\:window\ scan R\:RPC\ scan L\:list\ scan))' \
|
||||
'*-s-[specify scan type]:scan type:((S\:TCP\ SYN\ scan T\:TCP\ connect\(\)\ scan F\:stealth\ FIN\ scan X\:stealth\ Xmas\ tree\ scan N\:stealth\ null\ scan P\:ping\ scanning U\:UDP\ scan O\:IP\ prototocol\ scan I\:idle\ scan A\:ACK\ scan W\:window\ scan R\:RPC\ scan L\:list\ scan V\:version\ detection))' \
|
||||
'-b[specify ftp relay host]:ftp relay host:_hosts' \
|
||||
'*-P-[specify probe types and options]:probe type/options:->probe-opts' \
|
||||
'-A[enable OS detection and version scanning]' \
|
||||
'-O[enable remote OS identification]' \
|
||||
'-6[enable IPv6 support]' \
|
||||
'-I[enable TCP reverse ident scanning]' \
|
||||
|
@ -33,6 +34,7 @@ _arguments -C \
|
|||
'--randomize_hosts[scan hosts in random order]' \
|
||||
'-M[specify maximum number of parallel TCP connects]:maximum TCP connects' \
|
||||
'--packet_trace[show all packets sent in tcpdump-like format]' \
|
||||
'--version_trace[show packets related to version scanning]' \
|
||||
'--datadir[specify directory containing data files]:directory:_directories' \
|
||||
'-T[specify timing policy]:timing policy:(Paranoid Sneaky Polite Normal Aggressive Insane)' \
|
||||
'--host_timeout[specify maximum time for scanning a single host]:timeout (ms)' \
|
||||
|
|
Loading…
Reference in a new issue