Skip to content

Commit

Permalink
add honeyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chn0m4g3 committed Oct 18, 2024
1 parent 1edfc1b commit ed54ef8
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.4'
version = 'Attack Map Server 2.2.5'

# 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.4'
version = 'Data Server 2.2.5'
local_tz = get_localzone()
output_text = os.getenv("TPOT_ATTACKMAP_TEXT")

Expand Down Expand Up @@ -70,7 +70,7 @@ def get_honeypot_stats(timedelta):
"Adbhoney", "Beelzebub", "Ciscoasa", "CitrixHoneypot", "ConPot",
"Cowrie", "Ddospot", "Dicompot", "Dionaea", "ElasticPot",
"Endlessh", "Galah", "Glutton", "Go-pot", "Hellpot", "Heralding",
"Honeytrap", "Honeypots", "Log4pot", "Ipphoney", "Mailoney",
"Honeyaml", "Honeytrap", "Honeypots", "Log4pot", "Ipphoney", "Mailoney",
"Medpot", "Miniprint", "Redishoneypot", "Sentrypeer", "Tanner", "Wordpot"
]
}
Expand Down Expand Up @@ -120,7 +120,7 @@ def update_honeypot_data():
"query": (
"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 Hellpot OR Heralding OR Honeyaml OR Honeypots OR Honeytrap OR Ipphoney OR Log4pot OR Mailoney "
"OR Medpot OR Miniprint OR Redishoneypot OR Sentrypeer OR Tanner OR Wordpot)"
)
}
Expand Down

0 comments on commit ed54ef8

Please # to comment.