Skip to content

sshere/python_service_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reverse Engineer

Detect the technology used by a website, such as Apache, JQuery, and Wordpress. Here is some example usage:

$ python reverse_engineer.py http://webscraping.com
Analytics: Google Analytics
JavaScript framework: Modernizr
Web server: Nginx

$ python reverse_engineer.py http://wordpress.com
Blog: WordPress
CMS: WordPress
Web server: Nginx

$ python reverse_engineer.py http://microsoft.com
JavaScript framework: Modernizr
Web framework: Microsoft ASP.NET

Install

pip install reverse_engineer

About

Modified reverse_engineer from bitbucket to work with Python3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages