An open API service indexing awesome lists of open source software.

https://github.com/netspi/pycroburst

Python implementation of select MicroBurst scripts.
https://github.com/netspi/pycroburst

Last synced: 6 months ago
JSON representation

Python implementation of select MicroBurst scripts.

Awesome Lists containing this project

README

          

# PycroBurst
Threaded Python implementation of select MicroBurst scripts.

Original PowerShell versions of `Invoke-EnumerateAzureBlobs` and `Invoke-EnumerateAzureSubDomains` can be found here: https://github.com/NetSPI/MicroBurst/blob/master/Misc/

Parts of the Permutations.txt file borrowed from - https://github.com/brianwarehime/inSp3ctor

# Getting set up
(Optional) Set up a virtual Python environment with `venv`

Use `pip install -r requirements.txt` to get the required modules.

Use the `-h` flag to get the list of arguments.