Skip to Content
Mastering Python for Networking and Security
book

Mastering Python for Networking and Security

by José Manuel Ortega
September 2018
Intermediate to advanced
426 pages
10h 46m
English
Packt Publishing
Content preview from Mastering Python for Networking and Security

Wappalyzer

Another tool for recovering this kind of information is Wappalyzer. Wappalyzer has a database of web application signatures that allows you to identify more than 900 web technologies from more than 50 categories.

The tool analyzes multiple elements of the website to determine its technologies, it analyzes the following HTML elements:

  • HTTP response headers on the server
  • Meta HTML tags
  • JavaScript files, both separately and embedded in the HTML
  • Specific HTML content
  • HTML-specific comments

python-Wappalyzer is a Python interface for obtaining this information from a Python script (https://github.com/chorsley/python-Wappalyzer):

pip install python-Wappalyzer

We can easily use the wappalyzer module to obtain information about technologies ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Python for Networking and Security - Second Edition

Mastering Python for Networking and Security - Second Edition

José Manuel Ortega
Python for Cybersecurity

Python for Cybersecurity

Howard E. Poston, III

Publisher Resources

ISBN: 9781788992510Supplemental Content