oldesec
oldesec
Hi @lc How long do you usually have to wait? I wait a long time and get the results below. ``` Error: Throttling: Rate for operation DeleteHostedZone exceeded status code:...
Thanks @cak This issue is seen as another issue. The resulting file of massdns is saved, but it does not seem to be integrated into the "unique.txt" file in the...
Hello @cak The problem was not resolved. must remove the "-a" option and add S option. ``` massdnsCMD = "python {} {} {} | {} -r resolvers.txt -t A -o...
Hello. @cak Good patch. There is one more problem. "massdns" is using an older version. https://github.com/cak/domained/blob/4509a088a20368d3e79b4fe77339ac94603d816c/domained.py#L289 It is necessary to change to the latest version. Ex) ``` git clone https://github.com/blechschmidt/massdns...
After a while, a Python error occurs. ``` Traceback (most recent call last): File "/root/tools/domained/bin/subbrute/subbrute.py", line 834, in print_target(target, record_type, options.subs, options.resolvers, options.process_count, options.print_data, output, json_output) File "/root/tools/domained/bin/subbrute/subbrute.py", line 528,...
@jakejarvis Thank you for your kind reply. Sometimes, can take over subdomains if use A records. I want to detect it. Here's a case. Ref : https://blog.initd.sh/others-attacks/mis-configuration/subdomain-takeover-explained/ (Only Tilda page)
@jakejarvis Good. exactly. hmm.. Many tools do not support this feature. I do not know why.