mirror of
https://github.com/0xZDH/o365spray
synced 2026-06-08 10:07:16 +00:00
a794c97d0e
* Add scope, resource, and client_id randomization for the oauth2 enumeration and spraying modules * Several code tweaks for general clean up
6 lines
62 B
Python
6 lines
62 B
Python
#!/usr/bin/env python3
|
|
|
|
from setuptools import setup
|
|
|
|
setup()
|