Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joda32/owa-honeypot
A basic flask based Outlook Web Honey pot
https://github.com/joda32/owa-honeypot
honeypot owa
Last synced: 6 days ago
JSON representation
A basic flask based Outlook Web Honey pot
- Host: GitHub
- URL: https://github.com/joda32/owa-honeypot
- Owner: joda32
- License: apache-2.0
- Created: 2019-06-08T14:35:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T16:39:01.000Z (over 1 year ago)
- Last Synced: 2024-04-15T08:21:51.864Z (7 months ago)
- Topics: honeypot, owa
- Language: HTML
- Size: 513 KB
- Stars: 60
- Watchers: 1
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-honeypots - owa-honeypot - A basic flask based Outlook Web Honey pot. (Honeypots)
- fucking-awesome-honeypots - owa-honeypot - A basic flask based Outlook Web Honey pot. (Honeypots)
README
# owa-honeypot
A basic flask based Outlook Web Honey pot![](docs/OWA_honeypot_1.png)
## why?
Most corps have some form of OWA and I couldn't find an out of the box OWA only honeypot (I'm sure if I spent more than 2 minutes googling I probably would have found one) and I wanted to mess around with some ideas I have. So I spent some time putting this together, maybe it could help someone else :)## requirements
python3 + flask## how to install
git clone https://github.com/joda32/owa-honeypot.git
cd owa-honeypot
python3 -m venv env
source env/bin/activate
pip install -r requirements.txtpython owa_pot.py
## here be dragons!
In the code I basically start the flask dev server on port 80, that is a really bad idea if you want to run it on the internet. I have a todo to change that. :)Anyway, it did work for what I wanted. I've added a crude write up here (https://joda32.github.io/2019/06/11/owa-plus-pastebin.html)
![](docs/OWA_honeypot_2.png)
![](docs/OWA_honeypot_3.png)