censys icon indicating copy to clipboard operation
censys copied to clipboard

Python code to query the Censys public scan database.

Results 8 censys issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "censys_io.py", line 357, in count = q.report(s, "updated_at")['metadata']['count'] KeyError: 'metadata'

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

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

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

File ".\censys_io.py", line 87 print final_line.strip("\t") ^ SyntaxError: invalid syntax How I can fix it? Running on windows 10 python 3.7 and all requirements installed

this will fix the ascii handling issue: https://github.com/gelim/censys/issues/3

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 print_tsv(e) File...