Skip to content

Instantly share code, notes, and snippets.

Avatar

Arman Hossain Antu 0xAntu

View GitHub Profile
View wordlist.txt
www
m
blog
forum
shop
support
my
help
app
store
View loadscripts
/wp-admin/load-scripts.php?load=eutil,common,wp-a11y,sack,quicktag,colorpicker,editor,wp-fullscreen-stu,wp-ajax-response,wp-api-request,wp-pointer,autosave,heartbeat,wp-auth-check,wp-lists,prototype,scriptaculous-root,scriptaculous-builder,scriptaculous-dragdrop,scriptaculous-effects,scriptaculous-slider,scriptaculous-sound,scriptaculous-controls,scriptaculous,cropper,jquery,jquery-core,jquery-migrate,jquery-ui-core,jquery-effects-core,jquery-effects-blind,jquery-effects-bounce,jquery-effects-clip,jquery-effects-drop,jquery-effects-explode,jquery-effects-fade,jquery-effects-fold,jquery-effects-highlight,jquery-effects-puff,jquery-effects-pulsate,jquery-effects-scale,jquery-effects-shake,jquery-effects-size,jquery-effects-slide,jquery-effects-transfer,jquery-ui-accordion,jquery-ui-autocomplete,jquery-ui-button,jquery-ui-datepicker,jquery-ui-dialog,jquery-ui-draggable,jquery-ui-droppable,jquery-ui-menu,jquery-ui-mouse,jquery-ui-position,jquery-ui-progressbar,jquery-ui-resizable,jquery-ui-selectable,jquery-ui-se
@0xAntu
0xAntu / .bash_profile
Last active September 23, 2022 03:13
View .bash_profile
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
url(){
gron "https://urlscan.io/api/v1/search/?q=domain:$1" | grep 'url' | gron --ungron
}
otx()
{
View wslsetup.sh
apt update
apt -y upgrade
apt install -y git
apt install -y cargo
apt install -y wget
apt install -y python
apt install -y python3
apt install -y python-pip
apt install -y python3-pip
apt install -y ruby-full