HOME>>>>>>>>>

File pjl-ready-message

脚本使用类型: portrule
脚本所属分类: intrusive
脚本下载地址: http://nmap.org/svn/scripts/pjl-ready-message.nse

User Summary

Retrieves or sets the ready message on printers that support the Printer Job Language. This includes most PostScript printers that listen on port 9100. Without an argument, displays the current ready message. With the pjl_ready_message script argument, displays the old ready message and changes it to the message given.

Script Arguments

pjl_ready_message

Ready message to display.

Example Usage

执行格式

nmap --script=pjl-ready-message.nse \
  --script-args='pjl_ready_message="your message here"'

Script Output

9100/tcp open  jetdirect
|_ pjl-ready-message: "READY" changed to "p0wn3d pr1nt3r"

Requires


Author: Aaron Leininger

License: VER007 整理 http://www.ver007.com