Giulio Muscarello
Giulio Muscarello
This is an idea we discussed a few months ago, but for which I forgot to make a pull request. It adds a .SendFile() method to storers. It currently only...
Fixes #255, depends on honeytrap/honeytrap-services-wordpress#1. Implements a dummy WordPress blog with a homepage and a /wp-login.php, and logs login attempts. Can be expanded in the future to implement many specific...
As discussed on Slack.
I'd like to run Honeytrap on a server which has multiple IPs, only one of which is to be used for the honeypot. Am I correct that there is no...
Agents send a protocol version in all messages, but it seems to be discarded by the server. It should be checked.
Many services are not detected correctly by Nmap, which can be an issue - it means the honeypot can be recognized as such relatively easily, or it may even fail...
While reviewing some UDP services I noticed that the rate limiting is handled differently: * in TFTP, the rate limiting is done at the start of the function, before any...
I'm having crashes when trying to initialize the SDK while the server was unreachable - in my case it was because I was accidentally using 4G while the Parse Server...
* warn * banned words * reports (eg. write #admin and all admins are tagged/sent a message)
See eg. RSS. The reason for this is that while the plugin itself is removed from memory, it still keeps a listener like `Scheduler.on(, () => this.sendMessage("..."))`. It should be...