i-am-shodan / USBArmyKnife

USB Army Knife – the ultimate close access tool for penetration testers and red teamers.
MIT License
394 stars 35 forks source link

Agent setup instructions need update? #19

Open cyberpunked1985 opened 2 hours ago

cyberpunked1985 commented 2 hours ago

Trying to setup Agent. Installed .NET sdk-8.0.403-windows-x64-installer on my Windows 11 box. Noticed README instructions point to "cd tools\SerialAgent" but im seeing only tools\Agent directory. When trying to run dotnet publish -r win-x64 within tools\Agent directory I am getting all kinds of errors, not sure if I am missing a step.

cyberpunked1985 commented 1 hour ago

Sorry, looks like I figured it out as soon as I posted this. Running the following fixed the errors. "dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org"