Skip to content

Commit

Permalink
add miniprint
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chn0m4g3 committed Oct 16, 2024
1 parent 56c3f89 commit 1edfc1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AttackMapServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# web_port = 1234
redis_url = 'redis://map_redis:6379'
web_port = 64299
version = 'Attack Map Server 2.2.3'
version = 'Attack Map Server 2.2.4'

# Color Codes for Attack Map
service_rgb = {
Expand Down
6 changes: 3 additions & 3 deletions DataServer_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
redis_ip = 'map_redis'
redis_instance = None
redis_channel = 'attack-map-production'
version = 'Data Server 2.2.3'
version = 'Data Server 2.2.4'
local_tz = get_localzone()
output_text = os.getenv("TPOT_ATTACKMAP_TEXT")

Expand Down Expand Up @@ -71,7 +71,7 @@ def get_honeypot_stats(timedelta):
"Cowrie", "Ddospot", "Dicompot", "Dionaea", "ElasticPot",
"Endlessh", "Galah", "Glutton", "Go-pot", "Hellpot", "Heralding",
"Honeytrap", "Honeypots", "Log4pot", "Ipphoney", "Mailoney",
"Medpot", "Redishoneypot", "Sentrypeer", "Tanner", "Wordpot"
"Medpot", "Miniprint", "Redishoneypot", "Sentrypeer", "Tanner", "Wordpot"
]
}
},
Expand Down Expand Up @@ -121,7 +121,7 @@ def update_honeypot_data():
"type:(Adbhoney OR Beelzebub OR Ciscoasa OR CitrixHoneypot OR ConPot OR Cowrie "
"OR Ddospot OR Dicompot OR Dionaea OR ElasticPot OR Endlessh OR Galah OR Glutton OR Go-pot "
"OR Hellpot OR Heralding OR Honeypots OR Honeytrap OR Ipphoney OR Log4pot OR Mailoney "
"OR Medpot OR Redishoneypot OR Sentrypeer OR Tanner OR Wordpot)"
"OR Medpot OR Miniprint OR Redishoneypot OR Sentrypeer OR Tanner OR Wordpot)"
)
}
}
Expand Down

0 comments on commit 1edfc1b

Please sign in to comment.