Merge pull request #2464 from projectdiscovery/ftp-refactor

FTP Credentials refactor
patch-1
Sandeep Singh 2021-08-23 16:18:22 +05:30 committed by GitHub
commit cf82ce2a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 4 deletions

View File

@ -0,0 +1,20 @@
id: ftp-default-credentials
info:
name: FTP Service with default credentials
author: pussycat0x
severity: low
tags: network,ftp,default-login
network:
- inputs:
- data: "USER anonymous\r\nPASS anonymous\r\n"
host:
- "{{Hostname}}:21"
- "{{Hostname}}"
matchers:
- type: word
words:
- "230"

View File

@ -1,7 +1,7 @@
id: ftp-default-credentials
id: ftp-weak-credentials
info:
name: FTP Service with default credentials
name: FTP Service with weak credentials
author: pussycat0x
severity: critical
tags: network,ftp,default-login
@ -18,9 +18,7 @@ network:
username:
- admin
- root
- anonymous
password:
- anonymous
- password
- toor
- nas