/bfc

Best Friend For Curious - bfc is a tool that will allow you to create configuration files called "routine" to optimize your recurring tasks and avoid possible repetitions.

Primary LanguageGo

logo-bfc
bfc is a tool that will allow you to create configuration files called "routine" to optimize your recurring tasks and avoid possible repetitions. Can be used during your "pentests" or your "OSINT" searches

Easy to install
go get -u github.com/graniet/bfc
Easy to run
./bfc -s configuration.yaml
From source
go build -o bfc && ./bfc -s configuration.yaml
Export to file
./bfc -s configuration.yaml > fileName.txt