mushorg / conpot

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

Change SNMP Port to 16100 #474

Closed saegel closed 4 years ago

saegel commented 4 years ago

Using port 161 requires root privileges.

Since Conpot drops root privileges on launch, Conpot crashes on start-up when trying to use port 161.

Changing the port from 161 to 16100, as it is used in the default profile fixes the issue.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 1168


Files with Coverage Reduction New Missed Lines %
conpot/protocols/ftp/ftp_handler.py 3 79.27%
conpot/protocols/ftp/ftp_base_handler.py 6 79.2%
conpot/protocols/IEC104/IEC104_server.py 10 62.37%
<!-- Total: 19 -->
Totals Coverage Status
Change from base Build 1167: 0.04%
Covered Lines: 5487
Relevant Lines: 7582

💛 - Coveralls
xandfury commented 4 years ago

Thanks for pointing it out! @saegel :beers: