=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== note-1.3.26/bin/stresstest.sh-12- *) note-1.3.26/bin/stresstest.sh:13: LOCPFAD=`echo $STARTDIR | grep "^[a-zA-Z0-9.]"` note-1.3.26/bin/stresstest.sh-14- case $LOCPFAD in ############################################## note-1.3.26/bin/stresstest.sh-18- *) note-1.3.26/bin/stresstest.sh:19: STARTDIR=`echo $STARTDIR | sed 's/^\.*//'` note-1.3.26/bin/stresstest.sh-20- STARTDIR="`pwd`/$STARTDIR" note-1.3.26/bin/stresstest.sh:21: STARTDIR=`echo $STARTDIR | sed 's/\/\//\//g'` note-1.3.26/bin/stresstest.sh-22- ;; ############################################## note-1.3.26/bin/stresstest.sh-30- FILES="" note-1.3.26/bin/stresstest.sh:31: for file in `ls $1|sort` note-1.3.26/bin/stresstest.sh-32- do ############################################## note-1.3.26/bin/stresstest.sh-38- #echo $file >> /tmp/$$ note-1.3.26/bin/stresstest.sh:39: #`cat /tmp/$$ | note -` note-1.3.26/bin/stresstest.sh-40- FILES="$FILES $file" ############################################## note-1.3.26/bin/stresstest.sh-48- *) note-1.3.26/bin/stresstest.sh:49: RES=`cat /tmp/$$ | note -` note-1.3.26/bin/stresstest.sh-50- ;; ############################################## note-1.3.26/bin/note-888- if ($editor) { note-1.3.26/bin/note:889: system ($editor, $TEMP) and die "Could not execute $editor: $!\n"; note-1.3.26/bin/note-890- }