Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
| app.alert("XSS") |
The following content is generated using a preview release of Swimlane's pyattck.
This snippet of data is scoped to the following actor groups:
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
apt-get install python-nmap
| { | |
| "Powershell": { | |
| "process_name": ["powershell.exe"] | |
| }, | |
| "PSExec": { | |
| "process_name": ["psexec*.exe", | |
| "psexesvc.exe"] | |
| }, | |
| "at": { | |
| "process_name": ["at.exe"] |
| # References: | |
| # https://www.elastic.co/guide/en/logstash/current/plugins-inputs-s3.html | |
| # https://www.elastic.co/blog/logstash-lines-inproved-resilience-in-S3-input | |
| # https://www.elastic.co/guide/en/logstash/6.3/installing-logstash.html | |
| # https://www.elastic.co/guide/en/logstash/current/working-with-plugins.html | |
| # https://www.garron.me/en/bits/curl-delete-request.html | |
| sudo yum update -y | |
| sudo yum install -y java-1.8.0-openjdk | |
| java -version |
| import os | |
| import binascii | |
| from array import array | |
| from unicorn import * | |
| from unicorn.x86_const import * | |
| import string | |
| import itertools | |
| import pexpect | |
I had a heck of a time getting a Cuckoo sandbox running, and below I hope to help you get one up and running relatively quickly by detailing out the steps and gotchas I stumbled across along the way. I mention this in the references at the end of this gist, but what you see here is heavily influenced by this article from Nviso