Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gpicchiarelli/py-dungeon
Modular python honeypot for OpenBSD
https://github.com/gpicchiarelli/py-dungeon
bsd-3-clause bsd-license honeypot infosec openbsd
Last synced: 28 days ago
JSON representation
Modular python honeypot for OpenBSD
- Host: GitHub
- URL: https://github.com/gpicchiarelli/py-dungeon
- Owner: gpicchiarelli
- License: bsd-3-clause
- Created: 2019-08-24T21:16:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T03:02:39.000Z (over 5 years ago)
- Last Synced: 2024-11-07T10:13:51.543Z (3 months ago)
- Topics: bsd-3-clause, bsd-license, honeypot, infosec, openbsd
- Language: Python
- Homepage: https://gpicchiarelli.github.io
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# py-dungeon
Modular python honeypot for **OpenBSD**
#### Installation procedure
```
tar -xvzf py-dungeon-{VERSION}.tar.gz
cd py-dungeon-{VERSION}
make all
doas make install
```
#### Uninstall procedure```
doas make clean
```#### Manual page
```
man dungeond
```#### daemon handlers
```
doas rcctl enable dungeond
doas rcctl start dungeond
```