Kevin-Robertson / InveighZero

.NET IPv4/IPv6 machine-in-the-middle tool for penetration testers
BSD 3-Clause "New" or "Revised" License
789 stars 116 forks source link

Missing documentation on FilePrefix Command #4

Closed bpsizemore closed 3 years ago

bpsizemore commented 3 years ago

I noticed that there was no parameter for modifying the output file name of Inveigh. I went to add an option to the code for my specific use and found it is already there and works with the /FilePrefix parameter. I don't have the ability to modify the wiki but I would recommend adding the following line under the Output Options:

|__FilePrefix__|Inveigh|string|String that is prefixed to logfiles written to disk. Files are written in format of <prefix>-Log.txt
Kevin-Robertson commented 3 years ago

Thanks! I have some updates to make and I'll include that.

Kevin-Robertson commented 3 years ago

Added