Jump to content
UBot Underground

Download Entire Webpage (Newbie)


Recommended Posts

Hello,

 

I am new to UBOT and diving in headfirst.

 

I have posted and clicked some forum data, and I wish to download the entire HTML of the webpage that is output rather than scrape attributes and save them.  How would that be best accomplished?

 

Thanks for any help.

 

Link to post
Share on other sites

plugin command("SocketCommands.dll", "socket container") {
            plugin command("SocketCommands.dll", "socket download file", "URL GOES HERE", "C:\\YOUR\\DESTINATION\\PATH\\GOES\\IN\\THIS\\SPACE.txt")
        }

This will work for you :-)  Just change to your environment.

 

Peace,

LJ

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...