1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 01, 2024 — Jun 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added whitespace tolerance More... almost 12 years ago
Merge pull request #4 from samuelreed/master More... almost 12 years ago
Adding new ruby unsafe reflection regex More... almost 12 years ago
Autogenerated signatures More... almost 12 years ago
Merge pull request #3 from samuelreed/master More... almost 12 years ago
Java signatures. These are drawn from experience consulting, CERT, and OWASP. It's not complete by any means, but it is the top things to look at to start navigating the code where things could go wrong, entrypoints, misuse, etc. More... almost 12 years ago
Adding Actionscript, Android Specific Java, and iOS Specific ObjectiveC signatures for common misused, vulnerable, and privacy related functions. More... almost 12 years ago
Merge pull request #2 from samuelreed/master More... almost 12 years ago
Bugfix to make Graudit work on Macs. Currently, the code hardcodes the path /bin/grep in an early test of grep, but correctly uses $BINFILE elsewhere in the code. Under Mac, this is /usr/bin/grep, so on Macs graudit dies silent. This one line fix should address the issue. More... almost 12 years ago
Updated changelog More... about 12 years ago
Added ruby rules from @bcoles More... about 12 years ago
Added ruby rules from @bcoles More... about 12 years ago
Some basic ruby rules from @bcoles More... about 12 years ago
paving the road for the next release More... over 12 years ago
Rules to detect potential sqli in stored procedures (should probably use taint detection) More... over 12 years ago
More SQLi detection More... over 12 years ago
Quick set of database functionality rules More... over 12 years ago
RCE via XSLT detection rule More... almost 13 years ago
Ignoring more binary files by default More... almost 13 years ago
Added PHP callback functions, needs improvements More... about 13 years ago
quick and dirty RCE specific taint checker More... about 13 years ago
Signature updates More... about 13 years ago
Variable variables are bad mkay More... over 13 years ago
How did I forget assert More... over 13 years ago
todo More... over 13 years ago
Signature updates More... almost 14 years ago
Code coverage testing and PHP sql rules More... almost 14 years ago
xss signature test rules More... almost 14 years ago
More test cases for php exec signatures More... almost 14 years ago
Updated to match the new wget option for trusting filenames on redirect More... about 14 years ago