⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 checkpassword_debug.readme

📁 相当优秀的 UNIX 进程管理工具
💻 README
字号:
checkpassword_debug is a small tool to aid in the debugging of checkpasswordlike tools. checkpassword_debug will try to call a checkpassword tool, and asargument give itself.checkpassword_debug [-h] [-v] [-u user] [-g group] [-l login] [-p password]  [-d] [-c checkpassword] [-R ip ] [-L port] [-C]-h           displays short help text-v           increases the verbosity (can be used multiple times)-u user      switch to user before executing checkpassword-g group     switct to group before executing checkpassword-l login     give login to checkpassword as username-p password  give password to checkpassword as password-d           do not exit - useful for debugging checkpassword-c checkpwd  uses checkpwd as checkpassword tool-R ip        give ip to checkpassword as remote ip-L port      give port to checkpassword as the local port-C           (used internally for marking callbacks!)checkpassword_debug can be used in many different ways, but primary two setups:1. shell -> checkpassword_debug -> checkpassword (->) checkpassword_debug2. telnet -> tcpserver -> checkpassword -> checkpassword_debugExamples for setup 1:# checkpassword_debug -l test@example.com -p TESTPW -u 89 -g 89$ checkpassword_debug -l test@example.com# checkpassword_debug -v -c /usr/src/vpopdev/vchkpw -l test@example.com# checkpassword_debug -c /bin/checkpassword -l normaluserExample for setup 2:$ tcpserver 0.0.0.0 1100 qmail-popup host.na.me vchkpw checkpassword_debug -C- and telnet to port 1100.Enjoy!

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -