BugBounty


NameBugBounty JSON
Version 6.0 PyPI version JSON
download
home_pagehttps://github.com/Technoindian/BugBounty
SummaryBugBounty for Internet Freedom (Domain Fronting, Server Name Indication, Etc)
upload_time2024-10-31 14:10:32
maintainerNone
docs_urlNone
authorRK_TECHNO_INDIA
requires_python>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements requests tabulate ping3
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
<a href="https://t.me/rktechnoindians"><img title="Made in INDIA" src="https://img.shields.io/badge/MADE%20IN-INDIA-SCRIPT?colorA=%23ff8100&colorB=%23017e40&colorC=%23ff0000&style=for-the-badge"></a>
</p>

<a name="readme-top"></a>


# Bug Bounty


<p align="center"> 
<a href="https://t.me/rktechnoindians"><img src="https://readme-typing-svg.herokuapp.com?font=Fira+Code&weight=800&size=35&pause=1000&color=F74848&center=true&vCenter=true&random=false&width=435&lines=BugBounty" /></a>
 </p>


Install
-------

**Bug Bounty**

    python3 -m pip install BugBounty

Usage
-----

**Bug Bounty**


**Mode -f (File_Path)**

`For One File Only`

    BugBounty -f subdomain.txt
    
`More Then File`

    BugBounty -f subdomain.txt subdomain2.txt subdomain3.txt

**Mode -c (cidr/ip-range)**

`For One CIDR Only`

    BugBounty -c 127.0.0.1/24
    
`More Then CIDR`

    BugBounty -c 127.0.0.1/24 128.0.0.0/24 104.18.25.0/30

**Mode -f & -c for -p (Port)**

`For One Port Only`

    BugBounty -f subdomain.txt --p 443
    
`More Then Port`
    
    BugBounty -f subdomain.txt --p 80 443 53

**Mode http & https**

    BugBounty -f subdomain.txt -http
    
**Mode -m (Methods) (GET, HEAD, OPTIONS, PUT, POST, PATCH, DELETE)**

    BugBounty -f subdomain.txt -m GET

**Mode in -c & -f for -t (timeout) -T (Thareds) -o (Output)**

`-t (timeout)`

    BugBounty -f subdomain.txt -t 3
    
`-T (Thareds)`
    
    BugBounty -f subdomain.txt -T 100
    
`-o (Output)`
    
    BugBounty -f subdomain.txt -o /sdcard/other_result.txt
    
`File Scan`

    BugBounty -f subdomain.txt -p 80 443 -m GET -t 3 -T 100
    
`Cidr/IP-Range Scan`
    
    BugBounty -c 127.0.0.1/24 -p 80 443 -m GET -t 3 -T 100

**-m2, (mode2) ➸ Another Scanning Method ( Target Reachable Server )**

`File Scan`

    BugBounty -f subdomain.txt -m2
    
`Cidr/IP-Range Scan`
    
    BugBounty -c 127.0.0.1/24 -m2


Bug Bounty (Other Features)


**Mode -i (IP) (Host/Domain to IPV4 & IPV6 IP Convert)**

    BugBounty -i crazyegg.com
    
**Mode -tls (TLS Version/Cipher Connection Check )**

    BugBounty -tls crazyegg.com

**Mode -rr (RESPONSE) (Host/Domain/IP to Header Response)**

    BugBounty -rr crazyegg.com

**Mode -r (REVERSE) (Reverse IP LookUp)**

    BugBounty -r crazyegg.com

**Mode -op (OpenPort) (Host/Domain/IP to Open Port)**

    BugBounty -op crazyegg.com
    
    
Updating
--------

    python3 -m pip install --upgrade BugBounty


Note
----

## 🇮🇳 Welcome By Techno India 🇮🇳

