Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
Ferramentas/GitHubGitHub/johackim/docker-hacklab
OSINT (Inteligência de Fontes Abertas)Scanners de VulnerabilidadesFrameworks de ExploraçãoSegurança WebTestes de PenetraçãoSegurança MóvelAprendizado e EducaçãoRecursos CuradosTrilhas e CursosLabs e Prática
GitHubjohackim/docker-hacklab
33364há 4 mesesRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

docker-hacklab

Meu hacklab pessoal, crie o seu próprio.

Ver Repositório

Docker Hacklab

Meu hacklab pessoal, crie o seu.

Artigo em francês: https://blog.ston3o.me/creer-hacklab-virtuel-docker/

Início 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'

Outros comandos úteis do docker

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

Banco de dados 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/

Mecanismos de busca

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

Doxing / OSINT

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

Outros 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

Repositórios do 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

Canais do 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

Apoie-me

Por favor, apoie-me com uma doação única ou mensal e ajude-me a continuar minhas atividades.

Github sponsor

Baixar ferramenta
  • https://ctf365.com/
  • https://www.codebashing.com/