{"id":19445008,"url":"https://github.com/zpettry/boxer","last_synced_at":"2025-04-25T01:31:11.914Z","repository":{"id":54295402,"uuid":"186324820","full_name":"zpettry/boxer","owner":"zpettry","description":"Boxer: A fast directory bruteforce tool written in Python with concurrency.","archived":false,"fork":false,"pushed_at":"2021-02-26T02:29:37.000Z","size":35,"stargazers_count":15,"open_issues_count":3,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-03T14:00:52.815Z","etag":null,"topics":["bruteforce","bugbounty","directory","hacking","hacking-tool","penetration-testing","pentesting","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zpettry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-13T01:26:12.000Z","updated_at":"2022-02-20T21:21:20.000Z","dependencies_parsed_at":"2022-08-13T11:10:51.222Z","dependency_job_id":null,"html_url":"https://github.com/zpettry/boxer","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpettry%2Fboxer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpettry%2Fboxer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpettry%2Fboxer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpettry%2Fboxer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zpettry","download_url":"https://codeload.github.com/zpettry/boxer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223976272,"owners_count":17234751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bruteforce","bugbounty","directory","hacking","hacking-tool","penetration-testing","pentesting","python"],"created_at":"2024-11-10T16:09:02.004Z","updated_at":"2024-11-10T16:09:02.530Z","avatar_url":"https://github.com/zpettry.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Boxer\n=======================================\n\nBoxer is a directory bruteforcing tool. It was designed primarily for a red team and for a large network of systems to scan. \nNot only can it run a directory bruteforce, but it can save the results and allow you to query them locally or from a HTTPS server that Boxer provides.\n\n(5/11/2019) Some testing has indicated results of finishing in roughly a fourth of the time as Gobuster on one URL with the same wordlist. \n\n- There is no recursion currently implemented. There is some code commented out to possibly allow this in the future.\n\nWhy another directory bruteforce tool?\n\n- I put this tool together to implement and work with OOP and polymorphism.\n- I also wanted to implement concurrency and coroutines.\n- This should aid in process improvements for my job.\n- As a security professional and hobbyist, I like putting helpful software together for this domain.\n\nRequirements\n------------\n\nThis code was created with Python 3.7.3. Other versions of Python 3 might also work. \n\nMake sure to install all requirements:\n\n    $ pip3 install -r requirements.txt\n\n\nQuick start\n-----------\n\nRun a scan:\n\n    $ python3 boxer.py -u https://www.google.com -w common.txt \n\nRun a scan and setup a database for persistent results:\n\n    $ python3 boxer.py -u https://www.google.com -w common.txt -d database\n\nRun a scan with a 'urls.txt' file (with or without a database).\n\n    $ python3 boxer.py -u urls.txt -w common.txt -d database\n\nQuery the local database for available urls:\n\n    $ python3 boxer.py -urlsavailable -d database.json\n\nQuery the local database for the url's directories:\n\n    $ python3 boxer.py -u https://www.google.com -d database.json\n\nSetup server to serve up the urls' database:\n\n    $ python3 boxer.py -server -d database.json\n\nQuery the server for available urls:\n\n    $ python3 boxer.py -urlsavailable -s 0.0.0.0\n\nQuery the server for the url's directories:\n\n    $ python3 boxer.py -u https://www.google.com -s 0.0.0.0\n\n\nLicense\n-------\n\nThis code is licensed under the terms of the MIT License (see the file\nLICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzpettry%2Fboxer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzpettry%2Fboxer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzpettry%2Fboxer/lists"}