v1.0.1
🛠 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
- 🔗 Fix implemented in commit: ff08f00
- 📌 Assembly Version Updated to: 1.0.1 (see AssemblyInfo.cs)
Full Changelog: v1.0.0...v1.0.1