RegexPassive icon indicating copy to clipboard operation
RegexPassive copied to clipboard

🔭 Collection of regexp pattern for security passive scanning


🔭 Collection of regexp pattern for security passive scanning

Categories

Name Description
âš ī¸ ErrorPatterns A regular expression that can detect errors such as applications.
â„šī¸ Informational A regular expression that can detect common information.
â›ŗī¸ Local Specialty A special regular expression for each country/region.
🔐 Secrets A regular expression that can detect important information.
đŸ’Ŗ UnsafeCodes A regular expression that can detect unsafe codes and vulnerabilities

Contributing

Made RegexPassive with â¤ī¸ if you want contribute this project, please see CONTRIBUTING.md and Pull-Request with cool your contents.

Useful resources

Build and Test

  • https://regex101.com
  • https://regexr.com

Auto generating

  • https://github.com/pemistahl/grex
  • https://github.com/devongovett/regexgen