| See Also | Wappalyzer | |
| Module | Wappalyzer |
No module docstring; 1/1 classes, 0/1 variables documented |
| Module | __main__ |
No module docstring; 2/2 functions documented |
From the __init__.py module:
| Class | Wappalyzer |
Python Wappalyzer driver. |
| Class | WebPage |
Simple representation of a web page, decoupled from any particular HTTP library's API. |
| Function | analyze |
Quick utility method to analyze a website with minimal configurable options. |
| Parameters | url | URL (type: str) |
| update | Update the technologies file from the internet (type: bool) | |
| useragent | Request user agent (type: str) | |
| timeout | Request timeout (type: int) | |
| verify | SSL cert verify (type: bool) | |
| Returns | dict. Just as Wappalyzer.analyze_with_versions_and_categories. (type: Dict[str, Dict[str, Any]]) | |
| See Also | WebPage and Wappalyzer. | |
| Note | More information might be added to the returned values in the future | |