cfpb / clouseau

⚠️ THIS PROJECT IS DEPRECATED ⚠️ Search your repository's git history for undesirable text patterns such as passwords, ssh keys and other personal identifiable information
Creative Commons Zero v1.0 Universal
97 stars 26 forks source link

I have modified the default.txt to include few dangerous functions. #16

Closed lfatty closed 10 years ago

marcesher commented 10 years ago

Thanks @lfatty. I'm going to pull this in, and then we'll pull it into a separate file and turn these into appropriate regexes to, for example, look for things that look like function calls, etc.

lfatty commented 10 years ago

Thanks @marcesher
I have created a .txt under patterns directory. So basically running for example $ bin/clouseau_thin -u https://github.com/karan/Projects --patterns ~/clouseau/clouseau-master/clouseau/patterns/dangerous-api.txt --revlist all will reveal any existing suspicious function call or API.

screen shot 2014-02-26 at 5 40 55 pm