File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717# web_port = 1234
1818redis_url = 'redis://map_redis:6379'
1919web_port = 64299
20- version = 'Attack Map Server 2.2.1 '
20+ version = 'Attack Map Server 2.2.2 '
2121
2222# Color Codes for Attack Map
2323service_rgb = {
Original file line number Diff line number Diff line change 1414redis_ip = 'map_redis'
1515redis_instance = None
1616redis_channel = 'attack-map-production'
17- version = 'Data Server 2.2.1 '
17+ version = 'Data Server 2.2.2 '
1818local_tz = get_localzone ()
1919output_text = os .getenv ("TPOT_ATTACKMAP_TEXT" )
2020
@@ -207,7 +207,7 @@ def port_to_type(port):
207207 return "EMAIL"
208208 if port == 53 :
209209 return "DNS"
210- if port == 80 or port == 81 or port == 8080 :
210+ if port == 80 or port == 81 or port == 8080 or port == 8888 :
211211 return "HTTP"
212212 if port == 161 :
213213 return "SNMP"
You can’t perform that action at this time.
0 commit comments