# Fingerprinting

A impressão digital se concentra na extração de detalhes técnicos sobre as tecnologias que alimentam um site ou aplicativo da web.

<table data-header-hidden><thead><tr><th width="418"></th><th></th></tr></thead><tbody><tr><td><strong>Recurso/Comando</strong></td><td><strong>Descrição</strong></td></tr><tr><td><code>curl -I "http://${TARGET}"</code></td><td>Exibir cabeçalhos HTTP do servidor web de destino.</td></tr><tr><td><code>whatweb -a https://www.facebook.com -v</code></td><td>Identificação de tecnologia.</td></tr><tr><td><code>Wappalyzer</code></td><td><a href="https://www.wappalyzer.com/">https://www.wappalyzer.com/</a></td></tr><tr><td><code>wafw00f -v https://$TARGET</code></td><td>Impressão digital WAF.</td></tr><tr><td><code>Aquatone</code></td><td><a href="https://github.com/michenriksen/aquatone">https://github.com/michenriksen/aquatone</a></td></tr><tr><td><code>cat subdomain.list | aquatone -out ./aquatone -screenshot-timeout 1000</code></td><td>Faz capturas de tela de todos os subdomínios no subdomain.list.</td></tr><tr><td>nikto -h inlanefreight.com -Tuning b</td><td>Identificação de softwares</td></tr></tbody></table>
