mirror of
https://github.com/mrh0wl/Cloudmare.git
synced 2026-04-26 18:35:47 +03:00
[GH-ISSUE #45] problem [!]WARNING: Virustotal API key not found! #35
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloudmare#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 recordshow can I solve that?
@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
@fk4125 commented on GitHub (Dec 28, 2022):
You can put API key here
/Cloudmare/data/APIs/api.conf@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).