You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: