Jump to content
UBot Underground

How To Get Website Ip Address Using Ubot.


Recommended Posts

Hi friends...

 

I created a text box in which i'll put domain name. I want to get its IP address into a different variable.

 

Please suggest me how to do it..

Do i need additional plugin for it or i can do it simply..?? Is there any command ???

Please help me.. Thanks..

Link to post
Share on other sites

set(#Domain,"ubotstudio.com","Global")
set(#ip,$trim($find regular expression($trim($plugin function("Advanced Shell.dll", "$shell batch hidden", "nslookup {#Domain}")),"([\\d\\._-]*?)$")),"Global")

  • Like 2
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...