GithubHelp home page GithubHelp logo

get_ip_by_ico's Introduction

Get ip by ico

Python 2.7 License Twitter

通过shodan的icon hash来检索同模板或同公司网站ip。

Usage

usage: get_ip_by_ico.py [-h] -u url

Get ip list which using the same favicon.ico from shodan

optional arguments:
  -h, --help         show this help message and exit
  -u url, --url url  the favicon.ico website url,example:http://www.baidu.com/

Example:

python get_ip_by_ico.py -u https://www.bilibili.com/

  ▄████ ▓█████▄▄▄█████▓ ██▓ ██▓███   ▄▄▄▄ ▓██   ██▓ ██▓ ▄████▄   ▒█████
 ██▒ ▀█▒▓█   ▀▓  ██▒ ▓▒▓██▒▓██░  ██▒▓█████▄▒██  ██▒▓██▒▒██▀ ▀█  ▒██▒  ██▒
▒██░▄▄▄░▒███  ▒ ▓██░ ▒░▒██▒▓██░ ██▓▒▒██▒ ▄██▒██ ██░▒██▒▒▓█    ▄ ▒██░  ██▒
░▓█  ██▓▒▓█  ▄░ ▓██▓ ░ ░██░▒██▄█▓▒ ▒▒██░█▀  ░ ▐██▓░░██░▒▓▓▄ ▄██▒▒██   ██░
░▒▓███▀▒░▒████▒ ▒██▒ ░ ░██░▒██▒ ░  ░░▓█  ▀█▓░ ██▒▓░░██░▒ ▓███▀ ░░ ████▓▒░
 ░▒   ▒ ░░ ▒░ ░ ▒ ░░   ░▓  ▒▓▒░ ░  ░░▒▓███▀▒ ██▒▒▒ ░▓  ░ ░▒ ▒  ░░ ▒░▒░▒░
  ░   ░  ░ ░  ░   ░     ▒ ░░▒ ░     ▒░▒   ░▓██ ░▒░  ▒ ░  ░  ▒     ░ ▒ ▒░
░ ░   ░    ░    ░       ▒ ░░░        ░    ░▒ ▒ ░░   ▒ ░░        ░ ░ ░ ▒
      ░    ░  ░         ░            ░     ░ ░      ░  ░ ░          ░ ░
                                          ░░ ░         ░

[+] Try to get 62 ip.
[+] Get ip: 61.244.33.181
[+] Get ip: 36.255.222.157
[+] Get ip: 61.244.33.182
[+] Get ip: 164.52.50.250
[+] Get ip: 107.150.117.242
[+] Get ip: 148.153.35.66
[+] Get ip: 148.153.45.10
[+] Get ip: 39.105.217.198
[+] Get ip: 212.64.58.165
[+] Get ip: 148.153.38.118
[+] Get ip: 87.245.210.8
[+] Get ip: 87.245.210.11
[+] Get ip: 87.245.210.7
[+] Get ip: 87.245.210.76
[+] Get ip: 87.245.210.77
[+] Get ip: 203.205.224.27
[+] Get ip: 203.205.224.16
[+] Get ip: 203.205.224.14
[+] Get ip: 203.205.224.26
[+] Get ip: 119.29.27.25
[+] Get ip: 148.153.45.166
[+] Get ip: 149.28.116.251
[+] Get ip: 104.24.121.228
[+] Get ip: 185.225.139.191
[+] Get ip: 106.75.217.188
[+] Get ip: 45.76.51.210
[+] Get ip: 104.232.100.138
[+] Get ip: 121.41.45.200
[+] Get ip: 104.232.100.139
[+] Get ip: 39.106.145.14
[+] Get ip: 120.78.71.93
[+] Get ip: 47.52.197.68
[+] Get ip: 47.98.166.128
[+] Get ip: 104.232.100.152
[+] Get ip: 116.62.228.209
[+] Get ip: 47.92.72.26
[+] Get ip: 198.13.56.92
[+] Get ip: 47.98.189.125
[+] Get ip: 153.122.121.149
[+] Get ip: 101.71.54.163
[+] Get ip: 103.73.161.228
[+] Get ip: 39.108.102.105
[+] Get ip: 104.243.141.225
[+] Get ip: 101.37.115.2
[+] Get ip: 47.52.173.32
[+] Get ip: 149.129.66.189
[+] Get ip: 121.46.231.67
[+] Get ip: 13.211.191.116
[+] Get ip: 188.131.153.141

get_ip_by_ico's People

Contributors

ridter avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

get_ip_by_ico's Issues

python3高版本修改urlparse

我使用python3.7.9版本中已经将urllib2、urlparse、和robotparser并入了urllib模块中,并且修改urllib模块,其中包含5个子模块,即是help()中看到的那五个名字。如下:

urllib.error:ContentTooShortError、HTTPError、URLError

urllib.parse:parseqs、parseqsl、quote、quotefrombytes、quote_plus、unquote unquoteplus、unquoteto_bytes、urldefrag、 urlencode、urljoin、 urlparse、 urlsplit、 urlunparse、 urlunsplit

urllib.request:AbstractBasicAuthHandler、 AbstractDigestAuthHandler、 BaseHandler、 CatheFTPHandler、 FTPHandler、 FancyURLopener、FileHandler、HTTPBasicAuthHandler、 HTTPCookieProcessor、HTTPDefaultErrorHandler、 HTTPDigestAuthHandler、 HTTPErrorProcessorl、 HTTPHandler、HTTPPasswordMgr、 HTTPPasswordMgrWithDefaultRealm、 HTTPRedirectHandler、HTTPSHandler、OpenerDirector、ProxyBasicAuthHandler ProxyDigestAuthHandler、 ProxyHandler、 Request、URLopener、UnknowHandler、 buildopener、 getproxies、 installopener、 pathname2url、 url2pathname、 urlcleanup、 urlopen、 urlretrieve

urllib.response:addbase、addclosehook、addinfo、addinfourl

urllib.robotparser:RobotFileParser

将from urlparse import urlparse修改为from urllib.parse import urlparse即可

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.