Git Product home page Git Product logo

email-spoof-prevention-filter's Introduction

Long-term Plans/Goals

  • ๐ŸŒฑ Learn and Apply: Rust, Haskell, Golang, & Elixir.
  • ๐ŸŽ“ Complete my Master's degree program (thesis project ongoing).
  • ๐Ÿ‘ฏ Give back to the open-source community by contributing to a few projects.
  • ๐Ÿ’“ Create freeware projects bundled with love and joy.
  • ๐Ÿ•ต๏ธ Do more independent security research for fun, temporary highs, and lulz.

Languages

I have reasonable fluency in:

  • ยฉ๏ธ C/C++
  • #๏ธโƒฃ C#
  • ๐Ÿ˜ PHP
  • ๐Ÿต Java
  • ๐Ÿ’ฒ Shell
  • ๐ŸŒ JavaScript/TypeScript
  • ๐Ÿคทโ€โ™‚๏ธ Other non-languages like HTML, CSS, SQL, etc.

Stats

Some of these might be a little skewed based on how they're collected and generated.

My Stats My Languages

Miscellaneous

My career track:

  --> Tech support
  `-> Escalations engineer
  `-> Sysadmin (Linux & Windows)
  `-> Systems analyst (cybersecurity)
  `-> Framework developer
  `-> Full-stack engineer
  `---> Lead
  `-> Senior software engineer - BSP/Cybersecurity

Consumed by:

  • A never-ending pursuit of education and curiosity
  • Over-application of ancient software design patterns
  • Obsessing over valgrind reports
  • Applying ADHD braindrain superpowers to cycle between tasks

Whether personal knowledge, Stack Overflow, or some other admixture of persistence and luck, I will find the solution to a problem until it stops haunting me.

email-spoof-prevention-filter's People

Contributors

notsoanonimus avatar

Stargazers

 avatar  avatar

Watchers

 avatar

email-spoof-prevention-filter's Issues

Names beginning with 'L' or 'I' Break First Names

Using names with an "L" or an "I" as the first letter of the first name will result in the entire first name becoming completely optional. With middle names included in a regex, this can clearly become a vulnerability for false-positives with the generated regex.

Consider the following example:

~ $ ./ceo_filter_gen.sh "Lexi A. Smith"

From:\s*"?\s*(([IiLl1]{0,2}(\.|[Ee3]x[IiLl1]{0,2})?(\s+A\.?)?\s+[Ss5]m[IiLl1]{0,2}[Tt7]h)|([Ss5]m[IiLl1]{0,2}[Tt7]h,?\s+[IiLl1]{0,2}(\.|[Ee3]x[IiLl1]{0,2})?(\s+A\.?)?))\s*"?\s+<

Notice that the entire first-name token is optional: [IiLl1]{0,2}(.|[Ee3]x[IiLl1]{0,2})?

This is caused by the problematic for-loop I drafted haphazardly which contains a section that is supposed to add a quantifier to L/I characters with 2 or more in a row, but it started applying to single variations of those characters too. Admittedly, I left it with the "feature-not-a-bug" mentality.

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.