Port Scan
Powershell
Test-NetConnection
$d='DC1';$p=53,88,135,389,445,3268,3269,636,9389;$u=53,88,389;$p|%{if(Test-NetConnection $d -Port $_){"TCP $_-Open"}else{"TCP $_-Closed"}};$u|%{try{$c=[net.sockets.udpclient]::new();$c.Connect($d,$_);$null=$c.Send((,0),1);"UDP $_-Open"}catch{"UDP $_-Closed"}finally{$c.Close()}}
Test-TcpPort

Scanning without Nmap
NetScan - From Windows Host
Fscan

Naabu
Masscan
Nmap
Common PortsFast scan
Host file
Nmap options
Output Options
Performance Options
Open port
IDS/IPS Detection
IDS IPS AV EvasionUDP
Convert XML Result to HTML

Vulnerability
Admin interface:
Default CredentialsWeb loginCMS :
CMSFind NSE script
Nmap - NSE
Resources
Interesting Books
Interesting BooksSupport this Gitbook
Last updated
