Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

headless chrome wappalyzer detection via js #959

Open
cyberlixio opened this issue Feb 5, 2023 · 2 comments
Open

headless chrome wappalyzer detection via js #959

cyberlixio opened this issue Feb 5, 2023 · 2 comments
Labels
Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@cyberlixio
Copy link

Please describe your feature request:

Currently, httpx does not take advantage of chromium-based wappalyzer detection with the -tech-detect flag, so httpx is missing a lot of technologies when relying solely on fingerprint-based detection.

Describe the use case of this feature:

Introducing browser-based wappalyzer detection will allow us to not only rely on fingerprint-based detection but also Javascript-based detection which will result in detecting more technologies stacks.

What you could do to see if it's something you would like to implement is to compile this rust crate https://github.com/iustin24/wappalyzer which uses browser-based wappaylzer detection and run it against a bunch of hosts then compare the results with httpx and see if it found more technologies.

Hopefully, this is something you might consider, I've been really wanting a tool that can do what I described.

Regards,
Blake

@cyberlixio cyberlixio added the Type: Enhancement Most issues will probably ask for additions or changes. label Feb 5, 2023
@cyberlixio cyberlixio changed the title Headless Chrome Wappalyzer Detection Via JS headless chrome wappalyzer detection via js Feb 5, 2023
@localhost-MouhannadlrX
Copy link

realy a lot of technologies like CMSs and js library missed using '-tech-detect' , I hope you will enhance that soon

@ethicalhackingplayground

I've written a basic version of httpx in rust and you can see the difference in technologies using headless chrome.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

No branches or pull requests

3 participants