webappanalyzer icon indicating copy to clipboard operation
webappanalyzer copied to clipboard

This project aims to maintain Wappalyzer technologies

Results 15 webappanalyzer issues
Sort by recently updated
recently updated
newest added

**Platform** macOS 12.7 with Python 3.10. **Describe the bug** After my [last Issue](#103), I tried to test ALL regex with python and found 3861 errors. **To Reproduce** See this [gist](https://gist.github.com/AlexMili/24b5c6a1b85fcc5e83d593c49e721bfe)...

Example URL https://www.specialcommission.nsw.gov.au/

**Platform** MacOS 12.7 with python 3.10. **Describe the bug** The **Wagtail** DOM regexs `[style*='images/']`, `img[src*='images/']`, etc. Are not compiling in python 3.10. **To Reproduce** ```python import re re.compile("(?:\\.[a-z]+|/media)(?:/[\\w-]+)?/(?:original_images/[\\w-]+|images/[\\w-.]+\\.(?:(?:fill|max|min)-\\d+x\\d+(?:-c\\d+)?|(?:width|height|scale)-\\d+|original))\\.") ``` **Expected...

Hello, The Amazon Associates regex doesn't take into account amazon links beginning with `www.`, other TLDs and when the `tag` query param is at the first place. Here are some...

**Describe the bug** The definition of the schema in `schema.json` specifies that some fields may be one of several types. For instance, the field `implies` can either be a string...

enhancement

**Describe the solution you'd like** Included with each tech found, indicate if it's vulnerable and a link to the vulnerability such as a CVE. Expose this data in such a...