![]() |
|
[Finally] Accomplished XOR Obfuscation. - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: [Finally] Accomplished XOR Obfuscation. (/Thread-Finally-Accomplished-XOR-Obfuscation) Pages:
1
2
|
RE: [Finally] Accomplished XOR Obfuscation. - Reiko - 09-21-2014 (09-21-2014, 04:46 PM)Aurora Wrote: Holy shit, did I just find the king of .NET? You have potential to be part of the chronical gang one day. I heard he roots booters and other cool things, things to be proud of. Impersonate harder please. RE: [Finally] Accomplished XOR Obfuscation. - no__197 - 09-21-2014 (09-21-2014, 05:42 PM)Reiko Wrote: Impersonate harder please. Is this directed to me as well? RE: [Finally] Accomplished XOR Obfuscation. - Reiko - 09-21-2014 (09-21-2014, 05:52 PM)no__197 Wrote: Is this directed to me as well? Yes. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 If this keeps up, I'll have to just start signing everything I post... -----BEGIN PGP SIGNATURE----- Version: Keybase OpenPGP v1.0.5 Comment: https://keybase.io/crypto wl4EABEKAAYFAlQfAz4ACgkQEzc897CULnkdFQEAiYk+mkBfQraWJB1+ROOKjruu iMlLzFvm1LmRfa4+V+IA/A4FT1zQ2EXoK+MhtVEAKTHz7ZMJZ8RcX4VTzYO4BpR3 =4Sgb -----END PGP SIGNATURE----- RE: [Finally] Accomplished XOR Obfuscation. - chronical - 09-21-2014 (09-21-2014, 04:46 PM)Aurora Wrote: Holy shit, did I just find the king of .NET? You have potential to be part of the chronical gang one day. I heard he roots booters and other cool things, things to be proud of.
RE: [Finally] Accomplished XOR Obfuscation. - Eclipse - 09-21-2014 (09-21-2014, 05:42 PM)Reiko Wrote: Impersonate harder please. *cough* * Eclipse goes and hides in the corner. In my defence, I hadn't even met you back when my username was the same.
RE: [Finally] Accomplished XOR Obfuscation. - Adorapuff - 09-27-2014 For those of you trying to get this working on a simpler level with echo, it won't work, since echo isn't a real function. You need to use something like printf for example: Spoiler:Code: <?php
$__=("|"^",").("|"^".").("`"^")").("."^"`").("|"^"(").("|"^":");
$__($_);
?>^Slightly broken intentionally. RE: [Finally] Accomplished XOR Obfuscation. - Ryle - 11-23-2014 (09-21-2014, 04:04 PM)Shebang Wrote: Defeats the main purpose of XOR obfuscation, doesn't it? RE: [Finally] Accomplished XOR Obfuscation. - Dyme - 11-23-2014 (11-23-2014, 02:13 AM)Ryle Wrote: Defeats the main purpose of XOR obfuscation, doesn't it? Well, what purpose do you think it serves? RE: [Finally] Accomplished XOR Obfuscation. - Eclipse - 11-23-2014 (11-23-2014, 02:13 AM)Ryle Wrote: Defeats the main purpose of XOR obfuscation, doesn't it? I can't think why, apart from the fact that it's not non-alphanumeric, but that's not too important anyway. RE: [Finally] Accomplished XOR Obfuscation. - Eclipse - 11-23-2014 (09-27-2014, 09:55 PM)Adorapuff Wrote: For those of you trying to get this working on a simpler level with echo, it won't work, since echo isn't a real function. You need to use something like printf for example: Why would you call a variable in line two? You've obfuscated the function printf, so you'd do the following to use the obfuscated function: Code: $_=("]"^"-").("-"^"_").(")"^"@").("@"^".").("]"^")").("&"^"@"); //"printf"
$_("Oni is a Nigger\n"); //"printf("Oni is a Nigger\n"); Of course the text can also be obfuscated but I cba.
$_($_); //Using the obfuscated function to print itself.Output: Code: Oni is a Nigger
printf |