mushorg / conpot

ICS/SCADA honeypot
GNU General Public License v2.0
1.22k stars 413 forks source link

Support for central authentication system #389

Open xandfury opened 6 years ago

xandfury commented 6 years ago

In order for Conpot to look more realistic to attackers, there should be a central authentication system that provides more consistency. Protocols should be able to query this auth module and verify the user/pass pairs.

Requirements:

This should be a core feature and part of the databus. Further all existing protocols must be refactored to use this e.g: FTP, SNMP, IPMI etc.

Nice to have:

xandfury commented 6 years ago

Initial work can be seen here