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

Add version detection from Wappalyzers regular expressions #6

Closed
rverton opened this issue Apr 19, 2017 · 1 comment
Closed

Add version detection from Wappalyzers regular expressions #6

rverton opened this issue Apr 19, 2017 · 1 comment

Comments

@rverton
Copy link
Owner

rverton commented Apr 19, 2017

Wappalyzer makes use of appended strings for version detection like here:

        "IIS": {
		"cats": [
			"22"
		],
		"headers": {
			"Server": "IIS(?:/([\\d.]+))?\\;version:\\1"
		},
		"icon": "IIS.png",
		"implies": "Windows Server",
		"website": "http://www.iis.net"
	},

If split this "additiona field" starting from a ;, we can also parse this information.

@rverton
Copy link
Owner Author

rverton commented Apr 26, 2017

Basic version detection added in 6b035b2. Not all version methods are added (like the ternary operator), but this should work for most versions. Wappalyzer implementation can be found here: https://github.com/AliasIO/Wappalyzer/blob/master/src/wappalyzer.js#L68

@rverton rverton closed this as completed Apr 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant