From e3abb82e8869fa8ac19fc634c5ca1115df3131fd Mon Sep 17 00:00:00 2001 From: jenkins-metasploit Date: Wed, 6 May 2026 13:28:27 +0000 Subject: [PATCH] automatic module_metadata_base.json update --- db/modules_metadata_base.json | 86 ++++++++++++++++++++--------------- 1 file changed, 49 insertions(+), 37 deletions(-) diff --git a/db/modules_metadata_base.json b/db/modules_metadata_base.json index 25d8178ce8..4e7fd3b923 100644 --- a/db/modules_metadata_base.json +++ b/db/modules_metadata_base.json @@ -31334,43 +31334,6 @@ "needs_cleanup": false, "actions": [] }, - "auxiliary_scanner/ftp/anonymous": { - "name": "Anonymous FTP Access Detection", - "fullname": "auxiliary/scanner/ftp/anonymous", - "aliases": [], - "rank": 300, - "disclosure_date": null, - "type": "auxiliary", - "author": [ - "Matteo Cantoni " - ], - "description": "Detect anonymous (read/write) FTP server access.", - "references": [ - "URL-https://en.wikipedia.org/wiki/File_Transfer_Protocol#Anonymous_FTP" - ], - "platform": "", - "arch": "", - "rport": 21, - "autofilter_ports": [ - 21, - 2121 - ], - "autofilter_services": [ - "ftp" - ], - "targets": null, - "mod_time": "2026-03-11 13:47:18 +0000", - "path": "/modules/auxiliary/scanner/ftp/anonymous.rb", - "is_install_path": true, - "ref_name": "scanner/ftp/anonymous", - "check": false, - "post_auth": false, - "default_credential": false, - "notes": {}, - "session_types": false, - "needs_cleanup": false, - "actions": [] - }, "auxiliary_scanner/ftp/bison_ftp_traversal": { "name": "BisonWare BisonFTP Server 3.5 Directory Traversal Information Disclosure", "fullname": "auxiliary/scanner/ftp/bison_ftp_traversal", @@ -31519,6 +31482,55 @@ "needs_cleanup": false, "actions": [] }, + "auxiliary_scanner/ftp/ftp_anonymous": { + "name": "Anonymous FTP Access Detection", + "fullname": "auxiliary/scanner/ftp/ftp_anonymous", + "aliases": [ + "auxiliary/scanner/ftp/anonymous" + ], + "rank": 300, + "disclosure_date": null, + "type": "auxiliary", + "author": [ + "Matteo Cantoni ", + "g0tmi1k" + ], + "description": "Detect anonymous (read/write) FTP service access.", + "references": [ + "URL-https://en.wikipedia.org/wiki/File_Transfer_Protocol#Anonymous_FTP", + "CVE-1999-0497" + ], + "platform": "", + "arch": "", + "rport": 21, + "autofilter_ports": [ + 21, + 2121 + ], + "autofilter_services": [ + "ftp" + ], + "targets": null, + "mod_time": "2026-05-06 13:44:43 +0000", + "path": "/modules/auxiliary/scanner/ftp/ftp_anonymous.rb", + "is_install_path": true, + "ref_name": "scanner/ftp/ftp_anonymous", + "check": false, + "post_auth": false, + "default_credential": false, + "notes": { + "Stability": [ + "crash-safe" + ], + "SideEffects": [ + "ioc-in-logs" + ], + "Reliability": [] + }, + "session_types": false, + "needs_cleanup": false, + "actions": [] + }, "auxiliary_scanner/ftp/ftp_login": { "name": "FTP Authentication Scanner", "fullname": "auxiliary/scanner/ftp/ftp_login",