edoardottt / pphack

The Most Advanced Client-Side Prototype Pollution Scanner
https://edoardottt.github.io/pp-test/
MIT License
124 stars 12 forks source link

ERROR: could not retrieve document root #77

Closed Teicu closed 1 week ago

Teicu commented 3 months ago

Hi,

Any idea why I'm getting these errors?

2024/05/23 14:09:59 ERROR: could not retrieve document root for 034CE60B540B2D0B4E82A6B8CE74A5DE: context deadline exceeded 2024/05/23 14:10:09 ERROR: could not retrieve document root for 806BF5A1C0767CD11104F58FFAF2E12B: context deadline exceeded 2024/05/23 14:10:33 ERROR: could not retrieve document root for 8E3E7104E1AEB7E77E93171255163BA6: context deadline exceeded

Thank you

edoardottt commented 3 months ago

hi @Teicu . It's not easy to solve this issues without context. could you please provide the command you executed with the input provided? I'll try to reproduce the issue

edoardottt commented 3 months ago

Have u managed to solve the error or you need assistance? @Teicu

Teicu commented 3 months ago

Hi,

./pphack -l urls.txt

Screenshot 2024-06-05 at 15 20 46
edoardottt commented 3 months ago

thanks @Teicu . you should provide me the file urls.txt in order to reproduce the issue

Teicu commented 3 months ago

I ran ./gau testphp.vulnweb.com, saved the output to a text file, and then executed ./pphack -l urls.txt. This issue occurs with other sites as well, not just this one. I'm using a MacBook M2 Max, though I'm not sure if that's relevant.

edoardottt commented 3 months ago

I've used a MacBook M2 as well and it works fine. do you have chrome installed on your machine?

Teicu commented 3 months ago

Yes of course

Screenshot 2024-06-05 at 15 37 13
edoardottt commented 3 months ago

the only thing I find is this https://github.com/chromedp/chromedp/issues/904 try to execute the command suggested or reproduce the bug with the code snippet in the issue. the only reason of this can be chromedp. let me know the output you get doing that

edoardottt commented 1 week ago

Closed as stale