Ice3man
Ice3man
@yevgenypats this seems like a very good idea. We can use the `cloudquery` Golang API to import it for ELT steps in cloudlist using the extensive provider list you have....
Trying this out locally with curl - This works ```console curl -v -k -H "Connection: keep-alive" https://89.28.157.20/index.action ``` This doesn't work. The site responds but doesn't closes the socket so...
@Mzack9999 is the read body available even though the error occurs? If so, it can be okay to just ignore such body read errors. Not sure how go client behaves...
I'll work on this one.
@bugbaba that's a good question. We are considering whether it is really needed since dns request cost less resources than HTTP requests. But we think a combination of both could...
- Added skipping of parameters after certain frequency of no issues found in nuclei fuzzing ```console ❯ ./nuclei -l list.txt -t template.yaml -dast -v __ _ ____ __ _______/ /__...
- Added configurable aggression level to fuzzing payloads with `fuzz-aggression` flag ```yaml linux_path: low: - /etc/passwd medium: - ../etc/passwd - ../../etc/passwd high: - ../../../etc/passwd - ../../../../etc/passwd - ../../../../../etc/passwd` ``` Three...
@Mzack9999 my PR solves the mentioned issue. Should we proceed with that implementation?
- https://github.com/isclayton/viewstalker - https://github.com/iangcarroll/cookiemonster - https://github.com/blacklanternsecurity/badsecrets More ideas above