rep / dionaea

dionaea low interaction honeypot (forked from dionaea.carnivore.it)
GNU General Public License v2.0
153 stars 81 forks source link

Dionaea is not listening on all ports. #19

Open masifpak opened 7 years ago

masifpak commented 7 years ago

I have complied this source. but when i run dionaea, it does not listen on all ports. In configuration file all services are added. Anybody help please. Following ports are missing 3306,5060,5061,1433.

services

= { serve = ["http","https","tftp","ftp","mirror","smb","epmap","sip","mssql","mysql"] }

$ sudo netstat -ntlp | grep dionaea tcp 0 0 0.0.0.0:135 0.0.0.0: LISTEN 26137/dionaea tcp 0 0 0.0.0.0:42 0.0.0.0: LISTEN 26137/dionaea tcp 0 0 0.0.0.0:21 0.0.0.0: LISTEN 26137/dionaea tcp 0 0 0.0.0.0:443 0.0.0.0: LISTEN 26021/dionaea tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 26137/dionaea

masifpak commented 7 years ago

Compiling dionaea from source is a hassle task. I tried many times but remain fail. MSSQL. MYSQL, SIP ports are not being listen.

panagiks commented 7 years ago

This repo looks abandoned (last commit was on 2014). The development seems to have moved here.