Skip to content

Commit

Permalink
add h0neytr4p
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chn0m4g3 committed Nov 12, 2024
1 parent ed54ef8 commit 8162d70
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.5'
version = 'Attack Map Server 2.2.6'

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

Expand Down Expand Up @@ -69,7 +69,7 @@ def get_honeypot_stats(timedelta):
"type.keyword": [
"Adbhoney", "Beelzebub", "Ciscoasa", "CitrixHoneypot", "ConPot",
"Cowrie", "Ddospot", "Dicompot", "Dionaea", "ElasticPot",
"Endlessh", "Galah", "Glutton", "Go-pot", "Hellpot", "Heralding",
"Endlessh", "Galah", "Glutton", "Go-pot", "H0neytr4p", "Hellpot", "Heralding",
"Honeyaml", "Honeytrap", "Honeypots", "Log4pot", "Ipphoney", "Mailoney",
"Medpot", "Miniprint", "Redishoneypot", "Sentrypeer", "Tanner", "Wordpot"
]
Expand Down Expand Up @@ -119,7 +119,7 @@ def update_honeypot_data():
"query_string": {
"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 Ddospot OR Dicompot OR Dionaea OR ElasticPot OR Endlessh OR Galah OR Glutton OR Go-pot OR H0neytr4p "
"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 8162d70

Please sign in to comment.