{"id":19199778,"url":"https://github.com/gwen001/vhost-brute","last_synced_at":"2025-05-09T01:24:38.343Z","repository":{"id":96950078,"uuid":"111435302","full_name":"gwen001/vhost-brute","owner":"gwen001","description":"A PHP tool to brute force vhost configured on a server.","archived":false,"fork":false,"pushed_at":"2022-12-02T08:18:30.000Z","size":145,"stargazers_count":87,"open_issues_count":0,"forks_count":32,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-31T20:12:15.160Z","etag":null,"topics":["bugbounty","pentesting","php","security-tools","subdomain","vhost"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/gwen001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":["gwen001"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-11-20T16:29:43.000Z","updated_at":"2025-03-11T10:45:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6fc88af-ccd4-4a21-a770-1df3719eb747","html_url":"https://github.com/gwen001/vhost-brute","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fvhost-brute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fvhost-brute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fvhost-brute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fvhost-brute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gwen001","download_url":"https://codeload.github.com/gwen001/vhost-brute/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253172581,"owners_count":21865547,"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":["bugbounty","pentesting","php","security-tools","subdomain","vhost"],"created_at":"2024-11-09T12:28:56.512Z","updated_at":"2025-05-09T01:24:38.320Z","avatar_url":"https://github.com/gwen001.png","language":"PHP","funding_links":["https://github.com/sponsors/gwen001"],"categories":["Pentesting"],"sub_categories":["Enumeration"],"readme":"\u003ch1 align=\"center\"\u003evhost-brute\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eA PHP tool to brute force vhost configured on a server.\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/php-%3E=5.5-blue\" alt=\"php badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-green\" alt=\"MIT license badge\"\u003e\n    \u003ca href=\"https://twitter.com/intent/tweet?text=https%3a%2f%2fgithub.com%2fgwen001%2fvhost-brute%2f\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Fgithub.com%2Fgwen001%2Fvhost-brute\" alt=\"twitter badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!-- \u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/gwen001/vhost-brute?style=social\" alt=\"github stars badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/watchers/gwen001/vhost-brute?style=social\" alt=\"github watchers badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/forks/gwen001/vhost-brute?style=social\" alt=\"github forks badge\"\u003e\n\u003c/p\u003e --\u003e\n\n---\n\n## Install\n\n```\ngit clone https://github.com/gwen001/vhost-brute\n```\n\n## Usage\n\n```\nUsage: php vhost-brute.php [OPTIONS]\n\nOptions:\n\t--domain\tset domain\n\t--fail\t\tmax fail (http code=0) before exiting, default=-1, unlimited\n\t-h, --help\tprint this help\n\t--ip\t\tset server ip address\n\t--port\t\tset port\n\t--ssl\t\tforce ssl\n\t--st\t\tpercentage of similarity of the content to NOT confirm, default=90 \n\t\t\tso under 90 it's considered different than the reference\n\t--threads\tset maximum threads, default=1\n\t--wordlist\tset plain text file that contains subdomains to test\n\nExamples:\n\tphp vhost-brute.php --ip xxx.xxx.xxx.xxx --domain example.com --wordlist sub.txt --threads 5\n```\n\n---\n\n\u003cimg src=\"https://raw.githubusercontent.com/gwen001/vhost-brute/master/preview.jpg\" /\u003e\n\n---\n\nFeel free to [open an issue](/../../issues/) if you have any problem with the script.  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwen001%2Fvhost-brute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgwen001%2Fvhost-brute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwen001%2Fvhost-brute/lists"}