Code Monkey home page Code Monkey logo

shodan's Introduction

./shodan.sh script

En fichero ip.txt ponemos la lista de IP a revisar

Ejemplo de busqueda

shodan search --fields ip_str,port,data,product "ownCloud" | ag '302 Found' | ag -o 'Location: .*' | cut -d"\" -f1 | awk '{print $2}'

#count port 445 in certain country and region shodan count "country:CA region:NB port:445"

#Search SMB Authentication enabled and SMB version 1 port:445 country:CA region:NB "SMB Status Authentication: enabled SMB Version: 1"

#Get Info for account Shodan info

#Search port 445 and download the results shodan download Port44_NB_August_2019 port:445 country:CA region:NB

#Search UPnP shodan download UPNP_NB_AUG_2019 upnp country:CA region:NB

#PowerShell command to read JSON file Get-Content ./Port445_NB_August_2019.json | ConvertFrom-Json

#Powershell command to extract IP and Data field Get-Content ./Port445_NB_August_2019.json | ConvertFrom-Json | Select-Object ip_str,data | Where-Object {$_.data -like "enabled"}| fl

#Shodan command download Linux OS shodan download Linux_2.6.x_NB_Aug country:CA region:NB os:Linux

#Shodan download Windows server 2008 r2 shodan download windows2008r2_NB_Aug "os:'Windows Server 2008 r2' country:CA region:NB"

#Shodan download data for "Shared Services Canada" (Pay attention to spaces and query) shodan download Shared_Services_Canada "org:'Shared Services Canada'"

https://www.shodan.io/search/examples

shodan's People

Contributors

hackingyseguridad avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

sev3n85

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.