DoI

Results 29 comments of DoI

All good, I can try dig up an example. This got me thinking that maybe a better upgrade for sourcemapper would be if you feed it JS URIs directly, it...

I had this same problem, was resolved when I went to `always @(posedge lpc_clock or negedge lpc_reset) begin` in lpc.v

Sourcemapper doesnt have any specific logic to deal with SVGs, it only unpacks whatever is in the source map. Does this match whats in your browser developer console?

Good catch, I think we may be hitting a rune parsing issue in `injectKeyword`. Thanks for providing test cases, have replicated locally. Will take a look

Got it, the issue was with any single-character payload location between the section signs and the silly string slice logic. Have moved to a dedicated output slice, added in some...

Looks like the pull request got, err, unmerged... somehow... @g0tmi1k this issue needs to be re-opened

Pull #791 was merged back in August, but if you take a look at https://github.com/danielmiessler/SecLists/blob/master/Discovery/Web-Content/quickhits.txt it's not in the commit history and the leading slashes have returned. Did someone maybe...

Looks like there are a few upstream martian hurdles to overcome (https://github.com/google/martian/issues/333) before this can get rolled into glorp.

And an example using the filter instead, for completeness. This is working as expected and hasn't been modified by this PR. ``` $ ~/go/src/github.com/ffuf/ffuf/ffuf -t 1 -u "http://127.0.0.1:1234/?id=§2§" -mode sniper...

> Hello @denandz When this PR will be merged? No idea, sorry. Question for @joohoi