Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days ago
JSON representation
đ Collection of regexp pattern for security passive scanning
- Host: GitHub
- URL: https://github.com/hahwul/regexpassive
- Owner: hahwul
- Created: 2022-03-21T16:18:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T15:08:09.000Z (almost 2 years ago)
- Last Synced: 2024-12-12T06:46:12.810Z (about 2 months ago)
- Topics: bugbounty, collection, hacking, passive-scan, passive-vulnerability-scanner, patterns, regex, regexp, security
- Homepage:
- Size: 126 KB
- Stars: 115
- Watchers: 7
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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