OneScan is an innovative Burp Suite plugin designed to enhance vulnerability detection in deeply nested directories of web applications.
Initially conceptualized to identify hidden Swagger-API documentation, OneScan has evolved into a versatile tool capable of uncovering sensitive information leaks, unauthorized access points, and privilege escalation vulnerabilities.
OneScan operates by recursively scanning directories, leveraging payload dictionaries to probe for hidden endpoints.
For example, given a target URL https://www.example.com/a/b/c/xyz.js
, OneScan systematically scans paths like /api-docs
or /{{domain.name}}.zip
across all directory levels. This recursive approach ensures comprehensive coverage of potential vulnerabilities.
Key functionalities include:
{{host}}
, {{domain}}
, {{timestamp}}
) to adapt scans based on the target’s structure.Installing OneScan in Burp Suite involves navigating to the “Extender” tab, adding the plugin’s JAR file, and configuring dependencies like the HaE plugin for enhanced logging and data highlighting.
Configuration files are stored in platform-specific directories (e.g., ~/.config/OneScan/
for Linux).
Users can customize:
OneScan’s auxiliary panel extracts JSON fields from requests and responses, while its filtering system allows users to set temporary or permanent rules for data analysis.
The plugin also supports integration with external tools like HaE for sensitive data highlighting.
OneScan is ideal for:
With its robust features and ease of use, OneScan empowers security professionals to uncover vulnerabilities in complex directory structures efficiently.
Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…
While file extensions in Linux are optional and often misleading, the file command helps decode what a…
The touch command is one of the quickest ways to create new empty files or update timestamps…
Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…
Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…
Creating directories is one of the earliest skills you'll use on a Linux system. The mkdir (make…