diff --git a/.bash_profile b/.bash_profile index dd37187..f6048cf 100644 --- a/.bash_profile +++ b/.bash_profile @@ -49,7 +49,7 @@ curl http://ipinfo.io/$1 #------ Tools ------ -dirsearch(){ runs dirsearch and takes host and extension as arguments +dirsearch(){ #runs dirsearch and takes host and extension as arguments python3 ~/tools/dirsearch/dirsearch.py -u $1 -e $2 -t 50 -b }