Skip to content

Commit

Permalink
Add Mailoney
Browse files Browse the repository at this point in the history
Simple typographical error detection
  • Loading branch information
referefref authored May 10, 2024
1 parent 95210f5 commit 93c8c56
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion signatures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -347,4 +347,17 @@ signatures:
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"
comment: "Hardcoded outdated PHP version in headers. https://github.com/l3montree-dev/oh-my-honeypot/blob/main/packages/honeypot/http.go"

- name: "mailoney"
id: 28
port: 25
proto: TCP
steps:
- input_type: string
input: '"'
output_match_type: string
output: "not implementedd"
invert_match: false
confidence: "High"
comment: "Typographic error in error message when sending double-quote"

0 comments on commit 93c8c56

Please sign in to comment.