Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gwen001/vhost-brute

A PHP tool to brute force vhost configured on a server.
https://github.com/gwen001/vhost-brute

bugbounty pentesting php security-tools subdomain vhost

Last synced: 6 days ago
JSON representation

A PHP tool to brute force vhost configured on a server.

Awesome Lists containing this project

README

        

vhost-brute

A PHP tool to brute force vhost configured on a server.


php badge
MIT license badge
twitter badge

---

## Install

```
git clone https://github.com/gwen001/vhost-brute
```

## Usage

```
Usage: php vhost-brute.php [OPTIONS]

Options:
--domain set domain
--fail max fail (http code=0) before exiting, default=-1, unlimited
-h, --help print this help
--ip set server ip address
--port set port
--ssl force ssl
--st percentage of similarity of the content to NOT confirm, default=90
so under 90 it's considered different than the reference
--threads set maximum threads, default=1
--wordlist set plain text file that contains subdomains to test

Examples:
php vhost-brute.php --ip xxx.xxx.xxx.xxx --domain example.com --wordlist sub.txt --threads 5
```

---

---

Feel free to [open an issue](/../../issues/) if you have any problem with the script.