KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
pghoney
★ 20
Open GitHub ↗
Low-interaction Postgres Honeypot
Download README (.md)
Explore Similar Repositories
kaggle-outbrain
:
Companion repository to blog posts https://dsnotes.com/post/2017-01-27-lessons-learned-from-outbrain-click-prediction-kaggle-competition/ and https://dsnotes.com/post/2017-02-07-large-data-feature-hashing-and-online-learning-part-2/
linkedinGroupScraper
:
Scrape members from a linkedin group
mutate-fs
:
Mutate the Node.js filesystem behavior for tests.
zookeeper-admin
:
zookeeper admin dashboard
MediaPlayer
:
Cross Platform Media Player to play videos in Xamarin.Forms. Supports android and iOS platforms.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pghoney
?
Download (.md)
# 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.