python-Wappalyzer icon indicating copy to clipboard operation
python-Wappalyzer copied to clipboard

Python driver for Wappalyzer, a web application detection utility.

Results 18 python-Wappalyzer issues
Sort by recently updated
recently updated
newest added

Supporting new format and resolving #65

Hi, I was wondering if it automatically follows redirects or not. It could be useful to add an option to specify if the redirect should be followed or not.

Hi @chorsley , Could you follow the following process in order to add PyPI key to the github secrets? In your [account settings](https://pypi.org/manage/account/), go to the API tokens section and...

``` 'DigiCert' fingerprint: { 'cats': [70], 'certIssuer': 'DigiCert', 'icon': 'DigiCert.svg', 'website': 'https://www.digicert.com/'} ``` JSON schema: ``` "certIssuer": { "oneOf": [ { "type": "array", "items": { "$ref": "#/definitions/non-empty-non-blank-string" } }, {...

Update technologies fingerprints and change the way it loads the fingerprints by default. It stores the technologies in a python module so it's faster to load. Also add a simple...

The technologies are now dispatched into several files: https://github.com/AliasIO/wappalyzer/tree/master/src/technologies This line is failing with a 404: https://github.com/chorsley/python-Wappalyzer/blob/master/Wappalyzer/Wappalyzer.py#L246 We can simply get all files and merge them into a single data...

Looks like we had code coverage set up, but it's broken. I'll see if I can setup codecov instead.

site is prestashop : https://www.prestashop.com response: says its Drupal {'Nginx', 'DoubleClick for Publishers (DFP)', 'Drupal', 'Google Tag Manager', 'PHP', 'Google Font API'}

Hello, I see some websites with scripts which are included inline like: `

I think we can get the data with: ``` self.technologies.get(app).get("icon") ```