cobbr / Elite

Elite is the client-side component of the Covenant project. Covenant is a .NET command and control framework that aims to highlight the attack surface of .NET, make the use of offensive .NET tradecraft easier, and serve as a collaborative command and control platform for red teamers.
https://cobbr.io/Covenant.html
GNU General Public License v3.0
117 stars 18 forks source link

Elite doesn't properly handle trailing spaces in variable values #3

Closed dooms-401trg closed 5 years ago

dooms-401trg commented 5 years ago

Minor issue, just noticed that in Listeners\HTTP if I try "Set ConnectAddress 192.168.10.50 " it says it's an invalid option, but "Set ConnectAddress 192.168.10.50" works fine.

cobbr commented 5 years ago

Easy enough fix: bce6b04b1fc197f675cc4d30e746977640833b7f

Thanks @dooms-401trg!