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

False Positives #1

Open
akberenz opened this issue Apr 9, 2018 · 3 comments
Open

False Positives #1

akberenz opened this issue Apr 9, 2018 · 3 comments

Comments

@akberenz
Copy link
Owner

akberenz commented Apr 9, 2018

Certain words can cause false positives on decoding.

Base64:

  • enchants
  • entrants
  • WishList

Decimal Sequence

  • add a fee
  • 4 dead 2
@ambjoorn94
Copy link
Contributor

ambjoorn94 commented Jun 7, 2018

Youtube link append

  • &feature=share -> share
  • &list=something&index=8 -> 8

@ambjoorn94
Copy link
Contributor

ambjoorn94 commented Jul 18, 2018

//
//
add me into your WHITE LIST if you love my GA :)
//
//

Grouped Lines result //a//
Might be unwanted, might want to leave it be, who knows what it might be used for.

Edit: this includes a lot of (if not all) special characters, including '?'

@akberenz
Copy link
Owner Author

Wow its been a while since I touched this..
Addressed false positives with youtube links and grouped lines (will ignore any groups with non-alphanumeric now). Thanks for the reports!

Still need to decide on a good way to handle base64/decimal false positives

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants