mushorg / conpot

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

Fixed wrong Docker ports #421

Closed pietroferretti closed 5 years ago

pietroferretti commented 5 years ago

The BACnet and IPMI ports are listed as TCP, but these services are actually UDP.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 1116


Files with Coverage Reduction New Missed Lines %
conpot/protocols/ipmi/ipmi_server.py 1 68.8%
conpot/protocols/http/command_responder.py 2 64.81%
conpot/protocols/ftp/ftp_base_handler.py 2 85.4%
conpot/protocols/IEC104/IEC104_server.py 4 47.31%
conpot/protocols/ftp/ftp_handler.py 21 81.36%
<!-- Total: 30 -->
Totals Coverage Status
Change from base Build 1115: 0.1%
Covered Lines: 5440
Relevant Lines: 7549

💛 - Coveralls
creolis commented 5 years ago

Thanks guys!