From 1f32f915107b6835af19961e5a431bb6405ffeb7 Mon Sep 17 00:00:00 2001 From: jenkins-metasploit Date: Mon, 2 Dec 2024 18:44:47 +0000 Subject: [PATCH] automatic module_metadata_base.json update --- db/modules_metadata_base.json | 75 ++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 2 deletions(-) diff --git a/db/modules_metadata_base.json b/db/modules_metadata_base.json index b0548d180fb3..09fb751bbfa1 100644 --- a/db/modules_metadata_base.json +++ b/db/modules_metadata_base.json @@ -27775,6 +27775,64 @@ ] }, + "auxiliary_gather/x11_keyboard_spy": { + "name": "X11 Keylogger", + "fullname": "auxiliary/gather/x11_keyboard_spy", + "aliases": [ + + ], + "rank": 300, + "disclosure_date": "1997-07-01", + "type": "auxiliary", + "author": [ + "h00die", + "nir tzachar" + ], + "description": "This module binds to an open X11 host to log keystrokes. This is a fairly\n close copy of the old xspy c program which has been on Kali for a long time.\n The module works by connecting to the X11 session, creating a background\n window, binding a keyboard to it and creating a notification alert when a key\n is pressed.\n\n One of the major limitations of xspy, and thus this module, is that it polls\n at a very fast rate, faster than a key being pressed is released (especially before\n the repeat delay is hit). To combat printing multiple characters for a single key\n press, repeat characters arent printed when typed in a very fast manor. This is also\n an imperfect keylogger in that keystrokes arent stored and forwarded but status\n displayed at poll time. Keys may be repeated or missing.", + "references": [ + "URL-https://www.kali.org/tools/xspy/", + "CVE-1999-0526" + ], + "platform": "", + "arch": "", + "rport": 6000, + "autofilter_ports": [ + + ], + "autofilter_services": [ + + ], + "targets": null, + "mod_time": "2024-11-27 14:29:44 +0000", + "path": "/modules/auxiliary/gather/x11_keyboard_spy.rb", + "is_install_path": true, + "ref_name": "gather/x11_keyboard_spy", + "check": true, + "post_auth": false, + "default_credential": false, + "notes": { + "Stability": [ + "crash-safe" + ], + "Reliability": [ + + ], + "SideEffects": [ + + ], + "AKA": [ + "xspy" + ], + "RelatedModules": [ + "auxiliary/scanner/x11/open_x11" + ] + }, + "session_types": false, + "needs_cleanup": false, + "actions": [ + + ] + }, "auxiliary_gather/xbmc_traversal": { "name": "XBMC Web Server Directory Traversal", "fullname": "auxiliary/gather/xbmc_traversal", @@ -59940,7 +59998,8 @@ "disclosure_date": null, "type": "auxiliary", "author": [ - "tebo " + "tebo ", + "h00die" ], "description": "This module scans for X11 servers that allow anyone\n to connect without authentication.", "references": [ @@ -59957,7 +60016,7 @@ ], "targets": null, - "mod_time": "2017-07-24 06:26:21 +0000", + "mod_time": "2024-11-27 14:29:44 +0000", "path": "/modules/auxiliary/scanner/x11/open_x11.rb", "is_install_path": true, "ref_name": "scanner/x11/open_x11", @@ -59965,6 +60024,18 @@ "post_auth": false, "default_credential": false, "notes": { + "Stability": [ + "crash-safe" + ], + "SideEffects": [ + + ], + "Reliability": [ + + ], + "RelatedModules": [ + "auxiliary/gather/x11_keyboard_spy" + ] }, "session_types": false, "needs_cleanup": false,