ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 11211

[CONTEST] Who Can De-Obfuscate This

by Flaw - 02-28-2016 - 12:56 AM
#11
(02-28-2016 - 02:38 AM)El!teHax0rPr0 Wrote:
Too Many Quotes (Click to View)

I suppose. Just felt like pointing it out. :)
Dude, you're a skid  :D
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\'' at line 1

[Image: dzn6AKe.png]
Reply
#12
This is my try :O

http://pastebin.com/k24FK5iK
Reply
#13
(03-01-2016 - 04:21 AM)BeatHimUp Wrote: This is my try :O

http://pastebin.com/k24FK5iK

RottenCode :)
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\'' at line 1

[Image: dzn6AKe.png]
Reply
#14
(03-01-2016 - 04:21 AM)BeatHimUp Wrote: This is my try :O

http://pastebin.com/k24FK5iK

That's not it, thats just the ROT encrypted code underneath. I previously linked tools to deobfuscate this and where he got this method from. Read the replies.
This account is currently banned
Ban reason: Learn from your mistakes.
Reply
#15
(03-01-2016 - 04:28 AM)El!teHax0rPr0 Wrote:
Too Many Quotes (Click to View)

That's not it, thats just the ROT encrypted code underneath. I previously linked tools to deobfuscate this and where he got this method from. Read the replies.

I see, didn't read the replies, my bad  :noh:
Reply
#16
Nobody got it, Here is the source for it.

PHP Code:
<?php
echo "DemonForums";

class 
myIterator implements Iterator {
 
   private $position 0;
 
   private $array = array(
 
       "firstelement",
 
       "secondelement",
 
       "lastelement",
 
   );  

    public 
function __construct() {
 
       $this->position 0;
 
   }

 
   function rewind() {
 
       
        $this
->position 0;
 
   }

 
   function current() {
 
       
        return $this
->array[$this->position];
 
   }

 
   function key() {
 
       
        return $this
->position;
 
   }

 
   function next() {
 
      
        
++$this->position;
 
   }

 
   function valid() {
 
       
        return 
isset($this->array[$this->position]);
 
   }
}

$it = new myIterator;

foreach(
$it as $key => $value) {
 
   
    echo 
"\n";
}
?>
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\'' at line 1

[Image: dzn6AKe.png]
Reply
#17
1+1
<?
php
echo 'demonforums.net';
?>
Reply
#18
(05-07-2016 - 10:51 PM)datadealer Wrote: 1+1
<?
php
echo 'demonforums.net';
?>

Incorrect.

Source has been released in the reply above yours
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\'' at line 1

[Image: dzn6AKe.png]
Reply
#19
good job with the obfuscating xD
Reply
#20
Good share. Thanks
Reply

Users browsing: 2 Guest(s)