Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 539 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 539 Bytes

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.