Metadata-Version: 2.1
Name: web_ctf_analyser
Version: 0.0.5
Summary: A website analyser for CTF challenges
Home-page: https://github.com/ir0nstone/web-analyser
Author: Andrej Ljubic
Author-email: andrej.ljubic05@hotmail.com
Keywords: pypi,cicd,python
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE

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

* Robots and Sitemap
* Cookies and JWTs
* Redirects
    * Parameters in redirects are analysed using regex for potential LFI/RFI/SSRF vulnerabilities
* Comments
* URLs in the source
* Resources in the source, e.g. `/api/v2`
* Differences in responses between User-Agents

Also allows you to specify your own:
* User-Agent
* Cookies
* Username and Password (for Basic Authentication)

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