We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from #136 (comment)
The text was updated successfully, but these errors were encountered:
https://github.com/hahwul/dalfox/blob/master/pkg/scanning/scan.go#L334
if options.CustomPayloadFile != "" { ff, err := readLinesOrLiteral(options.CustomPayloadFile)
Sorry, something went wrong.
found bug point
for _, customPayload := range ff { spu, _ := url.Parse(target) spd := spu.Query()
url.Parse => params
url.Parse
params
v2.2.2
$ dalfox url https://xss-game.appspot.com/level1/frame --only-custom-payload --custom-payload ../../123 [*] Added your 1 custom xss payload [*] Start XSS Scanning.. with 0 queries 🗡
patched
$ go build $ ./dalfox url https://xss-game.appspot.com/level1/frame --only-custom-payload --custom-payload ../../123 [*] Added your 1 custom xss payload [*] Start XSS Scanning.. with 3 queries 🗡
5832411
No branches or pull requests
from #136 (comment)
The text was updated successfully, but these errors were encountered: