This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

dns lookup
#10
(22.02.2023, 14:18)admin Wrote: Yes but I doubt that you need to execute them all the time.

if i have a collection of 30 domain names that should be tunneled, i need to refresh them from time to time, for that i need to do 30 lookups one after another in a single run. Ok thanks for the info, i think i've got an idea

Here's the code i'm using and after that i need to parse response

Code:
handle = io.popen('nslookup domainname.com')
str = handle:read('*a')
handle:close()
log(str)
Reply


Messages In This Thread
dns lookup - by toujour - 18.10.2021, 12:55
RE: dns lookup - by admin - 18.10.2021, 14:47
RE: dns lookup - by toujour - 20.10.2021, 12:22
RE: dns lookup - by myg - 20.02.2023, 10:45
RE: dns lookup - by admin - 20.02.2023, 11:03
RE: dns lookup - by myg - 22.02.2023, 12:58
RE: dns lookup - by admin - 22.02.2023, 14:15
RE: dns lookup - by myg - 22.02.2023, 14:16
RE: dns lookup - by admin - 22.02.2023, 14:18
RE: dns lookup - by myg - 22.02.2023, 14:27

Forum Jump: