Jump to content
UBot Underground

How To Scrape Ip On This Page


Recommended Posts

It can be done much easier by using some regex.

navigate("http://www.lagado.com/proxy-test","Wait")
clear list(%getIPAddress)
add list to list(%getIPAddress,$find regular expression($document text,"(?:[0-9]\{1,3\}\\.)\{3\}[0-9]\{1,3\}"),"Delete","Global")
alert($list item(%getIPAddress,0))

  • Like 1
Link to post
Share on other sites

my regex sucks so I rely on my pure Ubot scraping skills,maybe this will help you too,this gets the first b tag,that has remote IP address in bold,,and scrapes its parent and replaces the "Remote   IP Address " with nothing

 

 alert($replace($scrape attribute($element parent($element offset(<tagname="b">, 0)), "innertext"), "Remote   IP Address """))

  • Like 1
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...