Commit Graph

5 Commits

Author SHA1 Message Date
nichogenius
9824951ad5 I was wrong... original code was correct.
I was wrong... original code was correct... there was no bug but the one in my head
2017-07-28 06:32:14 -06:00
nichogenius
4f529f0683 Found a bug in my base64 converter
Found a bug in my base64 converter

My base64 conversion script is supposed to find the maximum length string that is guaranteed to be present if the input plain text string is somewhere in the original plain text code, however there was an off by 1 error which made some patterns 1 character longer than they should have been.   Short patterns (ie 4 chars) were prone to false positives because they really were 3 character patterns which is too short to be useful.  Long patterns were likely missing results.

Should be fixed now.
2017-07-28 04:51:18 -06:00
nichogenius
20fa892b51 just adding some comments
just adding some comments
2017-07-27 22:59:11 -06:00
nichogenius
0e40b194e6 Uploaded an organized and commented version
This file just contains a list of internal php 7 functions (probably incomplete depending on extensions etc) and their 3 base64 fingerprints. It is designed to be used as either a pattern file to explore potential patterns that may be effective, or simply as a reference to translate between plain text php and the 3 different base64 versions.
2017-07-27 22:53:33 -06:00
nichogenius
0844963c21 Add files via upload
This is a file of base64 patterns that represent strings that would be present if any of the functions in php7 were encoded to base64.  I'll probably add structure later by grouping them with their plain text translation.

This file is useful to swap out with patterns_raw.txt to gain additional insights into other strings to search for in base64.
2017-07-27 02:38:55 -06:00