XORpass is an encoder to bypass WAF filters using XOR operations.
Installation & Usage
Example of bypass:Code:
git clone https://github.com/devploit/XORpass
cd XORpass
php encode.php STRING
php decode.php "XORed STRING"
Using clear PHP function:
Using XOR bypass of that function:
Code:
php encode.php system # return A
php encode.php ls # return B
payload == A(B)
Download XORpass