Scanning Applications in an IP Range
If you want to scan a number of web applications running on a range of IP addresses, you can use a PowerShell script.
The script does three things:
- Using Nmap, it scans the configured range of IP addresses for open HTTP(s) services,
- Combines the protocol, the domain name, and the port number to identify a URL,
- Starts scanning every identified URL.
There are four parts to this process:
- Download the PowerShell script
- Download a network scanner
- Configure the options in the PowerShell script
- Execute the PowerShell script to start the scanning process