Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```