cloudgazer icon indicating copy to clipboard operation
cloudgazer copied to clipboard

Find Real IPs hidden behind Cloudflare with Criminal IP(criminalip.io), security OSINT Tool.

Results 5 cloudgazer issues
Sort by recently updated
recently updated
newest added

Changed readme file so that you can copy commands with a single click, and the bash syntax is highlighted. Trailing spaces in these codeblocks are also removed.

FIXES #3 - [x] Fixes the error thrown on scans where the original ip is not found: ![Screenshot 2024-04-13 185318](https://github.com/Aidennnn33/cloudgazer/assets/12672076/cfa22876-b159-4d60-b006-6d8e3cd6aa34) - [ ] Prints `No original IP addresses were found.`...

Traceback (most recent call last): File "cloudgazer.py", line 91, in main() File "cloudgazer.py", line 77, in main results = find_real_ip(ip_list, HEADERS) File "cloudgazer.py", line 52, in find_real_ip 'real_ip': [d['ip_address'] for...

I don't know if this is still active and working. I downloaded the zip and unzipped it. however I'm unable to start cloudgazer not sure what i'm doing wrong.

Fixed some errors while retrieving information.