Skip to content

I built some bash functions to help me while doing mundane and repetitive tasks using BBRF, Nuclei or other Bug bounty tool.

Notifications You must be signed in to change notification settings

Retr02332/BBRF-maintenance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

I built some bash functions to help me while doing mundane and repetitive tasks using BBRF, Nuclei or other Bug bounty tool.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages