Technologies Detection #1596
-
Hello, Upon using the "-td" option, I have observed significantly fewer results compared to when utilizing the Wappalyzer web extension. Sincerely, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @bizibabe, This is happening due to the fact that Wappalyzer chrome extension uses the rendered DOM of the page (which in case of modern frameworks is almost always rendered by javascript). It checks the DOM for properties or checks which allow it to give more results. Compared to this, httpx just runs the headers, body etc fingerprints on the http response body from the network port. Hope that clarifies it 👍 |
Beta Was this translation helpful? Give feedback.
Hi @bizibabe,
This is happening due to the fact that Wappalyzer chrome extension uses the rendered DOM of the page (which in case of modern frameworks is almost always rendered by javascript). It checks the DOM for properties or checks which allow it to give more results.
Compared to this, httpx just runs the headers, body etc fingerprints on the http response body from the network port.
Hope that clarifies it 👍