Skip to main content

Questions tagged [api-hacking]

1 vote
1 answer
58 views

How to find what app is doing when I press a certain button in the unpacked APK

I will first try to explain what I am trying to accomplish, and then relate that to the question. There is a certain Android app in which you are able to 'plan a trip' (set a start and end point) and ...
Kovy Jacob's user avatar
0 votes
1 answer
456 views

How could I extract a certificate and private key out of a exe?

I’m trying to get API responses from a backend service to make a server emulator for a game called NBA 2k17, but I can't get to them cause they are encrypted so I need to impersonate the client to get ...
Botytec's user avatar
2 votes
0 answers
32 views

How to deal with this frustrating case of JWT auth bearer + async token?

Here's the case: I'm analyzing an API and the way JWT was implemented seems to be anti-tampering. There's two components that must be there or there's an authentication error: Auth Bearer -> Stays ...
r3verse3ngineer's user avatar
0 votes
1 answer
134 views

Reversing Games like Manfred dis

I've looked at as many resources on Manfred and Manfred's work I've watched the DEFCON 25 Live talk about what he hacked. Here I've also looked, listened and read the dark net diaries Part One - ...
Silence's user avatar
0 votes
1 answer
860 views

Windows User Identification / HWID Limiting

I've been playing a game that has an HWID limit and a bunch of other limitations, such as: a) Cannot be ran in a VM b) Cannot be ran using Sandboxie and other Sandbox environments c) Limits 3 ...
layer07's user avatar
0 votes
0 answers
45 views

There is a course in which they teach you to use WinAFL?

I would like to know if there is a course that begins in a basic way, such as how to use winAFL to find bugs in app desktop.
Jhon's user avatar
  • 9
2 votes
1 answer
549 views

Reverse Engineering API's of Browser games

I like the idea of Reverse Engineering API's and creating bots/scripts for Browser games. However, I am a beginner in the Computer Science field. I recently started my Computer Science Degree and ...
john doe's user avatar
2 votes
0 answers
129 views

Accessing Windows 10 Feedback Hub Data

I'm trying to make a website that displays the feedback from the Windows 10 Feedback Hub but i have met a roadblock. I'm using Fiddler 4 (Fiddler Everywhere doesn't have support for UWP yet and ...
Dar's user avatar
  • 21
0 votes
0 answers
115 views

APi mocking and redirecting target to localhost api

Suppose I have got an application which sends request (GET,POST) to google.com:1010/api/req Is it possible to simulate the api on localhost and redirect requests sent to google.com:1010/api/req to ...
FreeMind's user avatar
  • 639