2023-04-12 11:56:45 +00:00
id : beanstalk-service
info :
name : Beanstalk Service - Detect
author : pussycat0x
severity : info
description : |
Beanstalk is a simple, fast work queue. Its interface is generic, but was originally designed for reducing the latency of page views in high-volume web applications by running time-consuming tasks asynchronously.
reference :
- https://jhadiary.wordpress.com/2016/05/18/beanstalk-helping-commands/
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2023-06-04 08:13:42 +00:00
verified : true
2023-04-12 11:56:45 +00:00
shodan-query : port:11300 "cmd-peek"
tags : network,beanstalk,detect,enum
2023-04-27 04:28:59 +00:00
tcp :
2023-04-12 11:56:45 +00:00
- inputs :
- data : "stats\r\n"
read : 8
host :
- "{{Host}}:11300"
matchers :
- type : word
part : raw
words :
- "OK"
extractors :
- type : regex
name : stats
regex :
2023-04-21 11:42:11 +00:00
- '([a-z-A-Z : 0 -9 ] +)'