Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
Herramientas/GitHubGitHub/johackim/docker-hacklab
OSINT (Inteligencia de Fuentes Abiertas)Escáneres de VulnerabilidadesFrameworks de ExploitsSeguridad WebPruebas de PenetraciónSeguridad MóvilAprendizaje y EducaciónRecursos CuradosRutas de Aprendizaje y CursosLabs y Práctica
GitHubjohackim/docker-hacklab
333643hace 5 mesesRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

docker-hacklab

Mi hacklab personal, crea el tuyo propio.

Ver Repositorio

Docker Hacklab

Mi hacklab personal, crea el tuyo.

Artículo en francés: https://blog.ston3o.me/creer-hacklab-virtuel-docker/

Inicio rápido

root@kitploit:~
$ docker run --name hacklab --net=host --privileged -it ston3o/docker-hacklab zsh
 _  _   _   ___ _  ___      _   ___
| || | /_\ / __| |/ / |    /_\ | _ )
| __ |/ _ \ (__| ' <| |__ / _ \| _ \
|_||_/_/ \_\___|_|\_\____/_/ \_\___/
https://github.com/ston3o/docker-hacklab

Alias

root@kitploit:~
# ~/.bashrc
alias hacklab='docker run -d --name hacklab --net=host --privileged=true -v /tmp/:/mnt -it ston3o/docker-hacklab bash > /dev/null 2>&1; docker start hacklab > /dev/null; docker exec -it -e COLUMNS=$COLUMNS -e LINES=$LINES -e TERM=$TERM hacklab zsh'

Otros comandos docker útiles

root@kitploit:~
# Vulnerability scanners
$ docker run -d --name nessus -p 8834:8834 infoslack/nessus
$ docker run -d --name openvas -p 443:443 -p 9390:9390 -p 9391:9391 mikesplain/openvas
$ docker run --rm -it menzo/sn1per-docker sniper <example.com>

# Run vulnerable web application
$ docker run -d --name dvwa -it -p 80:80 vulnerables/web-dvwa

# Search Mobile Vulns
$ docker run -d --name mobsf -it -p 8000:8000 opensecurity/mobsf:latest

Base de datos de exploits

  • http://cve.mitre.org/
  • http://0day.today/
  • https://nvd.nist.gov/
  • http://www.securityfocus.com/bid/
  • https://www.exploit-db.com/
  • http://www.cvedetails.com/

Motores de búsqueda

  • https://www.shodan.io/
  • https://censys.io/
  • https://www.zoomeye.org/

Doxing / OSINT

  • http://www.peekyou.com/
  • https://pipl.com/
  • https://iplogger.org/

Otros recursos

  • http://sectools.org/
  • http://pwnwiki.io/
  • https://www.cybrary.it/
  • http://null-byte.wonderhowto.com/
  • https://n0where.net/
  • https://www.kitploit.com/
  • https://pentestlab.blog/
  • http://haxf4rall.com/
  • http://www.hackingarticles.in/
  • https://hackademics.fr
  • https://pentest-tools.com/
  • https://instant-hack.io/
  • http://zenk-security.com/
  • https://www.hacksplaining.com/
  • https://www.punycoder.com/
  • https://securityonline.info
  • http://hardsploit.io
  • https://weleakinfo.com/
  • https://gexos.github.io/Hacking-Tools-Repository/
  • https://penetration-testing.zeef.com/jeroen.rijken
  • http://www.funinformatique.com/google-dorks-hackez-requete-google/
  • https://highon.coffee/blog/penetration-testing-tools-cheat-sheet/
  • http://pentestmonkey.net/cheat-sheet/sql-injection/mysql-sql-injection-cheat-sheet

Repositorios de GitHub

  • https://github.com/cSploit/android
  • https://github.com/enaqx/awesome-pentest
  • https://github.com/Hack-with-Github/Awesome-Hacking
  • https://github.com/sindresorhus/awesome#security
  • https://github.com/carpedm20/awesome-hacking
  • https://github.com/brannondorsey/wifi-cracking
  • https://github.com/gchq/CyberChef
  • https://github.com/danielmiessler/SecLists
  • https://github.com/We5ter/Scanners-Box
  • https://github.com/vitalysim/Awesome-Hacking-Resources
  • https://github.com/infosecn1nja/Red-Teaming-Toolkit

Canales de YouTube

  • https://www.youtube.com/user/Hak5Darren/videos
  • https://www.youtube.com/user/DEFCONConference/videos
  • https://www.youtube.com/user/BlackHatOfficialYT/videos
  • https://www.youtube.com/user/JackkTutorials/videos
  • https://www.youtube.com/user/gaytony10/playlists
  • https://www.youtube.com/user/bhargavtandel/videos
  • https://www.youtube.com/channel/UC286ntgASMskhPIJQebJVvA/videos
  • https://www.youtube.com/channel/UCO51Z4c1R8EPHZioGwgBmDw/videos
  • https://www.youtube.com/channel/UC0ZTPkdxlAKf-V33tqXwi3Q/videos
  • https://www.youtube.com/playlist?list=PLkRo97mCIn9lgvE7AskNsmwJVOlJX2zaI

Apóyame

Por favor, apóyame con una donación única o mensual y ayúdame a continuar mis actividades.

Github sponsor

Descargar herramienta
  • https://ctf365.com/
  • https://www.codebashing.com/