KiteRunner – Hacker Tools: Next-level API hacking

Currently reading:
 KiteRunner – Hacker Tools: Next-level API hacking

Alexa09

Member
LV
1
Joined
Jun 22, 2023
Threads
12
Likes
9
Awards
4
Credits
1,223©
Cash
0$
When facing API endpoints, older tools for directory busting tend to be very ineffective. The days where a webserver is just a directory tree are behind us. The more modern ‘routes’ have taken over and wildly bruteforcing filenames isn’t effective anymore. We need to be smarter and scan based on popular API layouts. Let’s look at how KiteRunner can help with that!


kiterunner.png



🙋‍♂️ What is KiteRunner?


As the KiteRunner’s Github readme.md page explains, content discovery tools have been focusing on finding files and folders. However, for modern web applications and frameworks, in specific APIs, this approach isn’t effective anymore.


The creators felt like there was a need for a tool that can effectively brute force endpoints and routes in modern applications and that’s how KiteRunner was born.


Many modern frameworks (Flask, Rails, Express, Django and more) follow the paradigm of defining routes expecting certains headers, methods and so on. With this specific knowledge and through internet-wide searches for route names, methods, parameters and headers, KiteRunner can bruteforce API endpoints smarter and faster.

👷‍♀️ Setting up KiteRunner


As with many of these tools, the setup couldn’t be simpler.
  • Download the latest release from their GitHub page.
  • Untar the downloaded file and enjoy the binary!

Note: The name of the binary is kt. We recommend moving it into your path!


image.png



🚧 Conclusion


KiteRunner is a powerful tool to help you uncover all secret routes APIs hold. Mastering this will allow you to find vulnerabilities on endpoints unknown to others!
 
  • Like
  • Worked
Reactions: sarnpk and bright.ebasabor

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Top Bottom