Nate

Results 5 comments of Nate

I was running into a similar issue but the error was about utf8 encoding. My workaround was to use `iconv` to clean the file of non-utf8 characters as outlined here:...

@LiliaNaumeiko @guusec @BigDaddyJake as the error message says you should check STDERR for some clues about what's wrong. Extensions > Installed > Java Deserialization Scanner > Errors It's worth noting...

I made a bit of headway and got a headache from the Java 😆 The Active Scan payloads for each library are statically defined in this area of code: https://github.com/federicodotta/Java-Deserialization-Scanner/blob/8dbadfa085128391922519f0e459ad2cacf032a9/src/main/java/burp/BurpExtender.java#L285C16-L285C16...

![Snag_30b5249](https://github.com/doyensec/inql/assets/77979206/0648f648-9bfc-444d-9a44-29d09d7e45c8) I'm having same/similar issue as the Tweet. BApp store version seemingly not working on Windows Burp Pro. To be fair it's an old version being served in the store,...

I had the same issue on kali in WSL while using the precompiled binary. The issue is that gowitness cannot find the chrome binary in the expected location, so either...