Hay un subforo específico para .NET, dale un vistazo al namespace System.Net.Sockets. Estoy seguro que en el foro encontraras ejemplos.
Suerte
Suerte
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ú$ make
# make install
#include <stdio.h>
#define ROJO "\x1b[31m"
#define REST "\x1b[0m"
int main (int argc, char const *argv[]) {
printf(ROJO "ROJO" REST "\n");
return 0;
}
Reset = "\x1b[0m"
Bright = "\x1b[1m"
Dim = "\x1b[2m"
Underscore = "\x1b[4m"
Blink = "\x1b[5m"
Reverse = "\x1b[7m"
Hidden = "\x1b[8m"
FgBlack = "\x1b[30m"
FgRed = "\x1b[31m"
FgGreen = "\x1b[32m"
FgYellow = "\x1b[33m"
FgBlue = "\x1b[34m"
FgMagenta = "\x1b[35m"
FgCyan = "\x1b[36m"
FgWhite = "\x1b[37m"
BgBlack = "\x1b[40m"
BgRed = "\x1b[41m"
BgGreen = "\x1b[42m"
BgYellow = "\x1b[43m"
BgBlue = "\x1b[44m"
BgMagenta = "\x1b[45m"
BgCyan = "\x1b[46m"
BgWhite = "\x1b[47m"
Cita de: francoyo1998 en 3 Julio 2014, 20:57 PM
al usar ese comando con mi host me da la IP publica de mi PC... pero de todas formas si lo especifico como host, no encuentra el servidor
quizas configure mal el host en no-ip, si alguien fuera tan amable de explicarme por si acaso como se crearia un host bien preparador para una SSH
y por si acaso les digo que en "SSH Client" uso la siguiente sintaxis: "user@mihost.servegame.com:25565"
Cita de: http://answers.microsoft.com/en-us/windows/forum/windows_7-performance/pc-doesnt-shut-down-wwindows7/02f1744f-82a6-445c-a1d1-ff279c4b18a4Going through the Asus P5B-E Forum I found the fix for this issue and it's so easy a ....well, you know!
Go into the windows control panel and the device manager to the tab for IEEE-1394 Bus Host Controllers and click the tab to expand it then right click for properties and under power managment click "Allow the computer to turn off this device...." and all is back the way it should be!
Cita de: jmpsd en 30 Junio 2014, 02:08 AM
Y por otro lado... al usar metasploit y/o nessus esta saliendo por TOR?
Aguardo ayuda.
Gracias.
$ socat TCP4-LISTEN:4242,fork SOCKS4A:localhost:elhacker.net:80,socksport=9050
$ telnet 127.0.0.1 4242
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
GET /index.htm HTTP/1.1
HTTP/1.1 400 Bad Request
Date: Wed, 02 Jul 2014 23:40:22 GMT
Server: Apache
Content-Length: 293
Connection: close
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.<br />
</p>
<hr>
<address>Apache Server at foro.elhacker.net Port 80</address>
</body></html>
Connection closed by foreign host.