Menú

Mostrar Mensajes

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ú

Mensajes - Jety

#31
Hacking / Re: backtrack 5 manual?
23 Noviembre 2013, 18:57 PM
Yo prefiero los vídeos, en youtube hay un canal que tiene un curso de backtrack muy completo. No lo pongo aquí para no hacer spam, pero lo podes buscar. Son preferibles los vídeos para algunas cosas, porque se te facilita mas.
¡Saludos!  :D
#32
Dudas Generales / Re: programas ya abiertos.
23 Noviembre 2013, 18:27 PM
Puedes revisar los programas que se inician al encender tu PC. Lo puedes hacer de la siguiente manera:
1. Abres la ventana ejecutar
2. Escribes msconfig y les das aceptar
3. Luego te vas donde dice inicio
Saludos!!
#33
jajajaja...!! lol
#35
Gracias!! Ya empiezo a descargar.  :D
#36
Yo lo he hecho varias veces con BackTrack 5 r3 y la herramienta ettercap
#37
No No gracias ya pude resolverlo  :D
#38
.NET (C#, VB.NET, ASP) / Codigo de una calculadora
1 Septiembre 2013, 22:18 PM
Hola amigos, vieras que soy un poco nuevo en esto de la programación y hoy estuve haciendo este código en visual studio y a la hora de compilarlo no podía, quisiera que me ayudaran a corregirlo:

Código (vbnet) [Seleccionar]
Public Class Form1
   Dim OP As String
   Dim a, b, resultado As Double
   Dim c As Double

   Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

   End Sub

   Private Sub Button11_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button11.Click
       If c = True Then
           Text1.Text = ""
       End If
       Text1.Text = Text1.Text + "2"
       c = False
   End Sub

   Private Sub Button9_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button9.Click
       If c = True Then
           Text1.Text = ""
       End If
       Text1.Text = Text1.Text + "3"
       c = False
   End Sub

   Private Sub Button8_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button8.Click
       If c = True Then
           Text1.Text = ""
       End If
       Text1.Text = Text1.Text + "4"
       c = False
   End Sub

   Private Sub Button7_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button7.Click
       If c = True Then
           Text1.Text = ""
       End If
       Text1.Text = Text1.Text + "5"
       c = False
   End Sub

   Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button6.Click
       If c = True Then
           Text1.Text = ""
       End If
       Text1.Text = Text1.Text + "6"
       c = False
   End Sub

   Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
       If c = True Then
           Text1.Text = ""
       End If
       Text1.Text = Text1.Text + "7"
       c = False
   End Sub

   Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
       If c = True Then
           Text1.Text = ""
       End If
       Text1.Text = Text1.Text + "8"
       c = False
   End Sub

   Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
       If c = True Then
           Text1.Text = ""
       End If
       Text1.Text = Text1.Text + "9"
       c = False
   End Sub

   Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
       If c = True Then
           Text1.Text = ""
       End If
       Text1.Text = Text1.Text + "0"
       c = False
   End Sub

   Private Sub Button17_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button17.Click
       Text1.Text = Text1.Text + "."
   End Sub

   Private Sub Button12_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button12.Click
       a = Text1.Text
       Text1.Text = ""
       OP = "SUMA"

   End Sub

   Private Sub Button15_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button15.Click
       a = Text1.Text
       Text1.Text = ""
       OP = "RESTA"
   End Sub

   Private Sub Button14_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button14.Click
       a = Text1.Text
       Text1.Text = ""
       OP = "MULTIPLICACION"
   End Sub

   Private Sub Button13_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button13.Click
       a = Text1.Text
       Text1.Text = ""
       OP = "DIVISION"
   End Sub

   Private Sub Button16_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button16.Click
       b = Val(Text1.Text)
       Select Case OP
           Case "SUMA"
               resultado = a + b
               Text1.Text = resultado
           Case "RESTA"
               resultado = a - b
               Text1.Text = resultado
           Case "DIVISION"
               resultado = a / b
               Text1.Text = resultado
           Case "MULTIPLICACION"
               resultado = a * b
               Text1.Text = resultado
       End Select
   End Sub
End Class


#39
Hacking / Re: duda con ddos
30 Agosto 2013, 04:16 AM
Mira quizá haciéndote un ataque con la herramienta ping a tu IP, que lo podes hacer como algo así ping -t -l 65500 -n 999999 TU IP ese tipo de ataque es un poco malo, pero si podría ser poderosa la herramienta ping.
Hablando de consecuencias solamente que se lentee tu sistema, pero solo mientras mantienes el ataque, ya consecuencias a largo plazo no lo hay.
Saludos!!
#40
Hacking / Re: [Hacking] Router que usa linux.
15 Julio 2013, 03:38 AM
No se busca algún fichero de interés, pero no intentes cagarte en el router, a no ser que seas un lammer.
Saludos!!!