SSH 用户名固定为 testuser,但候选密码来自一个文件。哪组 Hydra 选项符合这种输入方式?
testuser
将 testuser 和文本 passwords.txt 都作为字面量凭据使用。
passwords.txt
使用 -l 指定字面量登录名 testuser,并使用 -P 加载 passwords.txt。
-l
-P
将 testuser 作为登录名列表文件读取,并将 passwords.txt 作为一个字面量密码使用。
将 testuser 和 passwords.txt 都作为列表文件读取。