Mzack9999

Results 232 comments of Mzack9999

@brenocss Unfortunately I'm not sure it's actually possible as `dnsx` uses `cdncheck` (import loop)

@brenocss I think it can still be handy for filtering ips/cidrs within a pipeline

I've added a generic loop breakout mechanism, but I'm unable to reproduce the behavior in the `dev` branch: ```console $ go run . -u https://www.blackrock.com/corporate/search/ -d 5 -cs searchText -v...

Note: headless native crawler doesn't need this since chrome already randomize TLS extensions part internally

@ehsandeep, could you detail how passive URLs should be handled? For example, are they only retrieved and listed?

It's working fine with burp: ```console go run . -proxy http://127.0.0.1:8080 -u http://192.168.1.1 -v ``` ![image](https://user-images.githubusercontent.com/13421144/210320898-7554b4c9-3d03-45cc-a5c0-f1c6d0b36035.png)

https://github.com/projectdiscovery/httpx/pull/753 isn't a proper fix but a recoverable error, which leads to being unable to read the response body, which is acceptable in httpx, doesn't meet the requirements of a...

- [ ] In headless mode feature extraction consider raw page (`http://xxx`) and post-dom-rendered page ((`http://xxx/`) as two different node states - [ ] Graph needs to be prettified -...

Fixed with https://github.com/projectdiscovery/interactsh/pull/445