Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help to decode this code #119

Open
xoceunder opened this issue Dec 30, 2023 · 4 comments
Open

Help to decode this code #119

xoceunder opened this issue Dec 30, 2023 · 4 comments

Comments

@xoceunder
Copy link

xoceunder commented Dec 30, 2023

Help to decode this code

goto b90ea5151ac67729b14c9b1822dc162a; D3aa631f1fe7217217f3893fc45c3f43: $b7eaa095f27405cf78a432ce6504dae0 = $_SERVER["\x52\x45\115\117\x54\105\137\x41\104\x44\122"]; goto Cf1a44bb5bdae788fe6a2b66373affd0; b90ea5151ac67729b14c9b1822dc162a: set_time_limit(0); goto b34071cd8224bd806c9a2e686173303b; B4d0c2c01a529bb6b69bed40e0845fd7: Ac1a81228acfbd324b64ee30148afd1f: goto Bfd6964984b7d4b31ae435f1dd3dbf71; c31605b4c573994382021ca01630adec: cd5f291f17fc89d840f4f69783ef81c8: goto B7454738eb37658b7db7dc14ed9b2c5c;

@pk-fr

@KminekMatej
Copy link

Thats impossible without knowing context. Context is generated during obfuscation process and located in output directory/context folder (set of serialized files)

@gab12
Copy link

gab12 commented Jan 13, 2024

`<?php
// Set unlimited execution time
set_time_limit(0);

// Retrieve the value of the REMOTE_ADDR key from the $_SERVER array
$remoteAddr = $_SERVER["REMOTE_ADDR"];

// Check if the IP address is set
if (!empty($remoteAddr)) {

// ... (the rest of the code after the check)

}

// Continue with the rest of the code

// ...

`

@sedimentation-fault
Copy link

@gab12 I would say that this is pure hallucination on the part of the chatbot you used to produce this piece of onstensibly "unobfuscated" code. This is just some code that (maybe) bears some similarity in structure with the obfuscated one - but that's all. It's not the deobfuscated version of the code in question, because there are probably infinite many unobfuscated originals that could lead to that obfuscated example.

Don't take everything a chatbot throws to you as Pure Truth. A lot of times, it will just create an answer, that looks true - but is not.

@xoceunder
Copy link
Author

@gab12
How can I make this reversible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants