Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force output file JSON #79

Open
StasyaPion opened this issue Oct 12, 2023 · 0 comments
Open

Force output file JSON #79

StasyaPion opened this issue Oct 12, 2023 · 0 comments

Comments

@StasyaPion
Copy link

StasyaPion commented Oct 12, 2023

It would be great if you'll make force creating of file (as option --force-output-file or by default) based on your result with found vulnerabilities.

With such output the file is not appearing:

[*] Retrieving Cloudflare IP ranges from https://www.cloudflare.com/ips-v4
[*] The target appears to be behind CloudFlare.
[*] Looking for certificates matching "donky.party" using Censys
[*] 14 certificates matching "donky.party" found.
[*] Looking for IPv4 hosts presenting these certificates...
[*] 0 IPv4 hosts presenting a certificate issued to "donky.party" were found.
[-] The target is most likely not vulnerable.

You can use such structure:

{"censys_certificates_found":"14", 
"ipv4_issued_certificate":"0",
"is_vulnerable":False
"is_have_cloudflare":True
}

if we have result as set of IP:

{"ipv4_issued_certificate":"14",
"ipv4_issued_list":["1.1.1.1","2.2.2.2","3.3.3.3"]}

If you wish :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant