Jump to content
UBot Underground

Recommended Posts

Yes, just navigate to your email and scrape the link from there (set the url to a variable and navigate to that variable)

 

Or grab the url from the table created by the email commands.

 

John

Link to post
Share on other sites

add emails to a table.

 

navigate to the table cell containing the body, and scrape the url out of the page that your needing.

 

loop through your list of emails scraping the urls to a list, then navigate to them, or open in new browser while you are looping the table of emails.

 

TJ

Link to post
Share on other sites

add emails to a table.

 

navigate to the table cell containing the body, and scrape the url out of the page that your needing.

 

loop through your list of emails scraping the urls to a list, then navigate to them, or open in new browser while you are looping the table of emails.

 

TJ

 

 

what I have now

 

connect to the mail server

create table from emails

table named &table

display HTML &table

Then I scrape the page for the URL that I want.

 

It works rather well so far.

 

Im not sure how to delete the emails once I am done though. Im working on that now.

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