Mzack9999
Mzack9999
The implementation should happen by replacing `rawhttp` with a fork of `net/http` and all the validation implicit rules disabled. This will be indirectly implemented with #23 and #22
@nishantagarwala, this looks like a networking issue. Can you confirm if you can reach the target, for example, with the curl command?
Closing - Probably related to network issues. This will be reopened in case more information is provided.
The issue is tracked at https://github.com/projectdiscovery/hmap/issues/54 - we will try to reduce the db fragmentation, but unfortunately, I think there isn't a lot we can do with full disk
This behavior is expected if the payload is used anywhere in the template (including matchers), then the normal iteration flow is taken, and no assumptions are made on optimistic request...
While testing ipv4/ipv6, further inconsistencies were detected - For the time being. I'm closing it as not planned for the time being as the library it's heavily used with other...
@Miracles666, the proxy URL should be similar to `socks5://xxx.xxx.xxx.xxx:yyy` (where `xxx.xxx.xxx.xxx` is the ip/host and `yyy` the port). The option works fine for me. We need more info to be...
@ErvisTusha Just tested and it works well for me: ``` # socks5 proxy $ ssh -D 9050 [email protected] -vvv # naabu $ naabu -proxy 127.0.0.1:9050 -host scanme.sh -debug -v __...
@ErvisTusha I've added a check that sets connect scan when a proxy is used. Hopefully, this fixes your issue. (ref https://github.com/projectdiscovery/naabu/pull/529)
The difference in enumeration depends on which resolver is used during iterations, as they are rotated in a round-robin fashion. A -/+ 1 item difference among runs with UDP protocol...