[![Telegram](https://img.shields.io/badge/TELEGRAM-CHANNEL-red?style=for-the-badge&logo=telegram)](https://t.me/rktechnoindians)
  </a><p>
[![Telegram](https://img.shields.io/badge/TELEGRAM-OWNER-red?style=for-the-badge&logo=telegram)](https://t.me/RK_TECHNO_INDIA)
</p>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Technoindian/BugBounty",
    "name": "BugBounty",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "RK_TECHNO_INDIA",
    "author_email": "TechnoIndia786@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9c/64/28d6d28d09985232d6a53d25147c934af37f73e7591a76e606a633357bde/bugbounty-6.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n<a href=\"https://t.me/rktechnoindians\"><img title=\"Made in INDIA\" src=\"https://img.shields.io/badge/MADE%20IN-INDIA-SCRIPT?colorA=%23ff8100&colorB=%23017e40&colorC=%23ff0000&style=for-the-badge\"></a>\n</p>\n\n<a name=\"readme-top\"></a>\n\n\n# Bug Bounty\n\n\n<p align=\"center\"> \n<a href=\"https://t.me/rktechnoindians\"><img src=\"https://readme-typing-svg.herokuapp.com?font=Fira+Code&weight=800&size=35&pause=1000&color=F74848&center=true&vCenter=true&random=false&width=435&lines=BugBounty\" /></a>\n </p>\n\n\nInstall\n-------\n\n**Bug Bounty**\n\n    python3 -m pip install BugBounty\n\nUsage\n-----\n\n**Bug Bounty**\n\n\n**Mode -f (File_Path)**\n\n`For One File Only`\n\n    BugBounty -f subdomain.txt\n    \n`More Then File`\n\n    BugBounty -f subdomain.txt subdomain2.txt subdomain3.txt\n\n**Mode -c (cidr/ip-range)**\n\n`For One CIDR Only`\n\n    BugBounty -c 127.0.0.1/24\n    \n`More Then CIDR`\n\n    BugBounty -c 127.0.0.1/24 128.0.0.0/24 104.18.25.0/30\n\n**Mode -f & -c for -p (Port)**\n\n`For One Port Only`\n\n    BugBounty -f subdomain.txt --p 443\n    \n`More Then Port`\n    \n    BugBounty -f subdomain.txt --p 80 443 53\n\n**Mode http & https**\n\n    BugBounty -f subdomain.txt -http\n    \n**Mode -m (Methods) (GET, HEAD, OPTIONS, PUT, POST, PATCH, DELETE)**\n\n    BugBounty -f subdomain.txt -m GET\n\n**Mode in -c & -f for -t (timeout) -T (Thareds) -o (Output)**\n\n`-t (timeout)`\n\n    BugBounty -f subdomain.txt -t 3\n    \n`-T (Thareds)`\n    \n    BugBounty -f subdomain.txt -T 100\n    \n`-o (Output)`\n    \n    BugBounty -f subdomain.txt -o /sdcard/other_result.txt\n    \n`File Scan`\n\n    BugBounty -f subdomain.txt -p 80 443 -m GET -t 3 -T 100\n    \n`Cidr/IP-Range Scan`\n    \n    BugBounty -c 127.0.0.1/24 -p 80 443 -m GET -t 3 -T 100\n\n**-m2, (mode2) \u27b8 Another Scanning Method ( Target Reachable Server )**\n\n`File Scan`\n\n    BugBounty -f subdomain.txt -m2\n    \n`Cidr/IP-Range Scan`\n    \n    BugBounty -c 127.0.0.1/24 -m2\n\n\nBug Bounty (Other Features)\n\n\n**Mode -i (IP) (Host/Domain to IPV4 & IPV6 IP Convert)**\n\n    BugBounty -i crazyegg.com\n    \n**Mode -tls (TLS Version/Cipher Connection Check )**\n\n    BugBounty -tls crazyegg.com\n\n**Mode -rr (RESPONSE) (Host/Domain/IP to Header Response)**\n\n    BugBounty -rr crazyegg.com\n\n**Mode -r (REVERSE) (Reverse IP LookUp)**\n\n    BugBounty -r crazyegg.com\n\n**Mode -op (OpenPort) (Host/Domain/IP to Open Port)**\n\n    BugBounty -op crazyegg.com\n    \n    \nUpdating\n--------\n\n    python3 -m pip install --upgrade BugBounty\n\n\nNote\n----\n\n## \ud83c\uddee\ud83c\uddf3 Welcome By Techno India \ud83c\uddee\ud83c\uddf3\n\n[![Telegram](https://img.shields.io/badge/TELEGRAM-CHANNEL-red?style=for-the-badge&logo=telegram)](https://t.me/rktechnoindians)\n  </a><p>\n[![Telegram](https://img.shields.io/badge/TELEGRAM-OWNER-red?style=for-the-badge&logo=telegram)](https://t.me/RK_TECHNO_INDIA)\n</p>\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "BugBounty for Internet Freedom (Domain Fronting, Server Name Indication, Etc)",
    "version": "6.0",
    "project_urls": {
        "Homepage": "https://github.com/Technoindian/BugBounty"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4dfc6afbb6707a3ab6c44962d8df17a62279c62a6eb18aedc42c8432f09f83cf",
                "md5": "1357d327eab8ee51e9c8e5a098c2f94e",
                "sha256": "cd391dba1be81519b1e502e0324604dbd2b0c7af99d46aeeed1dd88870cf3221"
            },
            "downloads": -1,
            "filename": "BugBounty-6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1357d327eab8ee51e9c8e5a098c2f94e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 64919,
            "upload_time": "2024-10-31T14:10:30",
            "upload_time_iso_8601": "2024-10-31T14:10:30.669392Z",
            "url": "https://files.pythonhosted.org/packages/4d/fc/6afbb6707a3ab6c44962d8df17a62279c62a6eb18aedc42c8432f09f83cf/BugBounty-6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c6428d6d28d09985232d6a53d25147c934af37f73e7591a76e606a633357bde",
                "md5": "75602756caf32d7dace5e5bc2e717b41",
                "sha256": "bdd80f6679865c7c4005a5e09aff23386542da7551fa63c62b352b56ad4608c4"
            },
            "downloads": -1,
            "filename": "bugbounty-6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "75602756caf32d7dace5e5bc2e717b41",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 59424,
            "upload_time": "2024-10-31T14:10:32",
            "upload_time_iso_8601": "2024-10-31T14:10:32.891842Z",
            "url": "https://files.pythonhosted.org/packages/9c/64/28d6d28d09985232d6a53d25147c934af37f73e7591a76e606a633357bde/bugbounty-6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-31 14:10:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Technoindian",
    "github_project": "BugBounty",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "tabulate",
            "specs": []
        },
        {
            "name": "ping3",
            "specs": []
        }
    ],
    "lcname": "bugbounty"
}
        
Elapsed time: 2.37523s