Skip to content

v1.0.1

Compare
Choose a tag to compare
@n3rada n3rada released this 20 Feb 20:14
· 5 commits to main since this release
237b808

🛠 Fixed -- Argument Parsing Issue - #2

Now, -- is automatically filtered out during command parsing, ensuring than if someone use this - even if it is not needed - it will handle the case.

Example of incorrect usage

execute-assembly /home/kali/backpack/winaries/csharp/MSSQLand.exe -- /h:localhost /c:token /a:exec whoami

Correct usage (No -- needed)

execute-assembly /home/kali/backpack/winaries/csharp/MSSQLand.exe /h:localhost /c:token /a:exec whoami

📂 Commit Details

Full Changelog: v1.0.0...v1.0.1