Skip to content

A framework for OAuth 2.0 device code authentication grant flow phishing

License

Notifications You must be signed in to change notification settings

dunderhay/phishsticks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Background

Version: 0.0.3-dev

A phishing framework for OAuth 2.0 device code authentication grant flow

Getting Started

Create/activate virtual env and install requirements:

python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt

Running the program:

./run.sh

A self-signed certificate and default login credentials are generated on first run:

./run.sh
Generating a 4096 bit RSA private key
...............................<snip>
writing new private key to 'key.pem'
-----
 * Serving Flask app 'phishsticks' (lazy loading)
 * Environment: development
 * Debug mode: on
---------------------------
---Default login details---
---------------------------
Username: admin
Password: x3m8Y4MNyoqy5ylk
---------------------------
<snip>

Acknowledgements

Thanks to my employer Aura Information Security for providing time for me to work on this project.

aura-logo

Development

Pull requests are welcome! Apart from todos littered in the code + bad code that needs fixing / refactoring there is a to-do list here

Python 3.9.13 Code style: black

Install code formatter before starting dev work and set up your editor to auto format code when you save a file

./venv/bin/python -m pip install -U black

About

A framework for OAuth 2.0 device code authentication grant flow phishing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published