Skip to content

Add requirements.txt and update README.md with dependency instructions #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ For other great resources on this type of attack and tools, be sure to check out

+ [MDSec's Office 365 Attack Toolkit](https://www.mdsec.co.uk/2019/07/introducing-the-office-365-attack-toolkit/)


# Setup

1. Create an application within the [Azure Portal.](https://portal.azure.com)
Expand All @@ -29,6 +28,11 @@ For other great resources on this type of attack and tools, be sure to check out

3. Modify the '*login.html*' and '*index.html*' page within the '*templates*' folder to your liking. Currently, they are basically just the Microsoft Quick Start defaults

4. Install the required dependencies:
```
pip install -r requirements.txt
```

(Blog coming soon which will go more in depth on this setup)

# Usage
Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Flask==2.1.0
Flask-Session==0.4.0
msal==1.18.0
requests==2.27.1
uuid==1.30
termcolor==1.1.0