
Scanner de Configuração Incorreta de Cross Origin Resource Sharing
Uma ferramenta de scanner de má configuração CORS baseada em golang com velocidade e precisão em mente !
$ go get -u -v github.com/shivangx01b/CorsMe
URL Única
echo "https://example.com" | ./CorsMe
Múltiplas URLs
cat http_https.txt | ./CorsMe -t 70
Permitir curinga .. Agora se Access-Control-Allow-Origin for * será impresso
cat http_https.txt | ./CorsMe -t 70 -wildcard
Adicionar cabeçalho se necessário
cat http_https.txt | ./CorsMe -t 70 -wildcard -header "Cookie: Session=12cbcx...."
Salvar saída em um arquivo
cat http_https.txt | ./CorsMe -t 70 -output audit.logs
Adicionar outro método se necessário
cat http_https.txt | ./CorsMe -t 70 -wildcard -header "Cookie: Session=12cbcx...." -method "POST"
Dica
subfinder -d hackerone.com -nW -silent | ./httprobe -c 70 -p 80,443,8080,8081,8089 | tee http_https.txt
cat http_https.txt | ./CorsMe -t 70
