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/umutcamliyurt/pingrat
Testes de PenetraçãoComando e ControleRed TeamingFerramenta de Acesso Remoto
GitHubumutcamliyurt/pingrat

PingRAT

Ferramenta de comando e controle baseada em ICMP que tunela tráfego C2 através de firewalls usando payloads de ping, indetectável pela maioria das soluções AV/EDR.

Ver Repositório
471595há 3 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

PingRAT

PingRAT passa secretamente tráfego C2 através de firewalls usando payloads ICMP.

Características:

  • Usa ICMP para Comando e Controlo
  • Indetectável pela maioria das soluções AV/EDR
  • Escrito em Go

Instalação:

Faça o download dos binários

ou construa os binários e está pronto a usar:

root@kitploit:~
$ git clone https://github.com/umutcamliyurt/PingRAT.git
$ go build client.go
$ go build server.go

Utilização:

Servidor:

root@kitploit:~
./server -h
Usage of ./server:
  -d string
    	Destination IP address
  -i string
    	Listener (virtual) Network Interface (e.g. eth0)

Cliente:

root@kitploit:~
./client -h
Usage of ./client:
  -d string
    	Destination IP address
  -i string
    	(Virtual) Network Interface (e.g., eth0)

Captura de ecrã:

screenshot

Baixar ferramenta