Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/betheroot/pghoney
Low-interaction Postgres Honeypot
https://github.com/betheroot/pghoney
Last synced: about 1 month ago
JSON representation
Low-interaction Postgres Honeypot
- Host: GitHub
- URL: https://github.com/betheroot/pghoney
- Owner: betheroot
- Created: 2017-03-28T16:12:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T19:13:04.000Z (7 months ago)
- Last Synced: 2024-08-01T17:30:19.493Z (4 months ago)
- Language: Go
- Size: 44.9 KB
- Stars: 17
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-honeypots - pghoney - Low-interaction Postgres Honeypot. (Honeypots)
- awesome-honeypots - pghoney - Low-interaction Postgres Honeypot. (Honeypots)
- fucking-awesome-honeypots - pghoney - Low-interaction Postgres Honeypot. (Honeypots)
- awesome-honeypot - **8**星 - interaction Postgres Honeypot (<a id="a53d22b9c5d09dc894413453f4755658"></a>未分类)
README
# pghoney
A simple Postgres honey pot inspired by [Elastichoney](https://github.com/jordan-wright/elastichoney)
### Getting Started
To install dependencies
`go get ./...`To run pghoney (default is 127.0.0.1:5432)
`go run *.go`To see the cli help output:
`go run *.go -h`### Initial Release TODO:
- [ ] Create deploy script within fflemming's fork of mhn### TODO's
- [ ] Support SSL
- [ ] Write integration tests using nmap + psql
- [ ] Write integration tests using github.com/lib/pq
- [ ] Support proper error for "cancelling" a query (12345678, very similar to SSL request)
- [ ] Don't hardcode the md5 salt
- [ ] Support mechanism for saving passwords in a seperate database.