Jump to content
UBot Underground

Recommended Posts

Hi.

 

I need to save the actual page source to a variable, and then regex all the proxies to a file.

 

What is the best way to achieve this via commands?

 

I've tried to use page scrape (using beginning/end html tags), but nothing happened.

 

Url of site:

https://proxy-list.org/english/index.php
Link to post
Share on other sites

You need to use document text,if you are scraping from the browser page use scrape attribute,<class="proxy">,scrape innertext

 

It uses javascript to write the proxies,so you will need to use the browser,not the socket commands,it will not appear in the "socket page html" function

no navigate to site on Ubot

add list to list(%proxies,$scrape attribute(<class="proxy">,"innertext"),"Delete","Global")​
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...