Skip to content

Commit 1e26852

Browse files
author
javeleyqaqa
committed
1.0.8
1 parent 85ce74a commit 1e26852

File tree

15 files changed

+857
-740
lines changed

15 files changed

+857
-740
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 更新日志
22

3+
## 1.0.8
4+
- 优化颜色标记与颜色/主表格排序错乱与2次生效问题
5+
- 取消respond长度相同但是内容不同的标记
6+
37
## 1.0.7
48
- 添加`Delete item` 选项,可删除单条日志。
59
-`Site map`/`HTTP history`/`Logger`面板添加右键菜单,支持检测站点**单个****所有**请求

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SQL Injection Scout 是一个用于 Burp Suite 的扩展,专为帮助安全研
3737
3. 使用 Gradle 构建项目:
3838
```bash
3939
cd SQL-Injection-Scout
40-
./gradlew build
40+
./gradlew shadowJar
4141
```
4242
4.`Burp Suite` 中加载生成的 `JAR` 文件:
4343
- 打开 `Burp Suite`,导航到 `Extender` -> `Extensions`

build.gradle.kts

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ repositories {
2727

2828
includeGroup("com.github.milchreis")
2929
includeGroup("com.github.ncoblentz")
30-
includeGroup("com.github.CoreyD97")
31-
//
32-
//
30+
// includeGroup("com.github.CoreyD97")
31+
3332
}
3433
}
3534

@@ -44,13 +43,6 @@ dependencies {
4443
// Check for latest version: https://central.sonatype.com/artifact/net.portswigger.burp.extensions/montoya-api/versions
4544
implementation("net.portswigger.burp.extensions:montoya-api:2024.11")
4645
implementation ("io.github.java-diff-utils:java-diff-utils:4.12")
47-
implementation ("com.fifesoft:rsyntaxtextarea:3.5.3")
48-
implementation("com.github.milchreis:uibooster:1.21.1")
49-
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2")
50-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
51-
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.20")
52-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1") // 兼容 Kotlin 2.0 <button class="citation-flag" data-index="5"><button class="citation-flag" data-index="6">
53-
5446

5547

5648
// implementation("com.github.Google.Diff-Match-Patch:diff-match-patch:20121119")
@@ -59,10 +51,9 @@ dependencies {
5951
// Enable these if you want to use https://github.com/ncoblentz/BurpMontoyaLibrary
6052
implementation("com.github.ncoblentz:BurpMontoyaLibrary:0.1.26")
6153
//https://github.com/Milchreis/UiBooster/releases (a dependency of BurpMontoyaLibrary)
62-
//implementation("com.github.milchreis:uibooster:1.21.1")
54+
// implementation("com.github.milchreis:uibooster:1.21.1")
6355
// implementation ("com.github.CoreyD97:Burp-Montoya-Utilities:1.0.0")
6456
// implementation ("org.swinglabs:swingx:1.6.1")
65-
implementation ("com.github.CoreyD97:BurpExtenderUtilities:c03c1a2a1")
6657
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
6758
}
6859

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=1.0.7
1+
projectVersion=1.0.8
22
extensionName=SQL Injection Scout
33

44

0 commit comments

Comments
 (0)