Adding unauth-ftp

patch-1
sandeep 2021-03-11 12:40:27 +05:30
parent db26ee650e
commit 6661490663
1 changed files with 22 additions and 0 deletions

22
network/unauth-ftp.yaml Normal file
View File

@ -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