Skip to content

v1ll41n/Und3rCov3r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Und3rCov3r

php Non-AlphaNumeric Encoder

how it works?

1-converting the ascii chars into decimal numbers and then into octal numbers

2-converting the octal numbers into non-alphanumeric chars

3-the same logic is reversed for the decoding process

Tips

it's recommended to pack the file with base64 before encoding with non-alphanumeric

features :

-Obfuscate php backdoors on the fly

-Bypass static php code analysis tools

-Bypass php security filters / backdoor detection tools

for who?

-penetartion testers

-web developers

-anyone interested in information security

Disclaimer

-this tool is made for educational purpose

-iam NOT responsible for illegal usage of this tool.

About

php Non-AlphaNumeric Encoder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages