Skip to content

Latest commit

 

History

History

hakrawler

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Hakrawler Cheat Sheet

Crawling a una URL

echo <URL> | hakrawler

Crawling a una URL y mostrar los resultado en JSON

echo <URL> | hakrawler -json

Crawling a múltiples URLs

cat urls.txt | hakrawler

Crawling a una URL y enviar las respuestas a un proxy

echo <URL> | hakrawler -proxy http://localhost:8080

Crawling a una URL incluyendo subdominios

echo <URL> | hakrawler -subs

Crawling a un sitio web, mostrando resultados unicos y a una profundidad de 5

echo <URL> | hakrawler -d 5 -u -i

⬅️ Regresar