{"id":13844632,"url":"https://github.com/jobertabma/virtual-host-discovery","last_synced_at":"2025-04-05T05:06:05.991Z","repository":{"id":78651313,"uuid":"101599628","full_name":"jobertabma/virtual-host-discovery","owner":"jobertabma","description":"A script to enumerate virtual hosts on a server.","archived":false,"fork":false,"pushed_at":"2017-12-28T19:07:10.000Z","size":7,"stargazers_count":682,"open_issues_count":2,"forks_count":116,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-03-29T04:07:18.356Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jobertabma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-08-28T03:17:33.000Z","updated_at":"2025-03-25T23:56:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"6bc2232a-39b7-477b-8449-5cf8335264b3","html_url":"https://github.com/jobertabma/virtual-host-discovery","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jobertabma%2Fvirtual-host-discovery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jobertabma%2Fvirtual-host-discovery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jobertabma%2Fvirtual-host-discovery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jobertabma%2Fvirtual-host-discovery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jobertabma","download_url":"https://codeload.github.com/jobertabma/virtual-host-discovery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289426,"owners_count":20914464,"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":[],"created_at":"2024-08-04T17:02:49.376Z","updated_at":"2025-04-05T05:06:05.970Z","avatar_url":"https://github.com/jobertabma.png","language":"Ruby","funding_links":[],"categories":["Ruby (88)","Ruby","Pentesting"],"sub_categories":["Enumeration"],"readme":"# Virtual host scanner\nThis is a basic HTTP scanner that'll enumerate virtual hosts on a given IP address. During recon, this might help expand the target by detecting old or deprecated code. It may also reveal hidden hosts that are statically mapped in the developer's `/etc/hosts` file.\n\n## Usage\nThe tool comes with a few basic options. They are listed below and help narrow down virtual hosts.\n\n```\nruby scan.rb --ip=192.168.1.101 --host=domain.tld\n```\n\nHere's a list of all available options:\n\n - **--ignore-http-codes**: a comma-separated list of HTTP status codes to be ignored in the scan results. This may become useful when the scan results are poluted with false-positives that are identified by their HTTP response code.\n - **--ignore-content-length**: a content length filter which should be ignored in the scan results. This may become useful when a server returns a static page on every virtual host guess.\n - **--port**: when the web server isn't running on port 80.\n - **--wordlist**: specify an alternative location for the wordlist.\n - **--ssl**: `on` or `off` depending on whether you want to connect with SSL.\n - **--output**: optionally specify an alternative file to write the output to. Defaults to `output.txt` in the current directory.\n\n## Wordlist\nThere's a default, small, wordlist in this repository. To use your own wordlist, use the **--wordlist** option. **%s** will be replaced with the given **--host** header in every line of the wordlist file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjobertabma%2Fvirtual-host-discovery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjobertabma%2Fvirtual-host-discovery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjobertabma%2Fvirtual-host-discovery/lists"}