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

 

 


Tema destacado: Guía actualizada para evitar que un ransomware ataque tu empresa


  Mostrar Mensajes
Páginas: [1]
1  Seguridad Informática / Nivel Web / Re: Recopilación de herramientas para hacking web en: 2 Mayo 2010, 21:56 pm
habia un script para blind sql que lo hizo codebreak pero ya no recuerdo donde estaba
te refieres a este ?
Código:
  ______ _ _      ____ ___      
  | ___ \ (_)     | | \/ |     
  | |_/ / |_ _ __  __| | . . | __ _ _ __
  | ___ \ | | '_ \ / _` | |\/| |/ _` | '_ \
  | |_/ / | | | | | (_| | | | | (_| | |_) |
  \____/|_|_|_| |_|\__,_\_| |_/\__,_| .__/
                   | | 
                   |_| Rev.4

 ~ [ www.codebreak.tk - codebreak1984 @gmail.com] ~
 
  Blind SQL Mapper - For advanced SQL Injection

Works with all mysql versions. Just desing a valid query.


Coded by: Codebreak (a.k.a Codebreak1984)
Contact: codebreak1984 @gmail.com

-----------------------------------------------------------------------------
Usage: sql.exe -type host path injection check
type:
 -column   Will try to find valid columns using a wordlist.
 -brute    Will try to bruteforce your query.
 -table    Will bruteforce your query with a wordlist.
host:    target server (ip or hostname)
path:    vulnerable path, including script and variable
injection:  a valid mysql query.
 -[+]     the incremental MID variable, in case of a true query.
 -[char]    the incremental char numbers to compare the column data.
 -[word]    You can test words from a wordlist. Nice to find tables.
check:    A string shown in a valid query

Examples:

 sql.exe -brute "www.injectme.com" "/guestbook/recorded/show.php?id=1" "+AND+ASCII(MID(column,[+],1))=[char]" "admin data"

 sql.exe -column "www.injectme.com" "/news/news.php?id=1" "Ps3 released!" "wordlist.txt"

 sql.exe -table "www.injectme.com" "/news/news.php?id=-1+UNION+SELECT+1,2,3,4,5+FROM+[word]" "Ps3 released!" "wordlist.txt"

-----------------------------------------------------------------------------
mas información posteado por OzX : http://foro.el-hacker.com/f34/blindmap-advanced-sql-injection-codebreak-68871/


DAVTest: Quickly Test & Exploit WebDAV Servers
Citar
DAVTest tests WebDAV enabled servers by uploading test executable files, and then (optionally) uploading files which allow for command execution or other actions directly on the target. It is meant for penetration testers to quickly and easily determine if enabled DAV services are exploitable.

DAVTest supports:

    * Automatically send exploit files
    * Automatic randomization of directory to help hide files
    * Send text files and try MOVE to executable name
    * Basic and Digest authorization
    * Automatic clean-up of uploaded files
    * Send an arbitrary file


Download : http://code.google.com/p/davtest/
http://code.google.com/p/davtest/downloads/list
Descarga directa : http://code.google.com/p/davtest/downloads/list
Mas información : 
http://www.darknet.org.uk/2010/04/davtest-webdav-vulerability-scanning-scanner-tool/ o la pagina principal.
2  Foros Generales / Sugerencias y dudas sobre el Foro / Re: Un pequeña duda con el forum en: 30 Abril 2010, 19:08 pm
Citar
talves el foro envió el contenido en gz y hay algún fallo que hace que no se envíe en el header de la respuesta que dice que el contenido es de tipo gz y entonces al no ser gz pero estar escrito en gz se muestra así, código basura.
tenes razon whk , ami tambien me sucedio lo mismo, pero eso pasa al momento instantaneo y no vuelve a pasar.
3  Seguridad Informática / Bugs y Exploits / Re: Archivo : stack overflows by cyrux en: 30 Abril 2010, 19:01 pm
eres un padre soez! , te lo agradezco mucho .. jojojojo ! :P
---------------------------------
edit :

ummmmmmmmmmmm... oie ese paper tengo y es de rojodos ¬¬ !  :D
Citar
*****************************************
* EXPLOITS Y STACK OVERFLOWS EN WINDOWS *
* Rojodos rojodos2[at]yahoo[dot]es      *
*****************************************

pero igual soez gracias por aclar mi duda :D,
4  Seguridad Informática / Bugs y Exploits / Archivo : stack overflows by cyrux en: 30 Abril 2010, 00:38 am
Hola Rojodos.

tenes todavia el archivo guardado del link que posteastes ? porque el servidor de la web está offline . si lo tenes me las puedes pasarme ?, te lo agradezco mucho y disculpa por la molestia.
disculpen por la molestia , esque me gustaría verla el texto.
5  Seguridad Informática / Nivel Web / Re: Recopilación de herramientas para hacking web en: 15 Abril 2010, 16:56 pm
Bueno aver si aporto algunos...




WebRaider es una herramienta para buscar y explotar vulnerabilidades de forma automatizada en aplicaciones web,  que se centra en la explotación de las aplicaciones web.
La idea es simple, obtener una shell inversa o  de una inyección de SQL y una petición sin necesidad de utilizar un canal extra como TFTP, FTP para subir la carga inicial.

Las características de esta herramienta son las siguientes:

Código:
    * Realiza solo una solicitud, por lo tanto es mas rápido
    * No es necesario ninguna herramienta, se puede simplemente utilizar el
       navegador o un sencillo proxy MITM
    * Solo tienes que copiar y pegar el payload
    * Es posible diseñar un ataque CSRF para que nos devuelva una shell inversa
    * El payload no ocupa mas de 3500 caracteres
    * No son necesarias aplicaciones del sistema como FTP, TFTP o Debug.exe
    * Fácil de automatizar

Esta herramienta solo está diseñada para la plataforma winxxx , solo falta coger el codigo fuente para hacerle correr en plataformas UNIX , en poco tiempo..

Download:
http://code.google.com/p/webraider/downloads/list
fuente

Web App Testing Tools

Aqui hay otras herramientas de interés, sobre aunditoría web.

    * Burp Suite
    * Fiddler2
    * Watcher
    * Ratproxy
    * Grendel Scan
    * W3AF
    * Skipfish
    * Exploit-me
    * Wikto
    * Tamper data
    * Wmap
    * Nikto
    * Samurai WTF
Estas herramientas son muy buenas
esta recopilacion fue dada gracias a mis amigos de SANS,

Gracias a la Universidad de Cádiz

Estas herramientas están enfocadas al uso de Firefox en los test de intrusión y el nuevo OWASP .
Todas ellas (menos SWF Catcher) bajo el nuestro recopilatorio en la web de Mozilla.

   1. LiveHTTPHeaders
   2. SQL-Me
   3. XSS-Me
   4. iMacros
   5. Add'n'Edit Cookies
   6. Unlinker
   7. RefControl
   8. User-Agent Switcher
   9. HackBar
  10. Exif Viewer
  11. CookieSwap
  12. Cookie Security Inspector
  13. Foxy Proxy
  14. Tamper Data
  15. SWF Catcher
  16. Cert Viewer Plus
  17. Fireshot
  18. CaptureFox

sqlninja 0.2.1-r1 – SQL Injection Tool for MS-SQL Released for Download

y que por su puesto este herramienta que me agrada sqlninja Herramienta de Inyección de SQL para MS-SQL  , que está publicado y de descarga.Sqlninja es una herramienta dirigida a explotar las vulnerabilidades de inyección SQL en una aplicación web que utiliza Microsoft SQL Server como back-end. Its main goal is to provide a remote shell on the vulnerable DB server, even in a very hostile environment. Su objetivo principal es proporcionar un shell remoto en el servidor de BD vulnerables, incluso en un ambiente muy hostil. It should be used by penetration testers to help and automate the process of taking over a DB Server when a SQL Injection vulnerability has been discovered. Debe ser utilizado por los probadores para ayudar a la penetración y automatizar el proceso de hacerse cargo de un servidor de DB cuando una vulnerabilidad de inyección SQL ha sido descubierto.
Está escrito en perl y hasta ahora ha sido probado con éxito en:

    * Linux
    * FreeBSD
    * Mac OS X

Pagina principal : http://sqlninja.sourceforge.net/
Descarga : http://sourceforge.net/projects/sqlninja/files/

temas de referencia : securitybydefault.com & darknet.org.uk
6  Seguridad Informática / Nivel Web / Re: Recopilación de herramientas para hacking web en: 14 Abril 2010, 19:00 pm

esta wena la lista..
x5s - automated XSS security testing assistant
xss.codeplex.com
7  Programación / Ingeniería Inversa / Re: Jugando con XSS por Juan José en: 6 Abril 2010, 02:20 am


ese texto es super bueno .  ya lo habia cogido del Grupo CLS.
 ;D
8  Seguridad Informática / Hacking / Re: Vídeos sobre seguridad/inseguridad y hacking en: 18 Enero 2010, 16:33 pm
Citar
me di el lujo de ir navegando y recopilando videos . los videos se tratan de diferentes tema  les caerá bien . disfrútenlo..

Irongeek tiene muchos tutoriales en vídeo muchos, pero este es uno que realmente debe ver, incluso si usted nunca va a usar.
http://www.irongeek.com/i.php?page=videos/wireshark-sniffer-1
Cain Download:
http://www.oxid.it/cain.html
Hackforums: Hackforums.net
:::Commands Used:::
to find the default gateway: ipconfig /all

:::Description:::

This tutorial is how to...

- Install Cain
- Set up Cain for Vista
- Set up devices for Packet Sniffing
- How to be awesome


Reverse Engineering Basics Video Tutorial


1. Using a Hex Editor to Find Passwords in Program Binaries

http://securitytube.net/Reverse-Engineering-101-(-Using-a-Hex-Editor-to-Find-Passwords-)-video.aspx

2. Using IDA to beat password based protection in binaries:

http://securitytube.net/Reverse-Engineering-101-(-Using-IDA-to-break-password-protections-)-video.aspx


This video tutorial shows how to phish rapidshare accounts very briefly.
Just download it by following this link:

http://rapidshare.com/files/239859697/How_to_do_rapidshare_phishing_for_extreme_beginners.flv

Ngrep or Network Grep is a utility which can be used to find patterns and search at the network layer live using pcap filters, regular and hexadecimal expressions. Ngrep can currently decode and search for patterns in protocols such as IP, TCP, UDP, IGMP, ICMP, PPP etc. In the most typical use case, Ngrep can help debug protocol implementations, process pcap files, observe binary protocols or even act as a basic sniffing tool. Please visit the Ngrep Usage Page for more details.

Not mine, but useful ;)
http://securitytube.net/Network-Grep-%28Ngrep%29-Basics-video.aspx

