burpy


Nameburpy JSON
Version 0.1 PyPI version JSON
download
home_pagehttp://github.com/MatJosephs/burpy
SummaryBurp HTTP history parser
upload_time2024-12-12 16:33:57
maintainerNone
docs_urlNone
authorMatei Josephs
requires_pythonNone
licenseMIT
keywords burp suite http history parse
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Burpy
=====


This module was created to parse and format the HTTP history from Burp Suite. The module was created to compensate for the ``Search`` and ``Save Project to Disk`` features which are missing from Burp Suite Community Edition. At the moment, ``Burpy`` can output to the following formats: xlsx, csv, json. 


Installation
------------


You can install ``burpy`` with ``pip``:
	$ pip install burpy


Usage
-----

In Python:
	>>> import burpy
	>>> burpy.log_analysis(file_path="PATH_TO_BURP_HTTP_HISTORY", output_format="csv")	

From commandline::
	$ burpy --file_path burp_logs --output_format csv


Changelog
---------


0.0.1 (2024-12-12)
******************
* Published initial version.

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/MatJosephs/burpy",
    "name": "burpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Burp Suite HTTP history parse",
    "author": "Matei Josephs",
    "author_email": "majosephs@protonmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5f/96/465856228eebdb6ab858fc3eae8feefcd1d0b3af2ca36aa3965944fa5cd1/burpy-0.1.tar.gz",
    "platform": null,
    "description": "Burpy\r\n=====\r\n\r\n\r\nThis module was created to parse and format the HTTP history from Burp Suite. The module was created to compensate for the ``Search`` and ``Save Project to Disk`` features which are missing from Burp Suite Community Edition. At the moment, ``Burpy`` can output to the following formats: xlsx, csv, json. \r\n\r\n\r\nInstallation\r\n------------\r\n\r\n\r\nYou can install ``burpy`` with ``pip``:\r\n\t$ pip install burpy\r\n\r\n\r\nUsage\r\n-----\r\n\r\nIn Python:\r\n\t>>> import burpy\r\n\t>>> burpy.log_analysis(file_path=\"PATH_TO_BURP_HTTP_HISTORY\", output_format=\"csv\")\t\r\n\r\nFrom commandline::\r\n\t$ burpy --file_path burp_logs --output_format csv\r\n\r\n\r\nChangelog\r\n---------\r\n\r\n\r\n0.0.1 (2024-12-12)\r\n******************\r\n* Published initial version.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Burp HTTP history parser",
    "version": "0.1",
    "project_urls": {
        "Homepage": "http://github.com/MatJosephs/burpy"
    },
    "split_keywords": [
        "burp",
        "suite",
        "http",
        "history",
        "parse"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc23693f458d30f8faa7418a1c26055200035f89cd71b87426b261cc5e749427",
                "md5": "d271e64c4e49f3b514d86b86e98f3547",
                "sha256": "6d25750c5503d3abc9dd6d57dc41f7bb9e7e3c2b350357f32eaefb15fd3d1c4c"
            },
            "downloads": -1,
            "filename": "burpy-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d271e64c4e49f3b514d86b86e98f3547",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3453,
            "upload_time": "2024-12-12T16:33:54",
            "upload_time_iso_8601": "2024-12-12T16:33:54.790740Z",
            "url": "https://files.pythonhosted.org/packages/bc/23/693f458d30f8faa7418a1c26055200035f89cd71b87426b261cc5e749427/burpy-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f96465856228eebdb6ab858fc3eae8feefcd1d0b3af2ca36aa3965944fa5cd1",
                "md5": "3211e67fb8355e17566eb295ec703240",
                "sha256": "6fd23ae561db462c61c98a8b255f2a45a93f8740b10f9458a191d6b54c2185d2"
            },
            "downloads": -1,
            "filename": "burpy-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3211e67fb8355e17566eb295ec703240",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3146,
            "upload_time": "2024-12-12T16:33:57",
            "upload_time_iso_8601": "2024-12-12T16:33:57.194490Z",
            "url": "https://files.pythonhosted.org/packages/5f/96/465856228eebdb6ab858fc3eae8feefcd1d0b3af2ca36aa3965944fa5cd1/burpy-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-12 16:33:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MatJosephs",
    "github_project": "burpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "burpy"
}
        
Elapsed time: 0.42097s