initstring
initstring
Hi @ehsandeep, I'm working on the template that will enumerate Azure virtual machines. I do this in cloud-enum using DNS brute forcing, as a registered DNS name means the virtual...
> @initstring FYI, payload support in dns protocol being added here - [projectdiscovery/nuclei#3632](https://github.com/projectdiscovery/nuclei/pull/3632) Thanks so much for the update! It might be a few weeks until I can get back...
Hi @ehsandeep - Sorry for the long delay! I was in between moving houses and went without my personal computer for a much longer time than expected. I checked in...
Hi @Menn1s - thanks for opening an issue! Sorry it's taken me so long to reply. This is a nice detailed writeup, and it makes a lot of sense to...
Thanks for this @nrathaus! Must be new behavior, I wonder when that was implemented. Does your fix still support the bucket listings when an open bucket is found?
Thanks for your work to troubleshoot this, @nrathaus! If you (or anyone else reading) find a solution, please check back! Unfortunately, I probably won't have time to troubleshoot this myself...
This is an old issue, but if anyone else ends up here after a search - this is what worked for me to have working suspend for both Linux and...
Hi @maaz45678 - that error comes from this code block: ``` try: import requests import dns import dns.resolver from concurrent.futures import ThreadPoolExecutor from requests_futures.sessions import FuturesSession from concurrent.futures._base import TimeoutError...
> I have same issues. And still not solved, all requirements already installed. That error should only trigger if there is an exception in the try block above. Please try...