Skip to content
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

invalid sprayer type #2

Open
filipesam opened this issue Dec 18, 2024 · 0 comments
Open

invalid sprayer type #2

filipesam opened this issue Dec 18, 2024 · 0 comments

Comments

@filipesam
Copy link

Hello and thanks for the tool, I've found a bug using it for spraying fortigate.
The --list-spraytypes command lists "vpn_fortinet" among others, however this "vpn_fortinet" is invalid, when looking at the /spray_types/*.cr I've found 2 possible sprayers for fortinet:

vpnfortigate -> VPNFortigate (fortigate.cr)
"ajax=#{1}&username=#{username}&realm=&credential=#{password}"

and
fortigate_login -> Fortigate_Login (fortigate_login.cr)
ajax=#{1}&username=#{username}&secretkey=#{password}

I was able to use the sprayer "vpnfortigate" with success, I think you just need to adjust the output of "--list-sprayertypes" accordingly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant