Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 1.17 KB

README.md

File metadata and controls

56 lines (29 loc) · 1.17 KB

BBRF & nuclei bash helpers

Depencencies

TODO : installation script

httpx

GO111MODULE=on go get -v github.com/projectdiscovery/httpx/cmd/httpx

dnsx

GO111MODULE=on go get -v github.com/projectdiscovery/dnsx/cmd/dnsx

assetfinder

GO111MODULE=on go get -u github.com/tomnomnom/assetfinder

httprobe

GO111MODULE=on go get -u github.com/tomnomnom/httprobe

How to install

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.

BBRF helpers

  1. 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:

Screenshot from 2021-06-21 01-49-29

#PENDING MORE EXAMPLES