brenocss
brenocss
would be great if we could use this custom records under interact-id https://github.com/projectdiscovery/interactsh/discussions/316 ```python host aws.cbaqgsmt9s6s7jduvmtgik6jdmwb6pr5r.oast.site aws.cbaqgsmt9s6s7jduvmtgik6jdmwb6pr5r.oast.site has address 169.254.169.254 ```
Also would be great to implement something like this https://github.com/projectdiscovery/interactsh/discussions/317 and this https://github.com/projectdiscovery/interactsh/discussions/315 ```python $ host ip-8.8.8.8.cbaqgsmt9s6s7jduvmtgik6jdmwb6pr5r.oast.site ip-8.8.8.8.cbaqgsmt9s6s7jduvmtgik6jdmwb6pr5r.oast.site has address 8.8.8.8 ``` ```python $ host -t A make-1.2.3.4-rebind-169.254-169.254-rr.1u.ms make-1.2.3.4-rebind-169.254-169.254-rr.1u.ms has...
```golang func (r *Runner) canIScanIfCDN(host string, port int) bool { // if CDN ips are not excluded all scans are allowed if !r.options.ExcludeCDN { return true } cdnbool, cdnprovider, err...
As the behavior -exclude-cdn already exists and it by default and definition only scans 80 and 443, we can define a flag -exclude-cdn-extended that looks for more port for that...
Hello @princechaddha i followed https://github.com/projectdiscovery/nuclei-templates/blob/6db74541b84c1685bb052c7615e32f6487752a80/exposed-panels/apache/public-tomcat-manager.yaml template, and i only added the check to 403 to be able to detect when it is possible to normalize the path even if the...
@Wandmalfarbe
https://github.com/projectdiscovery/httpx/pull/1230
@Mzack9999 don't scan based in ip type ( such as ipv6 or ipv4 ) pre process domains and resolve before running?
> 3. Also what do we need to do in case of other cdns, will we do a full port scan or keep it to 80,443 only ? Keep 80,443...
https://github.com/Wandmalfarbe/pandoc-latex-template/issues/315 this is related i think