Skip to content

New Encoding Techniques

Compare
Choose a tag to compare
@dotcppfile dotcppfile released this 26 Jan 18:29
· 65 commits to master since this release

Update

So, many people were saying that Base64 is not enough so we added a simple XOR Encoding function that generates a random key for every new session and this key is then used to Encode your GET and POST data then Base64 encode it using btoa in JS and base64_encode in PHP.

Yet, functions like base64_encode and base64_decode in PHP were being detected or disabled by different protection systems, so screw em both Lol.
I decided to write Base64 encoding and decoding functions, and both of these functions were mostly based on Math, I tried my best not to use PHP functions that can be disabled at any point and I think I succeeded.

Other than that, we fixed few bugs and made the shell even better.

Future Updates

A substitute for PHP Eval is coming soon which will also make it possible for everyone using DAws to bypass the protection systems and execute the Built In Shells which should guarantee another way in the server.

And I guess that is all for now,
Thanks for supporting DAws,
dotcppfile.