Coalfire-Research / Slackor

A Golang implant that uses Slack as a command and control server
https://www.coalfire.com/The-Coalfire-Blog/June-2019/Introducing-Slackor
GNU General Public License v3.0
457 stars 108 forks source link

Suggestion: Use subtrees instead of submodules #3

Closed sporkmonger closed 5 years ago

sporkmonger commented 5 years ago

Submodules are generally a lot less fun to deal with than subtrees, particularly for anyone cloning a repo. It's generally better to avoid both, but replacing with subtrees is a quick repo usability fix.

n00py commented 5 years ago

I agree that this will make it easier to clone. Thanks!