byt3bl33d3r / SILENTTRINITY

An asynchronous, collaborative post-exploitation agent powered by Python and .NET's DLR
GNU General Public License v3.0
2.2k stars 404 forks source link

Fix run file bug #167

Closed jayrod closed 2 years ago

jayrod commented 3 years ago

When the user provided a resource file with any empty lines or a trailing line ST would error out. I know simply filter out those lines before they are interpreted and for good measure also added the ability to add comment lines in resource files that start with a hash '#'.