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
can dalfox run the payload enumeration process along with using custom payloads at the same time? if so which has priority --custom-payload or payload [enum]
also does running '$dalfox payload' auto enum default payloads ? if so what is the format of these enumerations
i have my own payload generator and i have so it gen payloads based on CSP report of domain.com, it would be nice to enumerate payloads based on user custom input for 'c_events=alert()' and '<c_tags></c_tags>' and 'c_events=c_alerts()'
example of my logic: user input: c_svg, c_event, c_alert + brute randomizer
feature requests:
enumerate payloads based on user input
c_events.txt
c_tags.txt
c_alerts.txt
if dev wants to see an example of my generator and csp reporter, i would be happy to share, to get this implemented to Dalfox if logic isn't already implemented and im using the wrong flags.
Environment
Dalfox Version: 2.9.3
Installed from: go-get
The text was updated successfully, but these errors were encountered:
Question
also does running '$dalfox payload' auto enum default payloads ? if so what is the format of these enumerations
i have my own payload generator and i have so it gen payloads based on CSP report of domain.com, it would be nice to enumerate payloads based on user custom input for 'c_events=alert()' and '<c_tags></c_tags>' and 'c_events=c_alerts()'
example of my logic:
user input: c_svg, c_event, c_alert + brute randomizer
feature requests:
enumerate payloads based on user input
c_events.txt
c_tags.txt
c_alerts.txt
if dev wants to see an example of my generator and csp reporter, i would be happy to share, to get this implemented to Dalfox if logic isn't already implemented and im using the wrong flags.
Environment
The text was updated successfully, but these errors were encountered: