syntribos/doc/source/index.rst

1.4 KiB

Syntribos

Syntribos is an automated API security testing tool.

Given a simple configuration file and an example HTTP request, syntribos can replace any API URL, URL parameter, HTTP header and request body field with a given set of strings. Syntribos iterates through each position in the request automatically. Syntribos aims to automatically detect common security defects such as SQL injection, LDAP injection, buffer overflow, etc. In addition, syntribos can be used to help identify new security defects by automated fuzzing.

Syntribos has the capability to test any API, but is designed with OpenStack applications in mind.

Index

about installation configuration commands running logging test-anatomy

For Developers

structure contributing code-docs unittests

Project information