Hello people someone knows Dionaea honeypot?
I'm trying to send binary information collected locally and attack collected locally on the honeypot to a central server and I can not get it.
I've tried using HTTP Post, Python CGI, and I can not get it. The honeypot has a service that lets you send data via HTTP (submit_http.py: http://src.carnivore.it/dionaea/commit/?id=cfd2be8cf7484c781384648cf1c9223afc2bd3c1) and I have a PHP file on the central server which was originally developed for nepenthes (submit.php: http://www.remoteroot.net/2008/07/21/nepenthes-submit-http-server-with-file-upload/) and wanted to receive the files as well as information about each attack associated parameters through HTTP POST. Why does the submit.php is not working?!
I have my dionaea.conf like this:
submit_http = {
url = "http://central_machine_IP/submit.php"
email = "[email protected]"
user = "uuuuuuu"
pass = "xxxxxxxxxxx"
}
Thank you guys.
dionaea log error:
I hid the original ip by xxx.xxx.xxx.xxx