bugbounty_file_upload_testing
Test web applications for file upload vulnerabilities by generating targeted testing workflows with appropriate test files to identify security weaknesses.
Instructions
Create file upload vulnerability testing workflow.
Args: target_url: Target URL for file upload testing
Returns: File upload testing workflow with test files
Input Schema
Name | Required | Description | Default |
---|---|---|---|
target_url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"target_url": {
"title": "Target Url",
"type": "string"
}
},
"required": [
"target_url"
],
"type": "object"
}