Code Monkey home page Code Monkey logo

regexpassive's Introduction


๐Ÿ”ญ 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

Auto generating

regexpassive's People

Contributors

github-actions[bot] avatar hahwul avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

regexpassive's Issues

docs -> libraries

Now, This project going to evolve into a library that can be used in multiple languages.

Fix base64 regex

The base64 regex shouldn't be like this one [A-Za-z0-9+\/]{15,}(={0,2}) ?

Because the one in the repo now (([A-Za-z0-9+\/]{15,}=+)) is saying that a = is mandatory.. like one or more equal sign, but I'm pretty sure there can be 0, 1 or 2.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.