bruteforus 0.1.0

bruteforus is a simple tool written in rust for bruteforus URLs and find some hidden files and folders on webserver
Documentation
1
2
3
4
5
6
7
8
9
10
.PHONY: install
install:
	cargo build --release
	strip target/release/bruteforus
	chmod +x ./ci/install.sh
	./ci/install.sh

.PHONY: clean
clean:
	cargo clean