Mzack9999
Mzack9999
Unless I misunderstand the issue, I don't think httpx can be used as is to replace the nuclei internal engine for http protocol since the tool does many more things....
Points to consider of the current implementation: - Targets can’t be manipulated at runtime - Scans are atomic, cannot be altered at runtime besides recently introduced stop/resume - issues are...
In general, leaving the source IP selection to the operative system is recommended. The mentioned nmap and masscan are different use cases, as they manipulate raw packets at a lower...
## Description To improve and ease the integration with https://github.com/projectdiscovery/nuclei-burp-plugin and web-based YAML standard marshaler/unmarshaler, it would be preferred to replace the existing pattern placeholder: ``` # !include:requests.yaml ``` with...
@ehsandeep - `-wildcard` seems to be working as expected here. I think a better option would be adding `--show-only/match/filter *.xxxx.yyy.zzzz,*.aaa.bbb`. What do you think? - Please add an example of...
`certmagic` requires dialing the root DNS servers' public IP internally to ensure that the ACME challenge propagated correctly. Any reason why the box can't be configured to communicate externally and...
Depends on: - https://github.com/projectdiscovery/goflags/pull/70
Splitting the issue in specific tasks: - ICMP #8 - Smb/Ntlm #9 (protocols will need to be implemented from scratch) - Raw Packets #10
Tracking DHCP support into an independent issue at #64
@raghumannn Could you verify that the interactsh DNS server while running is reachable from the outside (even with the certificate error)? Considering the output you provided, the following command should...