bbht icon indicating copy to clipboard operation
bbht copied to clipboard

A script to set up a quick Ubuntu 17.10 x64 box with tools I use.

Results 38 bbht issues
Sort by recently updated
recently updated
newest added

Added URLs to respective tools and added copy tag for installing script.

Hi there I modified this script to work for ZSH [https://github.com/NetanMangal/bbht](url) When i run it on kali linux, everything works fine as far as the script goes. ![image](https://user-images.githubusercontent.com/51133680/101325539-eb0f6480-3891-11eb-80f7-3977b1a36edc.png) But when...

is there any alternative tool?

Period/dot sign was missing in the code that's why .recon_profile was not getting ready. Also GO tools were not working in go1.17.5 so had to make some edits in go...

I had to load a very old snapshot amd reinstall almost everything, one thing is this, but the big problem is, when I install bbht at one point it says...

https://github.com/nahamsec/bbht/blob/40d72537fdf444c99c1d6ba74c19b7944afcffde/install.sh#L22-L24 In the repo https://github.com/nahamsec/recon_profile there is no file called bash_profile. The file is named `.bash_profile.` Fix: change `cat bash_profile >> ~/.bash_profile` to `cat .bash_profile >> ~/.bash_profile`

echo "installing bash_profile aliases from recon_profile" git clone https://github.com/nahamsec/recon_profile.git cd recon_profile cat bash_profile >> ~/.bash_profile

httpx and ffuf need go 1.4