7 matches found
httpx-action
httpx Action makes it easy to orchestrate httpx with GitHub Action. Example Usage GitHub Action running httpx on list of hosts root@kitploit: - name: π₯ httpx - HTTP Web Server probing uses: projectdiscovery/httpx-action@main with: list: hosts.txt Example workflow : .github/workflows/httpx.yml...
chomtesh
CHOMTE.SH Β‘AsegΓΊrate de dar :star: a este repositorio para mantenerte al dΓa con el progreso diario! CHOMTE.SH es un framework versΓ‘til diseΓ±ado para automatizar tareas de reconocimiento en pruebas de penetraciΓ³n. Es ΓΊtil para cazadores de bugs y pentesters tanto en compromisos de red internos co...
bothan
bothan Confirm an ip:port is hosting Empire. Eventual support for other C2s. Usage root@kitploit: Direct single query β―β― bothan -v localhost:8080 DEBU2020-01-19T20:25:02-05:00 Requesting... host="localhost:8080" INFO2020-01-19T20:25:02-05:00 SUCCESS host="http://localhost:8080" tool=empire Take a...
undetected-httpx
undetected-httpx undetected-httpx is a multi-purpose HTTP probing toolkit inspired by httpx. It is specifically engineered to bypass modern anti-bot infrastructures by mimicking real-world browser signatures. Traditional HTTP clients are easily fingerprinted and blocked by WAFs. This tool leverag...
surf
Surf - Escalate your SSRF vulnerabilities on Modern Cloud Environments surf allows you to filter a list of hosts, returning a list of viable SSRF candidates. It does this by sending a HTTP request from your machine to each host, collecting all the hosts that did not respond, and then filtering th...
surf
Surf - Escala tus vulnerabilidades SSRF en entornos cloud modernos surf te permite filtrar una lista de hosts, devolviendo una lista de candidatos SSRF viables. Lo hace enviando una peticiΓ³n HTTP desde tu mΓ‘quina a cada host, recogiendo todos los hosts que no respondieron y luego filtrΓ‘ndolos en...
httprobe
httprobe Toma una lista de dominios y prueba si hay servidores http y https funcionando. InstalaciΓ³n root@kitploit: βΆ go install github.com/tomnomnom/httprobe@latest Uso BΓ‘sico httprobe acepta dominios delimitados por lΓneas en stdin: root@kitploit: βΆ cat recon/example/domains.txt example.com...