Skip to content

tsug0d/PhpNoAlnum

Repository files navigation

PHP No-AlphaNumeric Obfuscate Tool!

Introduction

🎉 This is the tool that help you create php function in no-alnum style 🎉

How-to-use

🕵🏾 Very first command:

git clone https://github.com/tsug0d/PhpNoAlnum.git

😎 Go to its directory:

cd PhpNoAlnum

🤘 Then:

python php_noalnum.py --file <input_file_path> --out <output_file_path>

🤖 Example:

python php_noalnum.py --file test4_system.php --out test4_output.php

Rules-to-follow

  • Input file content MUST follow Correct Syntax php code (read some test case example in this directory)
  • This tool only works with php function
function_name();
function_name(function_value1,function_value2,....);
function_name('aaaa');
  • No PHP Comment (#, /* */, //) in code

About

The tool that help convert php function to php noAlnum-function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published