mirror of
https://github.com/mrh0wl/Cloudmare.git
synced 2026-04-26 02:15:58 +03:00
[GH-ISSUE #11] error when running tool #7
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#7
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 @truesamurai on GitHub (Oct 29, 2019).
Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/11
I get this error when using this tool:
Traceback (most recent call last):
File "Cloudmare.py", line 79, in
ip_takes = make_list()
File "Cloudmare.py", line 32, in make_list
ip_list = subdomain_tracking(domain)
File "/opt/Cloudmare/lib/core/subdomain_finder.py", line 8, in subdomain_tracking
res = DNSDumpsterAPI(False).search(domain)
File "/opt/Cloudmare/thirdparty/dnsdumpster/DNSDumpsterAPI.py", line 99, in search
res['dns_records']['dns'] = self.retrieve_results(tables[0])
Please suggest.
@mrh0wl commented on GitHub (Oct 31, 2019):
I need you to provide more information about the error since I cannot determine where the problem may be.
@truesamurai commented on GitHub (Oct 31, 2019):
I run it on latest Kali version on a .network website with Cloudflare. If you need anymore info let me know what you need.
@mrh0wl commented on GitHub (Nov 2, 2019):
I am very sorry to take some time to respond, the work has put pressure on me. I have tried to replicate the error I am presenting, but the program works correctly for me, so I would need the website where you are trying to see what the problems are based on or I could send you the full trace and the commands I used.
@truesamurai commented on GitHub (Nov 2, 2019):
No worries, thanks for your reply. Unfortunately I can not share as it is a client website and the project is closed now. I will keep using this program, and post back when I have new findings.
@mrh0wl commented on GitHub (Nov 2, 2019):
Okay, I got it. Thank you so much for posting