Login to any site via POST request

multysplex

Newbie
Joined
Dec 18, 2021
Messages
8
Reaction score
2
Hello, please tell me how can I log in to any site through a POST request? First, I need WireShark and see what JSON scheme is sent and then adjust it for myself?
 
i doubt any such technology loophole still exists. perhaps there's already CSRF token being implemented. good luck but i sincerely doubt it.
 
You don't need wireshark. You can use chrome or firefox request tab to check which requests ate being made. Then you replicate with your favorite programming language.
 
You don't need wireshark. You can use chrome or firefox request tab to check which requests ate being made. Then you replicate with your favorite programming language.
Let's say there is a "Buy" button in the application on the phone, how then can I understand what is being sent? I want to form the same request so that my script on my phone does the same thing as when I click on the "Buy" button
 
Let's say there is a "Buy" button in the application on the phone, how then can I understand what is being sent? I want to form the same request so that my script on my phone does the same thing as when I click on the "Buy" button
Well, is it a mobile app or a website?
 
Is is rooted?
you can try using charles proxy to sniff requests. But the app may prevent that, you will only know if you try.
android is not rooted
But in general it would be more convenient to do all this on ios
 
Hello, please tell me how can I log in to any site through a POST request? First, I need WireShark and see what JSON scheme is sent and then adjust it for myself?
I doubt you can do that today friend, sorry haha.
 
You can use Charles Proxy but need to config something to can get the request. You can find the way how to config on there website
 
Back
Top