TLDRBins TLDRBins / X11


Usage Tips:

  • Click on a keyword to enable inline editing.
  • Click inside a code block to copy (excludes comments).
  • Use the button to view examples.
  • Click outside to collapse all examples.

Enum

nmap --script=x11-access -p6000 <TARGET>
Sample Output: TO-DO
nmap --script=x11-active-displays.nse -p6000 <TARGET>
Sample Output: TO-DO
nmap --script=x11-active-displays.nse --script-args=unsafe=1,dir="/tmp/" -p6000 <TARGET>
Sample Output: TO-DO

Ref: x11-active-displays

use auxiliary/scanner/x11/open_x11
Sample Output: TO-DO


Screenshot

# Screenshot xwd -root -screen -silent -display <TARGET>:0 > screenshot.xwd
Sample Output: TO-DO
# Convert to png convert screenshot.xwd screenshot.png
Sample Output: TO-DO