Merge pull request #5721 from projectdiscovery/GNU-Inetutils-FTPd-Detect

GNU Inetutils FTPd Detect
patch-1
Prince Chaddha 2022-10-20 13:42:08 +05:30 committed by GitHub
commit 93c0d2494b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: gnu-inetutils-ftpd-detect
info:
name: GNU Inetutils FTPd Detect
author: pussycat0x
severity: info
description: |
The File Transfer Protocol (FTP) is a standard network protocol used to transfer computer files between a client and server on a computer network.
metadata:
verified: true
shodan-query: 'product:"GNU Inetutils FTPd"'
tags: network,ftp,smartgateway,gnu,inetutils
network:
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
- "{{Host}}:21"
matchers:
- type: word
words:
- "SmartGateway FTP server"
extractors:
- type: regex
regex:
- "GNU inetutils ([0-9.]+)"