Giter Club home page Giter Club logo

shodan-dorks's Introduction

Shodan Dorks

a curated list of shodan dorks for finding sensitive data in shodan.io

1️⃣ Search for secret API keys publicly exposed on websites :

ex : Searching for slack API token on all the scanned websites

http.html:"xoxb-"

2️⃣ Search using 'favicon' hash :

  • One of the most accurate way of finding services

ex- Find all jenkins server :

http.favicon.hash:81586312

Tip: https://github.com/sansatart/scrapts/blob/master/shodan-favicon-hashes.csv

3️⃣ Search using website's title :

ex - Find all grafana dashboards

http.title:"Grafana"

4️⃣ Search services vulnerable to a particular CVE :

ex - Search all machines vulnerable to 'eternal blue'.

vuln:ms17-010

Search a particular CVE : ex - Services that are vulnerable to Heartbleed

vuln:CVE-2014-0160

Note:This is only available to users of higher API plan

5️⃣ Search for a particular port + service :

ex - SSH on port 22 or 3333
You can use this to find services on non-standard port.

Like : ssh -port:22

ssh which is not on port 22

ssh port:22,3333
proftpd port:21
ssh -port:22

6️⃣ Search for a particular OS :

e.g. Checking for vulnerable win 10 home version

os:"Windows 10 Home 19041"

7️⃣ Combine filters to generate more targeted results

e.g. All windows 7 machines in India

country:"IN" os:"windows 7"

top Shodan dorks

  • Jenkins CI
"X-Jenkins" "Set-Cookie: JSESSIONID" http.title:"Dashboard"
  • Docker Private Registries
"Docker-Distribution-Api-Version: registry" "200 OK" -gitlab
  • MongoDB mag_right
"MongoDB Server Information" port:27017 -authentication
  • FTP Servers with Anonymous Login
"220" "230 Login successful." port:21
  • Mongo Express Web GUI
"Set-Cookie: mongo-express=" "200 OK"

references

shodan-dorks's People

Contributors

kh4sh3i avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.