Technology detection is possible via the wappalyzer chrome extension. Interfacing with this extension will get you the correct technologies, but it's unreliable because of the time it takes to run the detections. Some webpages take a long time and you don't get all of them, so you have to increase the page load time, which significantly slows down the scan.
Technology detection is an ongoing effort in the community. Ever since wappalyzer went closed source, it's been in flux.
Most likely either we'll end up using ProjectDiscovery's method, or build our own, possibly using a low-level language like rust.
Technology detection is possible via the wappalyzer chrome extension. Interfacing with this extension will get you the correct technologies, but it's unreliable because of the time it takes to run the detections. Some webpages take a long time and you don't get all of them, so you have to increase the page load time, which significantly slows down the scan.
Technology detection is an ongoing effort in the community. Ever since wappalyzer went closed source, it's been in flux.
Most likely either we'll end up using ProjectDiscovery's method, or build our own, possibly using a low-level language like rust.