diff --git a/olfa.sh b/olfa.sh index 50cf9c4..cd2ac0f 100755 --- a/olfa.sh +++ b/olfa.sh @@ -11,6 +11,7 @@ regexes=( "\w{8}-\w{4}-\w{4}-\w{4}-\w{12}" # Ignore UUIDs "[0-9]+[a-zA-Z]+[0-9]+[a-zA-Z]+[0-9]+" # Ignore multiple numbers and letters mixed together (likley noise) "\.(png|jpg|jpeg|gif|svg|bmp|ttf|avif|wav|mp4|aac|ajax|css|all|)$" # Ignore low value filetypes + "^http" # Ignore web addresses ) # Full list @@ -50,4 +51,4 @@ final_lines_short=$(cat onelistforallshort.txt | wc -l) echo "[+] onelistforall.txt has ${final_lines} lines" echo "[+] onelistforallshort.txt has ${final_lines_short} lines" rm -f onelistforall_*.txt -echo "[+] End" \ No newline at end of file +echo "[+] End"