Skip to content

Instantly share code, notes, and snippets.

@JerryShah3
Last active November 15, 2022 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save JerryShah3/91c9fc5116bd58d3f92a454cb544b4f3 to your computer and use it in GitHub Desktop.
Save JerryShah3/91c9fc5116bd58d3f92a454cb544b4f3 to your computer and use it in GitHub Desktop.
Shodan_ALPN
ssl.alpn:"http/1.0"
ssl.alpn:"http/1.1"
ssl.alpn:"http/2"
ssl.alpn:"http/2.0"
ssl.alpn:"h2"
ssl.alpn:"spdy/1"
ssl.alpn:"spdy/2"
ssl.alpn:"spdy/3"
ssl.alpn:"http/0.9"
ssl.alpn:"acme-tls/1"
NOTE 1 : You need to enumerate and look for the vulnerabilities. This dorks will not give you the direct hit to vulnerabilities.
NOTE 2 : This shodan dork is specially to check for desync/smuggling attacks.
NOTE 3 : All dorks mentioned are from the perspective of bug bounty.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment