Giter VIP home page Giter VIP logo

censys's People

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  avatar  avatar  avatar  avatar

censys's Issues

censys does store http(s) content in https scans

in README.md you write

They don't store http content on https scans.

they do. look at 443.https.get.title or 443.https.get.body ... basically swap http for https when using port 443 scan data.

Issue with "unicode" is not defied

On line 330, I get an error while I run the script:

Traceback (most recent call last):
File "./censys_io.py, line 330, in
match = unicode(args.match)
NameError: name 'unicode' is not defined

Same error depends on arguments used for line 403, 117. Probably lines 118-123, 149, 190 are also impacted.

ImportError: No module named censys.ipv4

When I run 'censys_io.py', this error is showing

โ””โ”€# python censys_io.py
Traceback (most recent call last):
File "censys_io.py", line 6, in
from censys.ipv4 import *
ImportError: No module named censys.ipv4

how can i solve this problem?

unable to handle an ascii character

this would happen if you looked up cert-org ""linkedin*" with the --tsv flag

Number of results: 4198
Traceback (most recent call last):
  File "censys_io.py", line 401, in <module>
    print_tsv(e)
  File "censys_io.py", line 87, in print_tsv
    print final_line.strip("\t")
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe3' in position 11: ordinal not in range(128)

'int' object has no attribute '__getitem__'

Hi there - I get the following error - any ideas?

$ ./censys_io.py "censys.io"                                                                                                             
Number of results: 12                                                                                                                                 
Traceback (most recent call last):                                                                                                                    
  File "censys_io.py", line 327, in <module>                                                                                                          
    print_short(e)                                                                                                                                    
  File "censys_io.py", line 61, in print_short                                                                                                        
    as_num = res.get('autonomous_system.asn', [''])[0]                                                                                                
TypeError: 'int' object has no attribute '__getitem__'

Verbose queries work ok:

$ ./censys_io.py "censys.io" --limit 1 --verbose                                                                                         
Number of results: 12                                                                                                                                 
{u'443': {u'https': {u'dhe': {u'metadata': {}, u'support': False},                                                                                    
                     u'dhe_export': {u'metadata': {}, u'support': False},                                                                             
                     u'heartbleed': {u'heartbeat_enabled': False,                                                                                     
                                     u'heartbleed_vulnerable': False,                                                                                 
                                     u'metadata': {}},                                                                                                
                     u'rsa_export': {u'metadata': {}, u'support': False},
<snip>

Versions

gelim/censys version: 99c1a3b4d3831e7bcedd4185f4d7476a4701c0cf
censys:

Name: censys                                                                                                                                          
Version: 0.0.7 ````

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.