From 666149066316a30c48ba9f611e3a54909892ed82 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Thu, 11 Mar 2021 12:40:27 +0530 Subject: [PATCH] Adding unauth-ftp --- network/unauth-ftp.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 network/unauth-ftp.yaml diff --git a/network/unauth-ftp.yaml b/network/unauth-ftp.yaml new file mode 100644 index 0000000000..fc468fcbb9 --- /dev/null +++ b/network/unauth-ftp.yaml @@ -0,0 +1,22 @@ +id: unauth-ftp + +info: + name: FTP Anonymous Login + author: Celesian ( @C3l3si4n ) + severity: medium + reference: https://tools.ietf.org/html/rfc2577 + tags: network,ftp + +network: + - inputs: + - data: "USER anonymous\r\nPASS nuclei\r\n" + + host: + - "{{Hostname}}" + - "{{Hostname}}:21" + + matchers: + - type: word + words: + - "Anonymous access allowed," + part: all \ No newline at end of file