Hi this is 2 video tut how to use php based CFM Exploit
http://rapidshare.com/files/232776805/CFM.ZH.rar

pass:zone-hacker
http://rapidshare.com/files/232826759/get3table.rar.html

Cloning SIM cards and Hacking Payphones
Hardware Hacking demo on how to clone SIM cards and hack payphones to do interesting things.

http://securitytube.net/Cloning-SIM-Cards-and-Hacking-Payphones-video.aspx

[How To] Get The Remote Desktop [WebHacking Technique Video]

This video show you how to take over the windows based webserver and getting the remote desktop access.

Download:
http://rapidshare.com/files/200503711/The_Remote_Desktop.ra

153 Huge Collections Of The Best HackTutorial Videos (2009)

Study by your self is the best teacher, but you need some suggestions, here is what you need to know all about it.

All tutorial tittle in subject link

Files : 153
Size all : 3.63 GB
Type : All Videos HQ Format
Scanner : KIS 2010, NOD32 v4, McAfee Total Protection 2010, AVG v9 ... No Virus/Spyware or other danger threat found



Download :

http://rapidshare.com/files/294347873/netbios_4_newbies.avi
http://rapidshare.com/files/294347686/Trojaner_via_Domain_Trojaner_via_Domain_verteilen.divx
http://rapidshare.com/files/294347635/Umgang_mit_BrutusAET2.divx
http://rapidshare.com/files/294347824/elitekeylogger_1.0_tutorial.zip
http://rapidshare.com/files/294347696/iplogger.avi
http://rapidshare.com/files/294347697/cia_1.3_in_aktion.rar
http://rapidshare.com/files/294347806/spawn_a_shell_via_phpmyadmin_by_darkhammer.zip
http://rapidshare.com/files/294347720/netbios_4_newbies.divx
http://rapidshare.com/files/294347731/optix_allgemein.rar
http://rapidshare.com/files/294347793/jambaratte_erklaert_die_welt.divx
http://rapidshare.com/files/294347737/Optix_IP-Benachrichtigung.divx
http://rapidshare.com/files/294347750/pw_stealing_by_joaquin.zip
http://rapidshare.com/files/294347766/exploit_howto.rar
http://rapidshare.com/files/294347390/prorat_reverse_connection.zip
http://rapidshare.com/files/294347608/owned_by_pornoralle2005.avi
http://rapidshare.com/files/294347559/superscan_3.00_4_newbies.avi
http://rapidshare.com/files/294347549/arp_spoofing.zip
http://rapidshare.com/files/294347540/password_cracking_allgemein.rar
http://rapidshare.com/files/294347537/hex_stealthen.rar
http://rapidshare.com/files/294347387/shark_213_ud.zip
http://rapidshare.com/files/294347465/firefox_optimieren.zip
http://rapidshare.com/files/294347447/smokebomb_Rauchbomben_herstellen.divx
http://rapidshare.com/files/294347383/Hack_PhpMyAdmin.rar
http://rapidshare.com/files/294347488/wlan_hack.zip
http://rapidshare.com/files/294347467/Limbo_CMS_Hacking_-_Remote_Code_Execution.divx
http://rapidshare.com/files/294347376/clip0004_optix_mail.avi
http://rapidshare.com/files/294347529/Router_wmv.divx
http://rapidshare.com/files/294347300/phishing_mails.rar
http://rapidshare.com/files/294347304/mirc_als_backdoor_nutzen.zip
http://rapidshare.com/files/294347153/in_fremde_systeme_eindringen.divx
http://rapidshare.com/files/294347251/fingerabdruck.zip
http://rapidshare.com/files/294347532/manually_packing_malware.rar
http://rapidshare.com/files/294347307/bitfrost_undetected.zip
http://rapidshare.com/files/294347232/handy_freischalten.rar
http://rapidshare.com/files/294347330/Somariphpkit164.divx
http://rapidshare.com/files/294347327/prorat_reverse_connection.rar
http://rapidshare.com/files/294347217/passwort_cracking.rar
http://rapidshare.com/files/294347341/Hacking_WEP.divx
http://rapidshare.com/files/294347333/sharktutbyzitronenmann.zip
http://rapidshare.com/files/294347185/access_diver.avi
http://rapidshare.com/files/294347138/Video_wie_man_an_Vics_ran_kommt_Video_Tut_for_getting_Vics.divx
http://rapidshare.com/files/294346910/ProRat_erstellen_und_nutzen_prorat_server_herstellen_und_joinen.divx
http://rapidshare.com/files/294347052/UseneXt_Trial_Accounts_Unlimited__Usenext.divx
http://rapidshare.com/files/294347072/VNC_Remote_Installation_install_vnc_remotely.divx
http://rapidshare.com/files/294346912/strato-domain-hacking.zip
http://rapidshare.com/files/294346944/Proxys_finden.divx
http://rapidshare.com/files/294347057/optix_pro_server_erstellen.divx
http://rapidshare.com/files/294346951/passwort_cracking.avi
http://rapidshare.com/files/294346983/hacking_wbb_with_xss.avi
http://rapidshare.com/files/294347014/trojaner_stealthen.rar
http://rapidshare.com/files/294346964/noip.avi
http://rapidshare.com/files/294347015/scanning_allgemein.divx
http://rapidshare.com/files/294346682/Anfanger_Tutorials.rar
http://rapidshare.com/files/294346874/leben_nach_microsoft.rar
http://rapidshare.com/files/294346687/Hex_Stealth_Tutorial.rar
http://rapidshare.com/files/294346693/de_cracking.wmv
http://rapidshare.com/files/294346859/illichclan_hacking_with_shell.zip
http://rapidshare.com/files/294346728/furax_undetected.rar
http://rapidshare.com/files/294346737/onlinebanking_unsicher.rar
http://rapidshare.com/files/294346849/Captcha_cRaCK.divx
http://rapidshare.com/files/294346744/centurionet4free.rar
http://rapidshare.com/files/294346766/hacking_wbb_with_xss.zip
http://rapidshare.com/files/294346793/ip_logger.rar
http://rapidshare.com/files/294346767/bifrost_entrypoint_verschieben.zip
http://rapidshare.com/files/294346619/IP_uber_MSN.rar
http://rapidshare.com/files/294346614/wardriving_netstumbler.rar
http://rapidshare.com/files/294346654/ccc_fingerabdruck.rar
http://rapidshare.com/files/294346664/changing_your_start_menu.rar
http://rapidshare.com/files/294346674/Shell_als_FTP-Browser_alg_03_shell_ftp_browser.divx
http://rapidshare.com/files/294346681/No-IP.rar
http://rapidshare.com/files/294346607/ts2_passwordsniffing.zip
http://rapidshare.com/files/294346602/hex_tut.avi
http://rapidshare.com/files/294346531/Telnet.rar
http://rapidshare.com/files/294346476/netbios_4_newbies.rar
http://rapidshare.com/files/294346597/trojaner_mit_jpeg_binden.zip
http://rapidshare.com/files/294346541/elitekeylogger_1.0_tutorial.rar
http://rapidshare.com/files/294346463/easyload4free.divx
http://rapidshare.com/files/294346583/optix_allgemein.divx
http://rapidshare.com/files/294346422/Shell_bei_Ilchclan_spawnen_c99_tutorial.divx
http://rapidshare.com/files/294346409/shell_ftp_browser.rar
http://rapidshare.com/files/294346558/VNC_Scanning.rar
http://rapidshare.com/files/294346302/Poison_Ivy_2.rar
http://rapidshare.com/files/294346297/c99_tut.zip
http://rapidshare.com/files/294346317/fingerabdruck.divx
http://rapidshare.com/files/294346324/optix_pro_server_erstellen.zip
http://rapidshare.com/files/294346287/prorat_reverse_connectionrevers.wmv
http://rapidshare.com/files/294346384/lockpicking.zip
http://rapidshare.com/files/294346191/Wie_Hexxe_ich4noobs.divx
http://rapidshare.com/files/294346167/elitekeylogger_v1.0_video_tut_made_by_csfricki.avi
http://rapidshare.com/files/294346229/freund_hoert_mit.rar
http://rapidshare.com/files/294346240/sniffer_Etherpeek.divx
http://rapidshare.com/files/294346163/hacking_wbb_with_xss.divx
http://rapidshare.com/files/294346267/Fake_NaughtyAmerica.divx
http://rapidshare.com/files/294346098/napster4free.rar
http://rapidshare.com/files/294346157/Hotmail-Hacking.divx
http://rapidshare.com/files/294346099/de_trojans_optix_allgemein.wmv
http://rapidshare.com/files/294346119/pubs_scannen_und_taggen.zip
http://rapidshare.com/files/294346141/bifrost121_rundum_tutorial.zip
http://rapidshare.com/files/294346122/in_fremde_systeme_eindringen.avi
http://rapidshare.com/files/294346133/Passwordsniffing_mit_Backtrack___Ettercap.divx
http://rapidshare.com/files/294346137/surfen_mit_relakks.zip
http://rapidshare.com/files/294346135/router_cracken.zip
http://rapidshare.com/files/294345987/PHPBB_Exploit.rar
http://rapidshare.com/files/294345935/xploit_howto.zip
http://rapidshare.com/files/294346046/hacking_databases_-_sql_injection.zip
http://rapidshare.com/files/294346057/help_center_live___osticket_lfi__part_two_.rar
http://rapidshare.com/files/294345909/habbo_pw-stealer_full_ud_machen.zip
http://rapidshare.com/files/294346095/mIRC_als_Backdoor_nutzen.divx
http://rapidshare.com/files/294346062/stealthen.rar
http://rapidshare.com/files/294345741/md5_password_cracking.rar
http://rapidshare.com/files/294345787/hex_stealthen.zip
http://rapidshare.com/files/294345903/fingerabdruck.mpg
http://rapidshare.com/files/294345735/beast-hex-ud.divx
http://rapidshare.com/files/294345821/sniffer.avi
http://rapidshare.com/files/294345761/video_tut_for_getting_vics.avi
http://rapidshare.com/files/294345725/phishing_mit_formmailer_script.zip
http://rapidshare.com/files/294345848/easyload4free.rar
http://rapidshare.com/files/294345894/gmx_acc_bruten.zip
http://rapidshare.com/files/294345705/de_wardriving.wmv
http://rapidshare.com/files/294345544/hack_phpbb_2.0.15.zip
http://rapidshare.com/files/294345536/CDM_Tasmanager_und_Regedit_Aktivieren.divx
http://rapidshare.com/files/294345663/mirc_als_backdoor.rar
http://rapidshare.com/files/294345648/password_cracking_allgemein.divx
http://rapidshare.com/files/294345527/telnet.crack.avi
http://rapidshare.com/files/294345643/iplogger.zip
http://rapidshare.com/files/294345633/hallas.divx
http://rapidshare.com/files/294345526/furax_undetected_video.avi
http://rapidshare.com/files/294345584/furax_undetected_video.divx
http://rapidshare.com/files/294345558/cybercrime_-_wireless.avi
http://rapidshare.com/files/294345521/md5-password-cracken.zip
http://rapidshare.com/files/294345554/trojaner-coden-vb.zip
http://rapidshare.com/files/294345489/de_scanning.wmv
http://rapidshare.com/files/294345508/arcor_hps_defacen.avi
http://rapidshare.com/files/294345507/kiddy_trojaner_video_by_TheJT.divx
http://rapidshare.com/files/294345392/hacking_databases_sql_injection.rar
http://rapidshare.com/files/294345477/passwort_cracking.divx
http://rapidshare.com/files/294345476/help_center_live___osticket_lfi__part_one_.rar
http://rapidshare.com/files/294345365/superscan_3_4_newbies.divx
http://rapidshare.com/files/294345451/hacking_databases_-_sql_injection.avi
http://rapidshare.com/files/294345362/server_verteilen_via_torrent_by_babatz.zip
http://rapidshare.com/files/294345428/Trojaner_stealthen.divx
http://rapidshare.com/files/294345338/Rootserver_ownen_2.divx
http://rapidshare.com/files/294345448/ts2_overtaken.divx
http://rapidshare.com/files/294345336/pw_stealing_by_JoaQuiN.divx
http://rapidshare.com/files/294345332/vb-tutorial_nr3.avi
http://rapidshare.com/files/294345325/Revers.divx
http://rapidshare.com/files/294345241/Firefox_Optimieren.avi
http://rapidshare.com/files/294342161/root_mass.zip
http://rapidshare.com/files/294345153/prorat_4_newbies.rar
http://rapidshare.com/files/294345216/cia_1.3_in_aktion.zip
http://rapidshare.com/files/294345180/security_scanner.rar
http://rapidshare.com/files/294345195/Programme___Resource_Hacker.divx
http://rapidshare.com/files/294345214/arpspoofing.avi

