InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs to vulnhub machines, hardware challenges and real life encounters. Subscribe to our weekly newsletter for the coolest infosec updates: https://weekly.infosecwriteups.com/

Follow publication

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Published in InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs to vulnhub machines, hardware challenges and real life encounters. Subscribe to our weekly newsletter for the coolest infosec updates: https://weekly.infosecwriteups.com/

Written by Praveen Kanniah

Loves Application Security. Breaks “Complexity Bias”

Responses (3)

Now copy them to a text file

--

If you want to download all the objects, you can render the html with the browser, copy inner code of the ul with class ullinks, save to a file in /tmp/sales/obj.html for example and run this code in python:
import bs4
with open("/tmp/sales/obj.html"…

--

Would be really cool if you showed a screenshot of the request your trying to make in Burp Repeater, and/or Burp Intruder. The way you were describing it is kinda confusing.

--