[GH-ISSUE #13] [Tool Error] Error when trying to use the --dns-bruter argument #12

Closed
opened 2026-03-03 15:56:43 +03:00 by kerem · 0 comments
Owner

Originally created by @s7x on GitHub (Nov 20, 2019).
Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/13

Hi,

We encounter an error when trying to use the --dns-bruter argument.
I think it fails to properly get the dictionary file in "cloudmare/data/domains.txt"

cloudmare example.com --dns-bruter --subdomain

Traceback (most recent call last):
  File "Cloudmare.py", line 81, in <module>
    nameservers = nameserver(domain)
  File "/usr/share/cloudmare/lib/tools/bruter.py", line 47, in nameserver
    checking = bruter(domain)
  File "/usr/share/cloudmare/lib/tools/bruter.py", line 27, in bruter
    donames = donames_list()
  File "/usr/share/cloudmare/lib/tools/bruter.py", line 19, in donames_list
    with open (path,'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/cloudmare\\data\\domains.txt'

Cheers!

Originally created by @s7x on GitHub (Nov 20, 2019). Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/13 Hi, We encounter an error when trying to use the --dns-bruter argument. I think it fails to properly get the dictionary file in "cloudmare/data/domains.txt" > cloudmare example.com --dns-bruter --subdomain ``` Traceback (most recent call last): File "Cloudmare.py", line 81, in <module> nameservers = nameserver(domain) File "/usr/share/cloudmare/lib/tools/bruter.py", line 47, in nameserver checking = bruter(domain) File "/usr/share/cloudmare/lib/tools/bruter.py", line 27, in bruter donames = donames_list() File "/usr/share/cloudmare/lib/tools/bruter.py", line 19, in donames_list with open (path,'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/cloudmare\\data\\domains.txt' ``` Cheers!
kerem closed this issue 2026-03-03 15:56:43 +03:00
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#12
No description provided.