Skip to content

Commit

Permalink
Update shodan-dorks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vulnpire authored Jul 3, 2024
1 parent ea8ac12 commit e72bf30
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dorks/shodan-dorks.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ A list of Shodan Dorks for Bug Bounty.
### Finds Swagger UI interfaces hosted

> http.title:"Swagger UI — " hostname:"*.example.com"
> http.title:"Swagger UI — "hostname:"example.com"
### Finds Swagger UI interfaces using SSL certificates

> http.title:"Swagger UI — " ssl.cert.subject.cn:"example.com"
### Finds open directory listings

> http.title:"Directory Listing" hostname:"*.example.com"
> http.title:"Directory Listing" hostname:"example.com"
### Finds open directory listings using SSL certificates

> http.title:"Directory Listing" ssl.cert.subject.cn:"example.com"
### Finds subdomains of example.com excluding Akamai, Ghost, Cloudflare, and Cloudfront hosts

> hostname:"*.example.com" "-AkamaiGHost" "-GHost" "-Cloudflare" "-Cloudfront"
> hostname:"example.com" "-AkamaiGHost" "-GHost" "-Cloudflare" "-Cloudfront"
### Finds SSL certificates

Expand Down Expand Up @@ -69,15 +69,15 @@ A list of Shodan Dorks for Bug Bounty.
### Finds Samba servers

> "Authentication: disabled" port:445 product:"Samba" hostname:"*.example.com"
> "Authentication: disabled" port:445 product:"Samba" hostname:"example.com"
### Finds expired SSL certificates

> ssl.cert.expired:true hostname:".example.com"
> ssl.cert.expired:true hostname:"example.com"
### Finds SSL certificates with common names

> ssl.cert.subject.commonName:".example.com"
> ssl.cert.subject.commonName:"example.com"
### Finds open directory indexes

Expand Down

0 comments on commit e72bf30

Please sign in to comment.