Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lots of regex passive scripts #343

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Commits on May 19, 2023

  1. Lots of regex passive scripts

    Signed-off-by: kurobeats <[email protected]>
    kurobeats committed May 19, 2023
    Configuration menu
    Copy the full SHA
    a1da488 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. AWSRelatedDiscovery re-added after fixes made to regex

    Signed-off-by: kurobeats <[email protected]>
    kurobeats committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    f3ffd85 View commit details
    Browse the repository at this point in the history
  2. Improved the credit card regex and made mastercard and visa their own…

    … regex
    
    Signed-off-by: kurobeats <[email protected]>
    kurobeats committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    2464b8b View commit details
    Browse the repository at this point in the history
  3. Improved the base64 string regex. Previously, the regex excluded any …

    …strings shorter than 15 characters
    
    Signed-off-by: kurobeats <[email protected]>
    kurobeats committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    842fba5 View commit details
    Browse the repository at this point in the history
  4. Added two passive scripts to discover ascii hex encoded strings and U…

    …RL encoded strings.
    
    Signed-off-by: kurobeats <[email protected]>
    kurobeats committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    6b849dc View commit details
    Browse the repository at this point in the history