SQL Injection

SQL Injection Tutorial Video By Zero Thunder Hacker Surely one of the best out on the internet

http://rapidshare.com/files/238654855/SQL.rar

Simple stealer tutorial by Shavo

http://rapidshare.com/files/250827714/hh_st_V1.2_tutorial.rar

pass: shavo_CyberTerrorists.Net

Website Hacking - XSS-->>how to use cross site scripting
Website Hacking - XSS
-->This is a nice video for you learn how to use cross site scripting

live video:
Quote:
http://infinityexists.com/videos/episode13/
download :

http://infinityexists.com/wmv/Ep.%2013%20-%20Website%20Hacking%20-%20XSS.wmv

MYSQL Injection Tut [Video]
Sponsored Links
In this tut you can see how do a mysql Injection ...
Induced in Video
- Checking Venerable
- Get the Number of columns
- Doing Union
-Check version
-Get The Table
- Get The Columns
- Get The User /Pass
Included in the file
- Video
- Tut text

http://rapidshare.com/files/238654855/SQL.rar


160+ Hacking Videos.

+160 Hacking Videos..
Lang:Spanish

How to Set Forums + Localhost web
How to hack Forums (5 differnets)
How to steal mail from webs (with users pw)
How to hack Webs
Very Easy Search after Database
How to hack hotmail, yahoo, AIM
how to use Programs (Hacking tools)
.
.
.
.

http://www.megaupload.com/se/?d=9UQ5HI VR
Password:
Whitemach

Video tutorial for schemafuzz.py

http://rapidshare.com/files/231001831/clip0003.rar
9  Seguridad Informática / Wireless en Linux / Re: Manual BackTrack en: 3 Noviembre 2009, 18:27 pm
expectacular son muy escasos textos de este tipo en español y especialmente de OS Backtrack . Gracias
Páginas: [1]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines