Skip to content

Commit

Permalink
Merge pull request #10341 from righettod/f5_upd
Browse files Browse the repository at this point in the history
Add an extractors to the "F5 BIGIP" login panel detection template.
  • Loading branch information
ritikchaddha committed Jul 20, 2024
2 parents 8ea71c6 + 57a2318 commit a531c22
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions http/exposed-panels/f5-admin-interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: f5-admin-interface

info:
name: F5 Admin Interface - Detect
author: drewvravick
author: drewvravick,righettod
severity: info
description: |
Detects F5 Admin Interfaces.
Expand Down Expand Up @@ -32,4 +32,10 @@ http:
- type: status
status:
- 200
# digest: 4a0a004730450220239c199e589da94df6af86a7dffb03da221623c57a12f35d8a3d5e095891be9a022100c73b0b439dc609b6d8c35ceeaf09fb4ce45039fb8b3bc896c880fdcc0c046218:922c64590222798bb761d5b6d8e72950

extractors:
- type: regex
part: body
group: 1
regex:
- 'Copyright\s+([0-9\-]+),'

0 comments on commit a531c22

Please sign in to comment.