From 3f0806abbd1038a8e7ea807a16e1a97a295774b4 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Mon, 26 Apr 2021 13:07:38 +0530 Subject: [PATCH] Added proftpd-config --- exposures/configs/proftpd-config.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 exposures/configs/proftpd-config.yaml diff --git a/exposures/configs/proftpd-config.yaml b/exposures/configs/proftpd-config.yaml new file mode 100644 index 0000000000..1cb3103407 --- /dev/null +++ b/exposures/configs/proftpd-config.yaml @@ -0,0 +1,24 @@ +id: proftpd-config + +info: + name: ProFTPD Config file disclosure + author: sheikhrishad + severity: low + tags: config,exposure,proftpd + +requests: + - method: GET + path: + - "{{BaseURL}}/proftpd.conf" + + matchers-condition: and + matchers: + - type: word + words: + - "ProFTPD" + - "ServerName" + condition: and + + - type: status + status: + - 200 \ No newline at end of file