Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 417 Bytes

API Fuzzing.md

File metadata and controls

14 lines (11 loc) · 417 Bytes
aliases tags sources
security

It is a software testing technique that helps detect vulnerabilities in APIs

It does this by sending unexpected or invalid input data to the APIs

Types:

  • Black-box - testing an API without any knowledge of its internal workings
  • Grey-box - testing an API with some knowledge of its internal workings
  • White-box - testers have access to the source code of the API