Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hahwul/regexpassive

🔭 Collection of regexp pattern for security passive scanning
https://github.com/hahwul/regexpassive

bugbounty collection hacking passive-scan passive-vulnerability-scanner patterns regex regexp security

Last synced: 20 days ago
JSON representation

🔭 Collection of regexp pattern for security passive scanning

Awesome Lists containing this project

README

        






🔭 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](https://github.com/hahwul/RegexPassive/blob/main/CONTRIBUTING.md) and Pull-Request with cool your contents.

[![](/CONTRIBUTORS.svg)](https://github.com/hahwul/RegexPassive/graphs/contributors)

## Useful resources
### Build and Test
- https://regex101.com
- https://regexr.com

### Auto generating
- https://github.com/pemistahl/grex
- https://github.com/devongovett/regexgen