Hacking APIs: Difference between revisions

From Enlace Hacktivista
Jump to navigation Jump to search
mNo edit summary
Line 19: Line 19:
* Decode JSON Web Tokens (Online): https://jwt.io
* Decode JSON Web Tokens (Online): https://jwt.io
* [https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/JSON%20Web%20Token JWT - JSON Web Token]
* [https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/JSON%20Web%20Token JWT - JSON Web Token]
=== Wordlists ===
* Kiterunner is a contexual content discovery tool built by Assetnote built for testing APIs. You can use the .kite files with the Kiterunner tool. Additionally, the swagger-wordlist.txt dataset can be used with traditional content discovery tools: https://wordlists.assetnote.io


== Intercepting proxies ==
== Intercepting proxies ==

Revision as of 00:40, 7 August 2023

Labs

Prerequisite reading

Tools

Wordlists

  • Kiterunner is a contexual content discovery tool built by Assetnote built for testing APIs. You can use the .kite files with the Kiterunner tool. Additionally, the swagger-wordlist.txt dataset can be used with traditional content discovery tools: https://wordlists.assetnote.io

Intercepting proxies

These let you view, edit, and replay requests, and are extremely useful for finding vulnerabilities in web, mobile and API applications.