You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone the repository and setup a virtual environment in your IDE. Install python packages by running:
43
+
1.Clone the repository and setup a virtual environment in your IDE. Install python packages by running:
44
44
45
45
```
46
-
python init_repo.py
46
+
python init_repo.py
47
47
```
48
-
To activate the virtual environment (.venv) run:
48
+
2. If not active already, run the folloeing to activate the virtual environment (.venv):
49
49
```
50
-
.\.venv\Scripts\activate (Windows)
50
+
.\.venv\Scripts\activate (Windows)
51
51
52
-
./.venv/bin/activate (Linux)
52
+
source .venv/bin/activate (Linux & MacOS)
53
53
```
54
54
55
-
Run:
55
+
3. Verify all dependencies are installed:
56
56
57
57
```
58
-
pip install .
58
+
pip install .
59
59
```
60
60
61
61
**Notes**:
@@ -68,5 +68,12 @@ pip install .
68
68
4. When pushing PR, you can run `black -C -l 150 {file to path}` to fix any formatting issues related to _black_.
69
69
70
70
# Usage
71
+
## Quick Start
71
72
1. For quickly getting started with scanning your tenant, please check the [powerdump](https://github.com/mbrg/power-pwn/wiki/Modules:-PowerDump) module here.
72
-
2. Please check out the relevant [Wiki](https://github.com/mbrg/power-pwn/wiki) page for each module for further information.
73
+
2. For testing your M365 Copilot for retrieval of internal information (e.g., via a compromised user), please check the C365 modules:
3. For testing misconfigured Copilot Studio bots available to unauthenticated users please check the Copilot Hunter _deep-scan_ module [here](https://github.com/mbrg/power-pwn/wiki/Modules:-Copilot-Studio-Hunter-%E2%80%90-Deep-Scan).
77
+
4. To test misconfigured Power Pages which could allow for Dataverse tables to be leak, please check the [powerpages](https://github.com/mbrg/power-pwn/wiki/Modules:-Power-Pages) module.
78
+
79
+
Please review the [Wiki](https://github.com/mbrg/power-pwn/wiki) for a full module list and detailed usage.
0 commit comments