Skip to content

Commit e798fcb

Browse files
committed
add RDPHoneypot
1 parent 61c971e commit e798fcb

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

AttackMapServer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#web_port = 1234
1818
redis_url = 'redis://map_redis:6379'
1919
web_port = 64299
20-
version = 'Attack Map Server 3.0.0'
20+
version = 'Attack Map Server 3.0.1'
2121

2222

2323

DataServer.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
es = Elasticsearch('http://elasticsearch:9200')
1414
redis_ip = 'map_redis'
1515
redis_channel = 'attack-map-production'
16-
version = 'Data Server 3.0.0'
16+
version = 'Data Server 3.0.1'
1717
local_tz = get_localzone()
1818
output_text = os.getenv("TPOT_ATTACKMAP_TEXT", "ENABLED").upper()
1919

@@ -179,7 +179,8 @@ def get_honeypot_stats(timedelta):
179179
"Cowrie", "Ddospot", "Dicompot", "Dionaea", "ElasticPot",
180180
"Endlessh", "Galah", "Glutton", "Go-pot", "H0neytr4p", "Hellpot", "Heralding",
181181
"Honeyaml", "Honeytrap", "Honeypots", "Log4pot", "Ipphoney", "Mailoney",
182-
"Medpot", "Miniprint", "Redishoneypot", "Sentrypeer", "Tanner", "Wordpot"
182+
"Medpot", "Miniprint", "RDPHoneypot", "Redishoneypot", "Sentrypeer", "Tanner",
183+
"Wordpot"
183184
]
184185
}
185186
},
@@ -244,7 +245,7 @@ def update_honeypot_data():
244245
"type:(Adbhoney OR Beelzebub OR Ciscoasa OR CitrixHoneypot OR ConPot OR Cowrie "
245246
"OR Ddospot OR Dicompot OR Dionaea OR ElasticPot OR Endlessh OR Galah OR Glutton OR Go-pot OR H0neytr4p "
246247
"OR Hellpot OR Heralding OR Honeyaml OR Honeypots OR Honeytrap OR Ipphoney OR Log4pot OR Mailoney "
247-
"OR Medpot OR Miniprint OR Redishoneypot OR Sentrypeer OR Tanner OR Wordpot)"
248+
"OR Medpot OR Miniprint OR RDPHoneypot OR Redishoneypot OR Sentrypeer OR Tanner OR Wordpot)"
248249
)
249250
}
250251
}

0 commit comments

Comments
 (0)