Overview
In this tutorial, you will learn how to create listeners with SpecterInsight.
Adding a Listener
Click on the “Add” button to create a new Listener. The “Prefix” allows the operator to specify the protocol, interfaces, and ports for the listener.
Prefix | Description |
---|---|
http://+ | Binds to all interfaces on port 80 for unencrypted HTTP connections. |
http://192.168.1.101:8080 | Binds to the interface with the IP 192.168.1.101 on port 8080 for unencrypted HTTP connections. |
https://+:8443 | Binds to all interfaces on port 8443 for encrypted HTTPS connections. |
When using “https” as the protocol, you will be prompted to select an SSL certificate from the list of certificates loaded into the SpecterInsight server.