How to download using Brupsuite?

Joined
Dec 23, 2023
Messages
1
Reaction score
0
A guy told me that he downloads the paid courses content using brupsuite and I asked him he hesitated to mention. Does anyone know how to download content with brupsuite?
 
A guy told me that he downloads the paid courses content using brupsuite and I asked him he hesitated to mention. Does anyone know how to download content with brupsuite?
You can sniff network requests with burpsuite, i guess the guy found video links while sniffing network requests. If you have a sample video course then you can send me via dm. I can check it for you.
 
Intercept the server request and responses with burpsuite.

I know it's not a hacking forum. But here's the tip. :)

- When you hit the download button, the server query (request) checks if you've an access or not (free or paid user).
- For example: If you are a paid user, the response from the server would be 1, but if you are a free user, the response could be 0.
- With burpsuite, you can intercept and manipulate the response to make it 1, even if the actual response was 0.

I hope that explains your question.
 
If he was able to download using burpsuite then the maker of the website was an idiot who did not know how to build websites, for most websites you wont be able to use his method.
 
Back
Top