imphash : generates a Virustotal compatible IMPHASH for a binary
ltop : does 'sort|uniq -c' but with live update in ncurses
smtpbanner : grabs smtp banner
uniq : like uniq but does not need sorting.
uniqrs : same as uniq but written in Rust
"find longest match" (flm.py) was parsing the input string as a regex pattern. now the string is properly escaped.
i might gonne add the option to search for regex later