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.
- Host: GitHub
- URL: https://github.com/netspi/pycroburst
- Owner: NetSPI
- Created: 2021-06-14T20:41:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-19T15:23:14.000Z (over 4 years ago)
- Last Synced: 2025-04-04T12:04:15.050Z (12 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 12
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.