-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Msf::OptionValidateError One or more options failed to validate: PASS_FILE. #19042
Comments
msf6 auxiliary(scanner/http/cisco_ssl_vpn) > show options Module options (auxiliary/scanner/http/cisco_ssl_vpn): Name Current Setting Required Description ANONYMOUS_LOGIN false yes Attempt to login with a blank username and password |
Hi! This issue has been left open with no activity for a while now. We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 30 days since the last update here. As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. |
...... |
Apologies if I've misunderstood but should it not just be: set pass_file /root/ciscopass.txt? |
Hi! This issue has been left open with no activity for a while now. We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 30 days since the last update here. As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. |
Hi again! It’s been 60 days since anything happened on this issue, so we are going to close it. As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. |
Steps to reproduce
msf6 auxiliary(scanner/http/cisco_ssl_vpn) > set rhosts xx.x.xxx.214
rhosts => xx.x.xxx.214
msf6 auxiliary(scanner/http/cisco_ssl_vpn) > set rport 3128
rport => 3128
msf6 auxiliary(scanner/http/cisco_ssl_vpn) > set pass_file file:/root/ciscopass.txt
pass_file => file:/root/ciscopass.txt
msf6 auxiliary(scanner/http/cisco_ssl_vpn) > set username root
username => root
msf6 auxiliary(scanner/http/cisco_ssl_vpn) > exploit
[-] Msf::OptionValidateError One or more options failed to validate: PASS_FILE.
the text file containing the passwords is simple and no more than 15 lines
password
123456
test
admin
root
everything is updated at this time, im 100% sure thats the path and if i try to use user_file i get the same error, im pretty sure im missing somenthing, so i will be glad if someone can help me, thanks in advance
The text was updated successfully, but these errors were encountered: