-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
automatic module_metadata_base.json update
- Loading branch information
jenkins-metasploit
committed
Dec 2, 2024
1 parent
d22c699
commit 1f32f91
Showing
1 changed file
with
73 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>" | ||
"tebo <[email protected]>", | ||
"h00die" | ||
], | ||
"description": "This module scans for X11 servers that allow anyone\n to connect without authentication.", | ||
"references": [ | ||
|
@@ -59957,14 +60016,26 @@ | |
|
||
], | ||
"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", | ||
"check": false, | ||
"post_auth": false, | ||
"default_credential": false, | ||
"notes": { | ||
"Stability": [ | ||
"crash-safe" | ||
], | ||
"SideEffects": [ | ||
|
||
], | ||
"Reliability": [ | ||
|
||
], | ||
"RelatedModules": [ | ||
"auxiliary/gather/x11_keyboard_spy" | ||
] | ||
}, | ||
"session_types": false, | ||
"needs_cleanup": false, | ||
|