Update path to existing template
parent
bf033cccbd
commit
72fa7b01aa
|
@ -1,28 +0,0 @@
|
|||
id: awstats-cgi-bin-detection
|
||||
|
||||
info:
|
||||
name: AWStats CGI-Bin Detection
|
||||
author: msegoviag
|
||||
severity: medium
|
||||
description: AWStats is a free powerful and featureful tool that generates advanced web, streaming, ftp or mail server statistics, graphically. This log analyzer works as a CGI or from command line and shows you all possible information your log contains, in few graphical web pages.
|
||||
reference:
|
||||
- https://www.awstats.org/
|
||||
- https://www.tenable.com/plugins/nessus/26056
|
||||
tags: awstats,cgi,info
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/cgi-bin/awstats.pl"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "AWStats"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -2,7 +2,7 @@ id: awstats-script
|
|||
|
||||
info:
|
||||
name: AWStats Script Config - Detect
|
||||
author: sheikhrishad
|
||||
author: sheikhrishad,msegoviag
|
||||
severity: info
|
||||
description: AWStats configuration information was detected.
|
||||
reference: https://www.awstats.org/docs/awstats_setup.html
|
||||
|
@ -18,6 +18,7 @@ http:
|
|||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/awstats.pl"
|
||||
- "{{BaseURL}}/cgi-bin/awstats.pl"
|
||||
- "{{BaseURL}}/logs/awstats.pl"
|
||||
- "{{BaseURL}}/webstats/awstats.pl"
|
||||
|
||||
|
|
Loading…
Reference in New Issue