{"id":13473701,"url":"https://github.com/abaykan/CrawlBox","last_synced_at":"2025-03-26T19:34:35.311Z","repository":{"id":194596211,"uuid":"122731707","full_name":"abaykan/CrawlBox","owner":"abaykan","description":"Easy way to brute-force web directory.","archived":true,"fork":false,"pushed_at":"2019-06-02T19:35:54.000Z","size":73,"stargazers_count":148,"open_issues_count":0,"forks_count":40,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-19T22:50:51.762Z","etag":null,"topics":["admin-finder","crawler","python","web-crawler","wordlist"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abaykan.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,"governance":null}},"created_at":"2018-02-24T10:48:09.000Z","updated_at":"2025-03-01T10:10:19.000Z","dependencies_parsed_at":"2023-09-14T08:06:15.124Z","dependency_job_id":null,"html_url":"https://github.com/abaykan/CrawlBox","commit_stats":null,"previous_names":["abaykan/crawlbox"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abaykan%2FCrawlBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abaykan%2FCrawlBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abaykan%2FCrawlBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abaykan%2FCrawlBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abaykan","download_url":"https://codeload.github.com/abaykan/CrawlBox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245722898,"owners_count":20661847,"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":["admin-finder","crawler","python","web-crawler","wordlist"],"created_at":"2024-07-31T16:01:06.097Z","updated_at":"2025-03-26T19:34:34.324Z","avatar_url":"https://github.com/abaykan.png","language":"Python","readme":"# CrawlBox | \u003cimg src=\"https://img.shields.io/badge/Crawl-Box-red.svg\"\u003e\n[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n[![GitHub forks](https://img.shields.io/github/forks/abaykan/CrawlBox.svg)](https://github.com/abaykan/CrawlBox/network)\n[![GitHub stars](https://img.shields.io/github/stars/abaykan/CrawlBox.svg)](https://github.com/abaykan/CrawlBox/stargazers)\n[![HitCount](http://hits.dwyl.io/abaykan/crawlbox.svg)](http://hits.dwyl.io/abaykan/crawlbox)\n[![GitHub license](https://img.shields.io/github/license/abaykan/CrawlBox.svg)](https://github.com/abaykan/CrawlBox/blob/master/LICENSE)\n[![TypeScript](https://badges.frapsoft.com/typescript/love/typescript.png?v=101)](https://github.com/ellerbrock/typescript-badges/)\n\u003cbr\u003e\n[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)\n[![bitHound](https://img.shields.io/bithound/code/github/rexxars/sse-channel.svg)](https://github.com/abaykan/CrawlBox/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/Django.svg?style=plastic)](https://github.com/abaykan/CrawlBox/)\n[![Build Status](https://semaphoreci.com/api/v1/abaykan/crawlbox-2/branches/add-license-1/shields_badge.svg)](https://semaphoreci.com/abaykan/crawlbox-2)\n\nEasy way to brute-force web directory.\u003cbr\u003e\n\n\u003ca href=\"https://asciinema.org/a/keUhurPa1dzABWvVxBwhBu4Yp\"\u003e\u003cimg src=\"https://asciinema.org/a/keUhurPa1dzABWvVxBwhBu4Yp.png\" width=\"836\"/\u003e\u003c/a\u003e\n\n\u003cbr\u003e\n\n# Operating Systems Tested\n- MacOSX\n- Kali Linux\n- Ubuntu 16.04\n\n# Usage\n\u003cpre\u003epython crawlbox.py [-h] [-v] [-w WORDLIST] url\u003c/pre\u003e\npositional arguments:\n\n  \u003cpre\u003eurl            specific target url, like domain.com\u003c/pre\u003e\noptional arguments:\n\n\u003cpre\u003e  -h, --help     show this help message and exit\n  -v, --version  show program's version number and exit\n  -w WORDLIST    specific path to wordlist file\n  -d DELAY       add delay between requests\u003c/pre\u003e\n\n# Example\nweb site scan with internal wordlist\n\n\u003cpre\u003epython crawlbox.py www.domain.com\u003c/pre\u003e\nweb site scan with external wordlist\n\n\u003cpre\u003epython crawlbox.py www.domain.com -w wordlist.txt\u003c/pre\u003e\n\n# Install\n(as root)\n  \u003cpre\u003e\n  git clone https://github.com/abaykan/crawlbox.git\n  cd crawlbox/\n  pip install -r requirements.txt\n  python crawlbox.py -h\u003c/pre\u003e\n  \nnote: tested with python 2.7.6\n\n# Media Review\n- Seucurity Training Share : \u003ca href=\"https://securityonline.info/crawlbox-brute-force-web-directory/\"\u003ehttps://securityonline.info/crawlbox-brute-force-web-directory/\u003c/a\u003e\n- PentestTools : \u003ca href=\"https://pentesttoolz.com/2018/03/02/crawlbox-easy-way-to-brute-force-web-directory/\"\u003ehttps://pentesttoolz.com/2018/03/02/crawlbox-easy-way-to-brute-force-web-directory/\u003c/a\u003e\n- Hacking Reviews : \u003ca href=\"https://www.hacking.reviews/2018/03/crawlbox-easy-way-to-brute-force-web.html\"\u003ehttps://www.hacking.reviews/2018/03/crawlbox-easy-way-to-brute-force-web.html\u003c/a\u003e\n- KitPloit : \u003ca href=\"https://www.kitploit.com/2018/03/crawlbox-easy-way-to-brute-force-web.html\"\u003ehttps://www.kitploit.com/2018/03/crawlbox-easy-way-to-brute-force-web.html\u003c/a\u003e\n- Haxf4rall : \u003ca href=\"http://haxf4rall.com/2018/03/08/crawlbox-easy-way-to-brute-force-web-directory/\"\u003ehttp://haxf4rall.com/2018/03/08/crawlbox-easy-way-to-brute-force-web-directory/\u003c/a\u003e\n- The Hack Today : \u003ca href=\"https://thehacktoday.com/crawlbox-easy-way-brute-force-web-directory/\"\u003ehttps://thehacktoday.com/crawlbox-easy-way-brute-force-web-directory/\u003c/a\u003e\n- SAPSI Security Service \u003ca href=\"http://sapsi.org/crawlbox-easy-way-to-brute-force-web-directory/\"\u003ehttp://sapsi.org/crawlbox-easy-way-to-brute-force-web-directory/\u003c/a\u003e\n","funding_links":[],"categories":["Uncategorized","Tools"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabaykan%2FCrawlBox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabaykan%2FCrawlBox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabaykan%2FCrawlBox/lists"}