elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Curso de javascript por TickTack


  Mostrar Mensajes
Páginas: [1] 2 3 4
1  Seguridad Informática / Seguridad / Re: 0xword en: 21 Mayo 2017, 09:39 am
Para mi es muy básico pero esta muy bien explicado sobre todo para alguien sin conocimientos en sql inyection, si tienes conociminetos no te servirá.

2  Seguridad Informática / Seguridad / Re: 0xword en: 20 Mayo 2017, 20:43 pm
¿Pides este que tengo en mi casa?



MOD: Imagen adaptada a lo permitido.
3  Seguridad Informática / Seguridad / Re: Ingenieria de Sistemas en: 19 Mayo 2017, 15:22 pm
Hola

Existen algunos masters que creo podrian ser buenos, ahora el precio es prohibitivo.

http://www.imf-formacion.com/programas/masters-ciberseguridad?o=4325&sp=1&utm_source=Google_Adwords&pkw=Master%20Seguridad%20Informatica&utm_medium=cpc&utm_campaign=14498-ADWORDS-CIBERSEGURIDAD&gclid=CJ6u866G_NMCFe4Q0wodK4wJhA



4  Seguridad Informática / Seguridad / Re: 0xword en: 19 Mayo 2017, 15:20 pm
podriais poner un enlace permanente :(
5  Programación / PHP / Re: Ejercicio Inyección SQL en: 7 Mayo 2017, 21:27 pm
Hola

No lo he probado pero partiendo de la sentencia que tienes debes conseguir asignar a la variable user un valor que devuelva un true

SELECT userId, password
FROM users
WHERE username = "' . $user . '"'


Si en la variable user asignas algo así:

' or '1' = '1' --


el resultado de la sentencia seria como sigue:

SELECT userId, password
FROM users
WHERE username = ' ' or '1' = '1' -- '"'


lo que significa que te devuelva usuario y password cuyo nombre este vacio o 1=1

lo que significa que si una de las dos expresiones es válida devolverá registros


username = ' ' <-- No sabemos si es cierto
'1' = '1'          <--Pero esto siempre se cumple
6  Foros Generales / Foro Libre / Re: ¿Certificaciones o carrera universitaria? en: 22 Abril 2017, 11:38 am
Actualmente estoy trabajando en una gran empresa que tiene su propio departamento informático, en su día hice el CFGS DAI, estuve por dos veces y en distintos años intentando acabar la carrera cosa que no conseguí, ya que tener que pagarme un alquier, coche, gastos etc...más los precios de la carrera online lo hacen bastante difícil, nunca he tenido problemas en encontrar trabajo más ahora que llevo más de 10 años como programador, pero si que me he tenido que escuchar en varias entrevistas que no era el perfil por no tener la carrera o incluso como en mi currículum tengo escrito que domino varios lenguajes de programación, que porque no tengo certificaciones.

Mi consejo, intenta hacer la carrera y a la vez sacarte certificiaciones, como las CISCO o alguna de seguridad ya que para tu perfil es lo que veo.
Seguramente en el foro habrá más gente que te pueda dar su opinión.

PD: En la anterior empresa preferían universitarios con la carrera recien acabada para pagarles una *****, antes que un tio sin carrera pero con mucha experiencia con el perfil necesario porque pedia demasiado sueldo.
7  Seguridad Informática / Hacking / Re: Phising + Ettercap + SET en: 22 Febrero 2017, 22:27 pm
Bueno

Parece que avanzo pero me falta algo.

Como se ve en la imagen al ingresar directamente por la ip de mi máquina kali, accede a la página clonada de twitter, pero cuando lo intento desde la url de twitter no funciona.




Será que el dns_spoof no está funcionando correctamente , supongo que faltará tocar alguna config, he intentado modificar el ficherito agregando la url entera pero nada.





Venga que el día que lo consiga posteare el proceso completo.
8  Seguridad Informática / Hacking / Phising + Ettercap + SET en: 21 Febrero 2017, 22:32 pm
Hola

Estoy intentando hacer un práctica para un curso que estoy realizando, se me pide recuperar el password de un usuario de twitter mediante phising, utilizando dns_spoofin con ettercap y las herramientas SET, tal cuál mostraré a continuación.

Mi problema es que aunque parece que todo funciona correctamente no recupero el usuario y password del usuario de twitter.

A continuación os muestro la práctica:


Las ips de las dos máquinas.






Aqui podemos ver la cache de la tabla arp de windows





En la siguiente vemos que existe connectividad entre las máquinas





He abierto ettercap en modo grafico, he escaneado los host, los muestro y añado
a target 1 la ip de salida y en el target 2 la ip de windows.





He comprobado que el envenenamiento de cache ha tenido exito y le hago un dns_spoof





Comprobamos en la máquina de windows 7 que la cache arp ha sido modificado y ahora apunta a la mac de Linux.






Hemos finalizado el trabajo con ettercap, lo dejamos esnifando mientras vamos a trabajar con SET.
Lo primero que he hecho es copiar la página web de twitter a una carpeta de mi escritorio.





Arrancamos SET (Social Engineer tool)






Aquí no tengo capturas simplemente he copiado la consola de linux:



     Join us on irc.freenode.net in channel #setoolkit

   The Social-Engineer Toolkit is a product of TrustedSec.

           Visit: https://www.trustedsec.com

   It's easy to update using the PenTesters Framework! (PTF)
Visit https://github.com/trustedsec/ptf to update all your tools!


 Select from the menu:

   1) Social-Engineering Attacks
   2) Penetration Testing (Fast-Track)
   3) Third Party Modules
   4) Update the Social-Engineer Toolkit
   5) Update SET configuration
   6) Help, Credits, and About

  99) Exit the Social-Engineer Toolkit

