Superscan is one of the oldest utilities in my toolbox. I still use it every now and then, even though nmap with Zenmap is a much more powerful network scanner. The main advantage of SuperScan is that it is very easy to set up and use. Whenever I am working on another desktop other than my own, and I need a tcp/udp scanner, I always download SuperScan.
- Poll: How reliable are ChatGPT and Bing Chat? - Tue, May 23 2023
- Pip install Boto3 - Thu, Mar 24 2022
- Install Boto3 (AWS SDK for Python) in Visual Studio Code (VS Code) on Windows - Wed, Feb 23 2022
If you want to try SuperScan, I recommend changing two of its default settings after you launch it: Disable “Host discovery” and set the “Scan type” to “connect”.
If Host discovery is enabled, SuperScan will send an echo request (ping) before it starts with the port scan. If the target computer is behind a firewall, you will get no results, even though some ports in the firewall are open.
SuperScan’s default scan type is “SYN”. It means that SuperScan won’t use the operating system’s network functions. Instead, it will create a raw IP packet with the SYN flag set. The SYN flag is used to initiate a TCP connection. Usually this scan type is faster because the scanner doesn’t have to complete the TCP handshake. The only problem is that it doesn’t work on Vista.
However, if you set the scan type to “connect”, SuperScan 4 will work fine on Vista. Just make sure that you run it with admin privileges. For this, you have to right-click on the exe and navigate to “Run as administrator”.
From where to download SuperScan?
Oops sorry. I added the link now. Thanks for the hint.
Thanks for the tip on getting this to work in Vista. I too am a huge fan of SuperScan and have used it for 10 years. I also agree that nmap with the Zenmap front-end is powerful, but I too like the quick scan capabilities of SuperScan. Thanks Michael.
Joe, you are welcome. I tried quite some time until it finally worked. Couldn’t believe that it doesn’t work on Vista.
Here is a working download link for Superscan V 4.0
http://www.mcafee.com/us/downloads/free-tools/superscan.aspx
Nabil, thanks! I updated the links.