/rs/ is a Regular Expression file search tool developed to help source code audits. It allows you to find all files which' names/paths or and/or content match a (number of) regular expression(s). You can execute commands on these based on sub-matches.https://github.com/SkyLined/rs/releases/tag/20180924 …
-
-
You can also use to: * search for risky function (/strcpy|system|.../) * Search for SQL statements (/SELECT|INSERT|.../) * allocs a multiplcation that calculates size (/alloc\([^\)]+\*/), etc... * open/rename all files that match a regular expression. * etc.
Show this thread -
When I start a new code review of a massive project, I've got a list of searches I use to identify code that is likely to be vulnerable to common security issues so I can look at that first. Every time I find a new variant, I update the list so I'll catch it faster next time.
Show this thread -
Here' the `--help` output for this tool:https://github.com/SkyLined/rs/blob/master/README.md …
Show this thread
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.