Running the software
- Nov 30, 2016
- 1 min read
To run the software, simply execute vulnserver.exe. The provided essfunc.dll library must be in a location where it can be found by vulnserver.exe - keeping both files in the same directory.
The server listens on the default port of 9999.To change the port, simply run the executable, and provide new port number as a command line parameter.
Once the software is running, simply connect to it on port 9999 using a command line client like netcat. Issue a HELP command (case sensitive) to see what functions are supported and go from there.



Comments