Jump to content
UBot Underground

How To Track Http Header Area & Referrer All Link With The Help Of Python Code Which Is Hidden Or Not Hidden?


Recommended Posts

Hi.

 I want to track header and referrer area with the help of python code in which some link i have tracked by inspect element and some link is hidden how can i track those link.I m using TJ python plugin for tracking i am trying but not success i am trying in this way am going right way or wrong.How can i achieve these result:

 

alert($plugin function("ExecutePython.dll", "Execute From Code", "import requests
 
UA = \'Anti Spammer\'
REFERER = \'anti-spamming.com\'
HEADERS = \{
    \'User-Agent\': IN,
    \'Referer\': REFERER
    \}
BASE_URL = REMOTE
INNER_PAGE = \'headers\'
FULL_URL = BASE_URL + INNER_PAGE
resp = requests.get(FULL_URL, headers=HEADERS)
rText = resp.text
print(rText)", $Anaconda file path()))
 
 
Thanks 
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...