-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels