X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Fnmap%2FREADME.md;fp=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Fnmap%2FREADME.md;h=0000000000000000000000000000000000000000;hb=1a8e170bbe5c6641a26ab1ce2e6ce6c5c1faa4cd;hp=0a60068c218f607c317c44125df026845aef3251;hpb=475ba35502579302593f4735c853c49ef1845dcb;p=dotfiles.git diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/nmap/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/nmap/README.md deleted file mode 100644 index 0a60068..0000000 --- a/stow/oh-my-zsh/.oh-my-zsh/plugins/nmap/README.md +++ /dev/null @@ -1,27 +0,0 @@ -# Nmap plugin - -Adds some useful aliases for [Nmap](https://nmap.org/) similar to the profiles in zenmap. - -To use it, add `nmap` to the plugins array in your zshrc file: - -```zsh -plugins=(... nmap) -``` - -## Aliases - -- `nmap_open_ports`: scan for open ports on target. -- `nmap_list_interfaces`: list all network interfaces on host where the command runs. -- `nmap_slow`: slow scan that avoids to spam the targets logs. -- `nmap_fin`: scan to see if hosts are up with TCP FIN scan. -- `nmap_full`: aggressive full scan that scans all ports, tries to determine OS and service versions. -- `nmap_check_for_firewall`: TCP ACK scan to check for firewall existence. -- `nmap_ping_through_firewall`: host discovery with SYN and ACK probes instead of just pings to avoid firewall restrictions. -- `nmap_fast`: fast scan of the top 300 popular ports. -- `nmap_detect_versions`: detects versions of services and OS, runs on all ports. -- `nmap_check_for_vulns`: uses vulscan script to check target services for vulnerabilities. -- `nmap_full_udp`: same as full but via UDP. -- `nmap_traceroute`: try to traceroute using the most common ports. -- `nmap_full_with_scripts`: same as nmap_full but also runs all the scripts. -- `nmap_web_safe_osscan`: little "safer" scan for OS version as connecting to only HTTP and HTTPS ports doesn't look so attacking. -- `nmap_ping_scan`: ICMP scan for active hosts.