set> 1


                 .--.  .--. .-----.
                : .--': .--'`-. .-'
                `. `. : `;    : :
                 _`, :: :__   : :
                `.__.'`.__.'  :_;   

[---]        The Social-Engineer Toolkit (SET)         [---]
[---]        Created by: David Kennedy (ReL1K)         [---]
                       Version: 7.5
                     Codename: 'Ghost'
[---]        Follow us on Twitter: @TrustedSec         [---]
[---]        Follow me on Twitter: @HackingDave        [---]
[---]       Homepage: https://www.trustedsec.com       [---]

        Welcome to the Social-Engineer Toolkit (SET).
         The one stop shop for all of your SE needs.

     Join us on irc.freenode.net in channel #setoolkit

   The Social-Engineer Toolkit is a product of TrustedSec.

           Visit: https://www.trustedsec.com

   It's easy to update using the PenTesters Framework! (PTF)
Visit https://github.com/trustedsec/ptf to update all your tools!


 Select from the menu:

   1) Spear-Phishing Attack Vectors
   2) Website Attack Vectors
   3) Infectious Media Generator
   4) Create a Payload and Listener
   5) Mass Mailer Attack
   6) Arduino-Based Attack Vector
   7) Wireless Access Point Attack Vector
   8) QRCode Generator Attack Vector
   9) Powershell Attack Vectors
  10) SMS Spoofing Attack Vector
  11) Third Party Modules

  99) Return back to the main menu.

set> 2

The Web Attack module is a unique way of utilizing multiple web-based attacks in order to compromise the intended victim.

The Java Applet Attack method will spoof a Java Certificate and deliver a metasploit based payload. Uses a customized java applet created by Thomas Werth to deliver the payload.

The Metasploit Browser Exploit method will utilize select Metasploit browser exploits through an iframe and deliver a Metasploit payload.

The Credential Harvester method will utilize web cloning of a web- site that has a username and password field and harvest all the information posted to the website.

The TabNabbing method will wait for a user to move to a different tab, then refresh the page to something different.

