├── README.md ├── action.yml ├── agent.sh ├── client.py └── resources ├── demo.png ├── diagram.png └── logo.jpg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/offensive-actions/azure-storage-reverse-shell/HEAD/README.md -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/offensive-actions/azure-storage-reverse-shell/HEAD/action.yml -------------------------------------------------------------------------------- /agent.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/offensive-actions/azure-storage-reverse-shell/HEAD/agent.sh -------------------------------------------------------------------------------- /client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/offensive-actions/azure-storage-reverse-shell/HEAD/client.py -------------------------------------------------------------------------------- /resources/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/offensive-actions/azure-storage-reverse-shell/HEAD/resources/demo.png -------------------------------------------------------------------------------- /resources/diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/offensive-actions/azure-storage-reverse-shell/HEAD/resources/diagram.png -------------------------------------------------------------------------------- /resources/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/offensive-actions/azure-storage-reverse-shell/HEAD/resources/logo.jpg --------------------------------------------------------------------------------