leeoniya / leeoniya/dump_r.php
str hash detection (md5, sha1/2)
Open
Nobody has claimed this yet.
todo
- Dominant language
- PHP
- Stars
- 121
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
if (preg_match('/^[0-9a-f]{32}(?:[0-9a-f]{8})?(?:[0-9a-f]{24})?$/', $input))
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the repository for the shown preg_match expression and inspect the surrounding string-detection logic. Confirm which MD5 and SHA-1/2 formats should be recognized and how detection is tested; the issue does not specify the expected behavior or mention a test file, so clarify the acceptance criteria before changing it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100