瀏覽代碼

SNMP & S7COMM added to profile manager

shreyas.srinivasa 9 年之前
父節點
當前提交
cc98ba1c47
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/de/tudarmstadt/informatik/hostage/persistence/ProfileManager.java

+ 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);