An open API service indexing awesome lists of open source software.

https://github.com/vaycore/OneScan

OneScan 是一款用于递归目录扫描的 BurpSuite 插件
https://github.com/vaycore/OneScan

burp burp-extensions burp-plugin burpsuite burpsuite-extender dir-fuzz dir-scanner dir-search dirscan fuzz

Last synced: about 2 months ago
JSON representation

OneScan 是一款用于递归目录扫描的 BurpSuite 插件

Awesome Lists containing this project

README

          


OneScan


OneScan 是一款用于递归目录扫描的 BurpSuite 插件,为发现更深层次目录下隐藏的漏洞赋能


[![Repo stars](https://img.shields.io/github/stars/vaycore/OneScan)](https://github.com/vaycore/OneScan/stargazers)
[![Downloads total](https://img.shields.io/github/downloads/vaycore/OneScan/total?label=Downloads)](https://github.com/vaycore/OneScan/releases)
[![Repo tags](https://img.shields.io/github/v/tag/vaycore/OneScan?label=Latest)](https://github.com/vaycore/OneScan/tags)
[![Downloads latest total](https://img.shields.io/github/downloads/vaycore/OneScan/latest/total?label=Downloads@latest)](https://github.com/vaycore/OneScan/releases)


## 停止维护说明

- 2025年06月24日起,OneScan 决定永久停止维护,很感谢各位师傅一路走来的陪伴和支持,给各位师傅带来的不便,还请师傅们见谅
- 遇到了 BUG 或者有更好的想法,欢迎师傅们进行二次开发。代码可读性应该还行,注释也挺全的(就是写的乱了点)

## 项目编译

开发环境如下:

- JDK 1.8
- Apache Maven 3.9.9

编译命令如下:

```bash
mvn clean package
```

## END