RedSiege / EyeWitness

EyeWitness is designed to take screenshots of websites, provide some server header info, and identify default credentials if possible.
https://www.christophertruncer.com/eyewitness-usage-guide/
GNU General Public License v3.0
5.01k stars 848 forks source link

.NET environment update from .net 4.5 to 4.8. (4.5 is EOL); update nuget packages #595

Closed Relkci closed 2 years ago

Relkci commented 2 years ago

update nuget packages CommandLineParser -> 2.9.1 Fody -> 6.6.4 Newtonsoft.Json ->13.0.1

Note: Costura.Fody has significant updates but will need fully tested and is not included in this PR; Costura.Fody update appeared to require additional Microsoft packages + reference updates.

image

build notifications: 1>C:...\CS\EyeWitness\Program.cs(189,35,189,51): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. 1>C:...\EyeWitness\WitnessedServer.cs(23,23,23,33): warning CS0414: The field 'WitnessedServer.errorState' is assigned but its value is never used

Relkci commented 2 years ago

will recomit without conflicts