2389 matches found
ssrf-sheriff
SSRF Sheriff Este es un sheriff de pruebas SSRF escrito en Go. Fue creado originalmente para el Uber H1-4420 2019 London Live Hacking Event, pero ahora se está publicando como código abierto para que otras organizaciones lo implementen y contribuyan. Características Responde a cualquier método HT...
hulk
Herramienta DoS Hulk Herramienta DoS HULK portada al lenguaje Go desde Python. Utilidad original en Python por Barry Shteiman http://www.sectorix.com/2012/05/17/hulk-web-server-dos-tool/ Simplemente porté el código tal cual, rápido y sucio. Los nombres de las funciones originales se mantienen y l...
go-dork
go-dork El escáner dork más rápido escrito en Go. También hay varios motores de búsqueda compatibles con go-dork, incluyendo Google, Shodan, Bing, Duck, Yahoo y Ask. Instalación Uso Uso básico Banderas Consultas Definir motor Paginación Agregar encabezados personalizados Usar proxy Encadenado con...
httprobe
httprobe 도메인 목록을 가져와서 동작하는 http 및 https 서버를 프로브합니다. 설치 root@kitploit: ▶ go install github.com/tomnomnom/httprobe@latest 기본 사용법 httprobe는 stdin에서 줄로 구분된 도메인을 입력받습니다: root@kitploit: ▶ cat recon/example/domains.txt example.com example.edu example.net ▶ cat recon/example/domains.txt | httprobe...
GO-2026-6367 vulnerabilities
Vulnerabilities for packages: kubescape-server-fips, kubescape-server, kubescape...
tlsx
기능 • 설치 • 사용법 • tlsx 실행 • Discord 참여 TLS 기반 데이터 수집 및 분석 에 중점을 둔 빠르고 구성 가능한 TLS 그래버입니다. 기능 빠르고 완전히 구성 가능한 TLS 연결 다양한 TLS 연결 모드 여러 TLS 프로브 이전 TLS 버전용 자동 TLS 폴백 핸드셰이크 전 TLS 연결조기 종료 사용자 정의 가능한 Cipher / SNI / TLS 선택 JARM/JA3 TLS 핑거프린트 TLS 잘못된 구성 ASN, CIDR, IP, HOST 및 URL 입력 STD IN/OUT 및 TXT/JSON 출력 설치...
rmm
Recon MindMap RMM Taking inspiration from the TBHM v4 recon edition by Jason Haddix Workshop, I developed a command-line interface CLI tool that will simplify the task of organizing a list of domains and subdomains. The aim is to create a tool that can easily generate complex domain structures...
doser.go
doser.go DoS tool for HTTP requests inspired by hulk but has more functionalities written in Go: How to use? 1. Compile it root@kitploit: go build doser.go 2. Use it For example: 999 threads sends GET requests. P.S: Do not really attack my website pls root@kitploit: ./doser -t 999 -g...
arpspoof
ARP spoof Install root@kitploit: CGOENABLED=0 go install -ldflags "-s -w" -trimpath github.com/shadowy-pycoder/arpspoof/cmd/af@latest Usage root@kitploit: af -h Usage of af: -I Display list of interfaces and exit. -d Enable debug logging -f Run ARP spoofing in fullduplex mode -g string IPv4 addre...
dnsprobe
Nota - Este proyecto está discontinuado. Las nuevas actualizaciones y correcciones se enviarán a dnsx. DNSProbe es una herramienta construida sobre retryabledns que permite realizar múltiples consultas DNS de su elección con una lista de resolutores proporcionados por el usuario. Recursos Recurso...
gokart
GoKart - Análisis Estático de Seguridad para Go GoKart es una herramienta de análisis estático para Go que encuentra vulnerabilidades utilizando la forma SSA asignación única estática del código fuente Go. Es capaz de rastrear el origen de variables y argumentos de funciones para determinar si la...
Gxss
Project is now Deprecated as Dalfox has discovery option which can be used to identify reflecting params dalfox file urls.txt --skip-xss-scanning -o reflecting.txt Gxss v4.0 A Light Weight Tool for checking reflecting Parameters in a URL. Inspired by kxss by @tomnomnom. Installation go install...
Aurora
Aurora RAT Acerca de Aurora RAT o Herramienta de Administración Remota está escrita en Go. Este proyecto se inició para aprender redes en Go y adentrarme en el campo de la seguridad. Uso Compila y ejecuta Main.go y luego ejecuta el stub en cualquier computadora que desees controlar. Stub El stub ...
EUVD-2026-42937
Excelize: Negative shared-string index causes panic in GetCellValue and GetRows...
IfritProxy
🔥 AI-Powered Threat Deception & Intelligence Platform Turn attackers into intelligence sources with adaptive honeypot responses 📦 Quick Start • ✨ Features • 🔄 How It Works • 📚 Docs • 🔌 API...
CVE-2021-4034
CVE-2021-4034 PKEXEC의 권한 상승 취약점 CVE-2021-4034에 대한 POC 수정 필요, 최상은 아님 Go로 변환됨 make all && ./pwnkit && make clean...
CVE-2026-31431
CopyFail CVE-2026-31431 implemented in Go, Have fun...
CVE-2025-66478-github-patcher
Parcheador Automático de CVE de Next.js Herramienta de automatización escrita en Go para escanear repositorios de GitHub, detectar versiones vulnerables de Next.js CVE-2025-66478 y crear automáticamente Pull Requests con el parche de seguridad específico. 📋 Requisitos previos Asegúrate de tener l...
CVE-2017-1000117
CVE-2017-1000117 - PoCs root@kitploit: git clone --recurse-submodules "https://github.com/Manouchehri/CVE-2017-1000117.git" cat /tmp/pwned.txt Go root@kitploit: go get "github.com/Manouchehri/CVE-2017-1000117" cat /tmp/pwned.txt...
Heartbleed
Heartbleed Un comprobador sitio y herramienta para CVE-2014-0160. Sitio público en https://filippo.io/Heartbleed/ Uso de la herramienta: root@kitploit: Heartbleed -service="servicename" example.com:443 Heartbleed servicename://example.com:443 Códigos de salida: 0 - SAFE; 1 - VULNERABLE; 2 -...