A Linker-GUI based on Tauri.
请到发布页面下载:Release page
工具和启动器需要分开下载
配置linker-gui.exe 相对目录下的 linker.toml
请充分尊重工具作者,标注来源
[linker]
version = "0.1.1"
name = "linker"
root = "E:/tools"
categories = [ "Info Gather" ]
references_categories = ["文档", "工具", "poc", "exp"]
[langs]
# # linux xdg-open# home 为空 则说明在系统环境变量中
system = { home = "", bin = "cmd.exe", opts = ["/C", "start"] }
java8 = { home = "env/jdk-1.8", bin = "bin/java.exe", opts = ["-jar"] }
java11 = { home = "env/jdk-11", bin = "bin/java.exe", opts = ["-jar"] }
python3 = { home = "", bin = "python.exe" }
[references]
exploitdb = { category = "exp", link = "https://www.exploit-db.com/" }
[weapons]
# Info Gather
"Search_Viewer_V4.2" = { category = "Info Gather", home = "info", lang = "system", file = "Search_Viewer_V4.2.exe", src = "https://github.com/G3et/Search_Viewer" }
"FofaViewer_1.1.15" = { category = "Info Gather", home = "info/FofaViewer_1.1.15_JDK8", lang = "java8", file = "fofaviewer.jar", src = "https://github.com/wgpsec/fofa_viewer" }
"mitan" = { category = "Info Gather", home = "info/mitan", lang = "java8", file = "mitan-jar-with-dependencies.jar", src = "https://github.com/kkbo8005/mitan" }
"some_full" = {
category = "Info Gather",
home = "info/mitan",
lang = "java8", lang_opts=[],
file = "mitan-jar-with-dependencies.jar", opts = [],
src = "https://github.com/kkbo8005/mitan"
}- 性能友好
- 配置度更高
- 更友好的界面
- 使用toml配置
See CONTRIBUTING.md for more details.
To run the development server, execute the following commands after all prerequisites for Tauri are installed:
pnpm i
pnpm run check
pnpm devIssue and PR welcome!
Linker-GUI was based on or inspired by these projects and so on:
- tauri-apps/tauri: Build smaller, faster, and more secure desktop applications with a web
- vitejs/vite: Next generation frontend tooling. It's fast!
GPL-3.0 License. See License here for details.


