Panic message:
panic: html: open stack of elements exceeds 512 nodes
Stack trace (from httpx):
github.com/projectdiscovery/httpx/common/pagetypeclassifier.htmlToText
github.com/projectdiscovery/httpx/common/pagetypeclassifier.(*PageTypeClassifier).Classify
github.com/projectdiscovery/httpx/runner.(*Runner).analyze
github.com/projectdiscovery/httpx/runner.(*Runner).process.func1
...
I am unsure of what triggered this but basically I was using httpx like this:
"cat hosts.txt| httpx -cl -sc -title -td -ct -server -vhost -o httpx-out.txt",
Now I have updated httpx on my 2 vps machine and both when doing this exhaustive lists of hosts, errored out like this so I do not know the actual url's that triggered this error. But in my localmachine where my httpx is still the older version, it worked completely fine.
I believe there is an issue in this new update, I am very bad at this hence I am really sorry if i have wasted your time in creating this issue if it is not legitimate, but this is what I noticed like after using httpx today morning and after updating it to the latest version.
