Vhost Brute Save

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

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 if you have any problem with the script.

Open Source Agenda is not affiliated with "Vhost Brute" Project. README Source: gwen001/vhost-brute
Stars
82
Open Issues
0
Last Commit
1 year ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating