Automatic website pentesting with domain knowledge

Representational State Transfer(RESTful) API is one of the most popular specifications used by most systems nowadays. With the help of such regulation, back end systems can be easily regarded as individual services, rather than a whole heavyset of software solutions. To improve security of RESTful w...

Full description

Saved in:
Bibliographic Details
Main Author: Peng, Luocheng
Other Authors: Liu Yang
Format: Final Year Project
Language:English
Published: Nanyang Technological University 2021
Subjects:
Online Access:https://hdl.handle.net/10356/153246
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:Representational State Transfer(RESTful) API is one of the most popular specifications used by most systems nowadays. With the help of such regulation, back end systems can be easily regarded as individual services, rather than a whole heavyset of software solutions. To improve security of RESTful web services, API fuzzers then appear. API fuzzing tools are black box testing tools that can automatically analyze the APIs of the system and check for potential bugs and even vulnerabilities. To solve the problem that most API fuzzing tools need OpenAPI specification documentations as input and there are usually no such documentation provided by some systems, Passive Proxy API Processor(PPAP) is developed to automatically generate OpenAPI specification documentations based on user interaction with target systems. However, this paper only proposed a demo version of PPAP. There are also several improvement points on different content negotiation types support and also active proxy functions support.