Category: C2 rss

Posts

09 November / / c2
While reading The Hacker Playbook 3, one of the first steps you’ll need to do is to install Powershell Empire. I ran into problems with dependencies between the current version in Git, and the version of Python included with Ubuntu 16.04. Rather than thrash about in dependency hell, I decided I’d opt to use Docker. Using Docker gives you quite a few advantages, some of which are: Easy updates No dependency problems Run multiple instances off the same config There weren’t too many tutorials out there, so I decided to turn my notes into a blog post in hope that helps others.