Skip to content

Commit

Permalink
Signature for oh-my-honeypot HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
referefref authored May 6, 2024
1 parent 1b2483b commit f62bccc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions signatures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,3 +335,16 @@ signatures:
invert_match: false
confidence: "Medium"
comment: "Common HTML in Default Template"

- name: "oh-my-honeypot"
id: 27
port: "web-ports"
proto: TCP
steps:
- input_type: string
input: "GET /invalid.htm HTTP/1.0\nHost: localhost\n\n"
output_match_type: string
output: "PHP/4.1.0"
invert_match: false
confidence: "Low"
comment: "Hardcoded outdated PHP version in headers. https://github.com/l3montree-dev/oh-my-honeypot/blob/main/packages/honeypot/http.go"

0 comments on commit f62bccc

Please sign in to comment.