web-ctf-analyser


Nameweb-ctf-analyser JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/ir0nstone/web-analyser
SummaryA website analyser for CTF challenges
upload_time2023-10-08 19:02:05
maintainer
docs_urlNone
authorAndrej Ljubic
requires_python
license
keywords pypi cicd python
VCS
bugtrack_url
requirements colorama beautifulsoup4 requests argparse
Travis-CI No Travis.
coveralls test coverage No coveralls.
            \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
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ir0nstone/web-analyser",
    "name": "web-ctf-analyser",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pypi,cicd,python",
    "author": "Andrej Ljubic",
    "author_email": "andrej.ljubic05@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9e/8d/45d7e2c8df43daaa13259c898a82d334f449ba8c94dc1db72ab269699aec/web_ctf_analyser-0.0.5.tar.gz",
    "platform": null,
    "description": "\\n# Web Analyser\nAnalyses Websites for you. It can grab a limited amount of things, but it's better than doing them manually:\n\n* Robots and Sitemap\n* Cookies and JWTs\n* Redirects\n    * Parameters in redirects are analysed using regex for potential LFI/RFI/SSRF vulnerabilities\n* Comments\n* URLs in the source\n* Resources in the source, e.g. `/api/v2`\n* Differences in responses between User-Agents\n\nAlso allows you to specify your own:\n* User-Agent\n* Cookies\n* Username and Password (for Basic Authentication)\n\n# Installing\n```\ngit clone https://github.com/ir0nstone/web-analyser.git\ncd web-analyser\npip3 install -r requirements.txt\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A website analyser for CTF challenges",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/ir0nstone/web-analyser"
    },
    "split_keywords": [
        "pypi",
        "cicd",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71ab2c8b7d27456a3be61d4b59ab53b16d9d6e66a64bb10a4437740e3c212c75",
                "md5": "6fd9a1ae95d58b163b0603ed255e2b1f",
                "sha256": "0f7ee660bf0a3cacf91008afb51a4887339cf2c77697eebec489eb50ad3af994"
            },
            "downloads": -1,
            "filename": "web_ctf_analyser-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6fd9a1ae95d58b163b0603ed255e2b1f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9681,
            "upload_time": "2023-10-08T19:02:04",
            "upload_time_iso_8601": "2023-10-08T19:02:04.300602Z",
            "url": "https://files.pythonhosted.org/packages/71/ab/2c8b7d27456a3be61d4b59ab53b16d9d6e66a64bb10a4437740e3c212c75/web_ctf_analyser-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e8d45d7e2c8df43daaa13259c898a82d334f449ba8c94dc1db72ab269699aec",
                "md5": "c36ee70ed336bc5afd8e0aaa0a72a471",
                "sha256": "0fd9dfdd64bf5e63aa25f7e768f55ec2197154bc9ce6e37dfa3df5606c52643e"
            },
            "downloads": -1,
            "filename": "web_ctf_analyser-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "c36ee70ed336bc5afd8e0aaa0a72a471",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8187,
            "upload_time": "2023-10-08T19:02:05",
            "upload_time_iso_8601": "2023-10-08T19:02:05.727483Z",
            "url": "https://files.pythonhosted.org/packages/9e/8d/45d7e2c8df43daaa13259c898a82d334f449ba8c94dc1db72ab269699aec/web_ctf_analyser-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-08 19:02:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ir0nstone",
    "github_project": "web-analyser",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "colorama",
            "specs": []
        },
        {
            "name": "beautifulsoup4",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "argparse",
            "specs": []
        }
    ],
    "lcname": "web-ctf-analyser"
}
        
Elapsed time: 0.11852s