The Web-Jacking Attack method was introduced by white_sheep, emgent. This method utilizes iframe replacements to make the highlighted URL link to appear legitimate however when clicked a window pops up then is replaced with the malicious link. You can edit the link replacement settings in the set_config if its too slow/fast.

The Multi-Attack method will add a combination of attacks through the web attack menu. For example you can utilize the Java Applet, Metasploit Browser, Credential Harvester/Tabnabbing all at once to see which is successful.

The HTA Attack method will allow you to clone a site and perform powershell injection through HTA files which can be used for Windows-based powershell exploitation through the browser.

   1) Java Applet Attack Method
   2) Metasploit Browser Exploit Method
   3) Credential Harvester Attack Method
   4) Tabnabbing Attack Method
   5) Web Jacking Attack Method
   6) Multi-Attack Web Method
   7) Full Screen Attack Method
   8) HTA Attack Method

  99) Return to Main Menu

set:webattack>3

 The first method will allow SET to import a list of pre-defined web
 applications that it can utilize within the attack.

 The second method will completely clone a website of your choosing
 and allow you to utilize the attack vectors within the completely
 same web application you were attempting to clone.

 The third method allows you to import your own website, note that you
 should only have an index.html when using the import website
 functionality.
   
   1) Web Templates
   2) Site Cloner
   3) Custom Import

  99) Return to Webattack Menu

set:webattack>3
[-] Credential harvester will allow you to utilize the clone capabilities within SET
[-] to harvest credentials or parameters from a website as well as place them into a report
[-] This option is used for what IP the server will POST to.
[-] If you're using an external IP, use your external IP for this
set:webattack> IP address for the POST back in Harvester/Tabnabbing:192.168.1.38
[!] Example: /home/website/ (make sure you end with /)
[!] Also note that there MUST be an index.html in the folder you point to.
set:webattack> Path to the website to be cloned:/root/Escritorio/Twitter/     
  • Index.html found. Do you want to copy the entire folder or just index.html?

1. Copy just the index.html
2. Copy the entire folder

Enter choice [1/2]: 2
[-] Example: http://www.blah.com
set:webattack> URL of the website you imported:https://twitter.com

The best way to use this attack is if username and password form
fields are available. Regardless, this captures all POSTs on a website.
  • The Social-Engineer Toolkit Credential Harvester Attack
  • Credential Harvester is running on port 80




Como vereis se queda escuchando a la espera.

Me he logado a twitter en windows pero linux parece no recuperar nada, he leido manuales , visto videos y no se en que estoy fallando.






Durante la formación que me están dando hicieron esto mismo para recuperar el password de un usuario de facebook e hicieron los pasos explicados arriba (La parte ettercap y el dns_spoof no se explico, se supone que ya sabiamos envenenar caches de otro tema) y funcionaba, el siguiente paso vi que habia gente que explicaba que se tenia que hacer.
Lo que he hecho es modificar el fichero etter.dns añadiendo mi ip para la url de twitter, he vuelto ha empezar desde el inicio pero se queda igual a la espera.







Cualquier ayuda sería bienvenida, ya que ahora mismo estoy sin ideas.
Puede ser por el puerto de escucha?y el fichero etter.dns?
9  Foros Generales / Foro Libre / Re: Vuestro juego de la infancia es... en: 5 Octubre 2011, 21:57 pm






10  Foros Generales / Foro Libre / Re: Cuántas veces haceís ejercicio a la semana ?' en: 5 Octubre 2011, 21:54 pm
Yo entreno 6 dias a la semana , entre las que incluyo ejercicios de musculacion y aerobicos.(correr y bici, esto al aire libre)

Te puedo confirmar que si entrenas duro ganaras musculo y perderas grasa, lo que no significa que pierdas peso, ya que como dice tu monitor el musculo pesa mas que la grasa.
Páginas: [1] 2 3 4
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines