Jump to content
UBot Underground

[Help] Scraping Session Id Via Aymen's Http


Recommended Posts

Hey Sean,

 

Just scrape it into a ubot list and it will remove dups.

 

or use

 

xpath and use index of 0

 

CD

Hey CD,

 

I am having trouble with actually formulating a regex expression to get the session ID. 

Link to post
Share on other sites

ok man,

 

please provide a the HTML code that has the session ID in it so we can help you better.

 

no need for entire HTML just the one element.

 

if it is in the url then you can split by / and use list item as well.

Link to post
Share on other sites

ok man,

 

please provide a the HTML code that has the session ID in it so we can help you better.

 

no need for entire HTML just the one element.

 

if it is in the url then you can split by / and use list item as well.

Hey CD :),

 

I actually found a way to get the session ID by using the xpath parser. I just parsed the href and then replaced everything before the session id. I prefer this method than actual regex. It seems A LOT easier. 

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