EvilTree – A Remake Of The Classic “Tree” Command With The Additional Feature Of Searching For User Provided Keywords/Regex In Files, Highlighting Those That Contain Matche
A standalone python3 remake of the classic “tree” command with the additional feature of searching for user provided keywords/regex in files, highlighting those that contain matches. Created for two main reasons:
- While searching for
Useful keywords/regex patterns
- Regex to look for passwords:
-x ".{0,3}passw.{0,3}[=]{1}.{0,18}"
- Keywords to look for sensitive info:
-k passw,db_,admin,account,user,token
Download Eviltree