TODO : installation script
GO111MODULE=on go get -v github.com/projectdiscovery/httpx/cmd/httpx
GO111MODULE=on go get -v github.com/projectdiscovery/dnsx/cmd/dnsx
GO111MODULE=on go get -u github.com/tomnomnom/assetfinder
GO111MODULE=on go get -u github.com/tomnomnom/httprobe
git clone https://github.com/pdelteil/BBRF-maintenance.git
location=$(pwd); echo "source $location/BBRF-maintenance/bbrf_helper.sh " >> ~/.bashrc
location=$(pwd); echo "source $location/BBRF-maintenance/nuclei_helper.sh " >> ~/.bashrc
source ~/.bashrc
Loaded from the .bashrc file.
You can check them running declare -F
You can also use tab to autocomplete them.
- AddPrograms()
This function is intented to be use while manually adding several programs to BBRF
Example of use:
addPrograms h1
Then you will be prompted to add information about the program:
#PENDING MORE EXAMPLES