We recently had the pleasure of sending a demo to @lawyershubkenya showing how threat actors use malicious documents to get a command and control session on a victim.
#cybersecurityawarenessmonth
Need to spin up a quick SQL server for a potential attack or pentest? Docker has got you covered. -p to map the port, -e to set an environment variable, and -d to run as a daemon!
docker run -p 3306:3306 -e MYSQL_ROOT_PASSWORD=anythingyouwant -d mysql