[GH-ISSUE #45] problem [!]WARNING: Virustotal API key not found! #35

Closed
opened 2026-03-03 15:56:55 +03:00 by kerem · 3 comments
Owner

Originally created by @jesussuarz on GitHub (Dec 25, 2022).
Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/45

hello

I get the following error when running the tool:

[*]PROCESS: Enumerating subdomains now for target.com [!]WARNING: Virustotal API key not found! Do you want to enter your API key?: [y/N]EOF when reading a line Process Virustotal-9: Traceback (most recent call last): File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap self.run() File "/scripts/Cloudmare/lib/tools/sublist3r.py", line 260, in run domain_list = self.enumerate() File "/scripts/Cloudmare/lib/tools/sublist3r.py", line 738, in enumerate resp = json.loads(resp) File "/usr/lib/python3.10/json/__init__.py", line 339, in loads raise TypeError(f'the JSON object must be str, bytes or bytearray, ' TypeError: the JSON object must be str, bytes or bytearray, not int [*]PROCESS: Enumerating misconfigured subdomains [!]WARNING: Total Misconfigured Subdomains Found: 0 [-]ERROR: misconfigured subdomains not found [*]PROCESS: Bruteforcing domain extensions and getting DNS records

how can I solve that?

Originally created by @jesussuarz on GitHub (Dec 25, 2022). Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/45 hello I get the following error when running the tool: `[*]PROCESS: Enumerating subdomains now for target.com [!]WARNING: Virustotal API key not found! Do you want to enter your API key?: [y/N]EOF when reading a line Process Virustotal-9: Traceback (most recent call last): File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap self.run() File "/scripts/Cloudmare/lib/tools/sublist3r.py", line 260, in run domain_list = self.enumerate() File "/scripts/Cloudmare/lib/tools/sublist3r.py", line 738, in enumerate resp = json.loads(resp) File "/usr/lib/python3.10/json/__init__.py", line 339, in loads raise TypeError(f'the JSON object must be str, bytes or bytearray, ' TypeError: the JSON object must be str, bytes or bytearray, not int [*]PROCESS: Enumerating misconfigured subdomains [!]WARNING: Total Misconfigured Subdomains Found: 0 [-]ERROR: misconfigured subdomains not found [*]PROCESS: Bruteforcing domain extensions and getting DNS records` how can I solve that?
kerem closed this issue 2026-03-03 15:56:55 +03:00
Author
Owner

@jamfea commented on GitHub (Dec 26, 2022):

You will need to sign up for a VirusTotal account and generate an API Key

https://www.virustotal.com/gui/join-us

<!-- gh-comment-id:1364844627 --> @jamfea commented on GitHub (Dec 26, 2022): You will need to sign up for a VirusTotal account and generate an API Key https://www.virustotal.com/gui/join-us
Author
Owner

@fk4125 commented on GitHub (Dec 28, 2022):

You can put API key here
/Cloudmare/data/APIs/api.conf

<!-- gh-comment-id:1366699209 --> @fk4125 commented on GitHub (Dec 28, 2022): You can put API key here `/Cloudmare/data/APIs/api.conf`
Author
Owner

@mrh0wl commented on GitHub (Dec 31, 2022):

As I see, there's a problem using the sublist3r tool (a third-party tool that I use for scan subdomains) in Linux, but I can't handle tests for Linux OS for now. So the best option it's what was mentioned by the last two users.

Also, I highly recommend that if sublist3r can't search for active or misconfigured subdomains, use Censys or SecurityTrail APIs instead to perform a deep search (don't forget to use --disable-sublister flag to avoid sublist3r search).

<!-- gh-comment-id:1368218342 --> @mrh0wl commented on GitHub (Dec 31, 2022): As I see, there's a problem using the sublist3r tool (a third-party tool that I use for scan subdomains) in Linux, but I can't handle tests for Linux OS for now. So the best option it's what was mentioned by the last two users. Also, I highly recommend that if sublist3r can't search for active or misconfigured subdomains, use Censys or SecurityTrail APIs instead to perform a deep search (don't forget to use --disable-sublister flag to avoid sublist3r search).
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Cloudmare#35
No description provided.