ir0nstone / web-analyser

Automates some stuff for Web challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

pip3 install web-ctf-analyser

About

Automates some stuff for Web challenges

License:MIT License


Languages

Language:Python 100.0%