Metadata-Version: 2.1
Name: web-ctf-analyser
Version: 0.0.3
Summary: A tool to analyse websites for CTF challenges
Home-page: https://github.com/ir0nstone/web-analyser
Author: ir0nstone
Author-email: bobbiusbobety@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Web Analyser
Analyses Websites for you. It can grab a limited amount of things (for now), but it's better than doing them manually:

* Robots and Sitemap
* Cookies
* Redirects
* Comments
* URLs in the source
* Resources in the source, e.g. `/api/v2`
* Differences between User-Agents

Also supports the use of a custom User-Agent

# Installing
```
git clone https://github.com/ir0nstone/web-analyser.git
cd web-analyser
pip3 install -r requirements.txt
```

