RogueScanner Thank You
Thank You! Here are your RogueScanner Downloads.
Click on one of the following options to begin your download:
- Windows GUI Binary (2.7MB)- Windows GUI version of RogueScanner. This is the easiest version to use and is recommended if you have access to a windows machine. It supports Windows XP and includes all of the functionality of the command line version.
- Source Code (7.3MB)- RogueScanner source code. Download this if you want to create a build for Linux.
Installation Requirements
Operating Systems: Currently RogueScanner will work on Windows, Linux and other UNIX-like systems.
Dependencies: RogueScanner's Windows GUI installer includes all software package dependencies. After running the installer, installation of additional packages is not necessary.
When building RogueScanner from source code for Linux, several software packages are required. These packages are:
NOTE: When building SNMP++, you will need to add the following to the COPTIONS line in the Makefile used for your platform: -DSNMP_PP_NAMESPACE -D_USE_OPENSSL. Also, some Linux distributions that include gSOAP packages (e.g., Ubuntu) do not include SSL support. If that is the case you'll need to build gSOAP from source obtained at the URL listed above.
Installation Process
Windows - If you're using the Windows installer, simply run the executable and choose the location to install the RogueScanner's files to.
Linux - For complete instructions on building RogueScanner from source code under Linux, see the README file.
Configuration Instructions
Windows - After installing RogueScanner, start the program and from the Configuration dialog box select your Ethernet network interface to be used for scanning.

Once you accept the configuration, RogueScanner will start and begin scanning your network. You can see the scanning results in the UI.
Proxy Server Support
If you are using proxy server in your network environment, you need to modify the scanner.conf file using a text editor and add the following lines. Save the scanner.conf file and re-start the RogueScanner program.
The scanner.conf file is located in the "C:\Program Files\Network Chemistry\RogueScanner GUI" directory, or in the directly that you have installed RogueScanner.
proxy_host=<IP-address-of-proxy-server>
proxy_port=<Port-number-for-proxy-server>
proxy_userid==<Username-for-proxy-server>
proxy_passwd==<Password-for-proxy-server>
For example:
proxy_host=10.5.4.3
proxy_port=8080
proxy_passwd=johnspassword
For more configuration information and how to extend scanning range using your managed switches and routers, see the README file as well as the example scanner.conf file.
The change log contains the list of changes between releases.
