Skip to content

Instantly share code, notes, and snippets.

View j3rrykh4n's full-sized avatar
🙂
Cooking........

JerryKhan j3rrykh4n

🙂
Cooking........
View GitHub Profile
#!/bin/bash
echo "you should die now :3 it'll be take some time"
#@Tomnomnom
go get -u -v github.com/tomnomnom/anew
go get -u -v github.com/tomnomnom/httprobe
go get -u -v github.com/tomnomnom/assetfinder
go get -u -v github.com/tomnomnom/waybackurls
go get -u -v github.com/tomnomnom/fff
go get -u -v github.com/tomnomnom/qsreplace
@hsblhsn
hsblhsn / .vimrc
Created August 11, 2020 19:00
dotfiles
set rtp+=~/.vim/bundle/Vundle.vim
set shell=/bin/zsh
call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'preservim/nerdtree'
Plugin 'Xuyuanp/nerdtree-git-plugin'
Plugin 'airblade/vim-gitgutter'
"Plugin 'codota/tabnine-vim'
Plugin 'luochen1990/rainbow'
@khanjanny
khanjanny / start_hunt.sh
Created June 22, 2020 20:38
every time when you start your hunting on any project make a common structure it will be helpful for automation and easy access all data.
#!/bin/bash
#This one is demo you can make your own stracture for yourself just add dir and file.... have fun
mkdir ~/work/$1
mkdir ~/work/$1/finaldata
mkdir ~/work/$1/finaldata/portscan
mkdir ~/work/$1/domains
mkdir ~/work/$1/recondata
mkdir ~/work/$1/needcheck
touch ~/work/$1/finaldata/subdomains.txt