Browse Source

SNMP & S7COMM added to profile manager

shreyas.srinivasa 9 years ago
parent
commit
cc98ba1c47

+ 2 - 0
src/de/tudarmstadt/informatik/hostage/persistence/ProfileManager.java

@@ -652,6 +652,8 @@ public class ProfileManager {
 		nuclearPlant.mActiveProtocols.put("HTTP", true);
 		nuclearPlant.mActiveProtocols.put("FTP", true);
 		nuclearPlant.mActiveProtocols.put("TELNET", true);
+		nuclearPlant.mActiveProtocols.put("SNMP",true);
+		nuclearPlant.mActiveProtocols.put("S7COMM",true);
 		this.addProfile(nuclearPlant, false);