diff --git a/src/data/showcase/b0pass.png b/src/data/showcase/b0pass.png new file mode 100644 index 00000000000..39787d9d3b0 Binary files /dev/null and b/src/data/showcase/b0pass.png differ diff --git a/src/data/showcase/crawlergo.png b/src/data/showcase/crawlergo.png new file mode 100644 index 00000000000..a9298976cca Binary files /dev/null and b/src/data/showcase/crawlergo.png differ diff --git a/src/data/showcase/fastapi-sdk.png b/src/data/showcase/fastapi-sdk.png new file mode 100644 index 00000000000..bc65f005555 Binary files /dev/null and b/src/data/showcase/fastapi-sdk.png differ diff --git a/src/data/showcase/gogs.png b/src/data/showcase/gogs.png new file mode 100644 index 00000000000..08fd9210f63 Binary files /dev/null and b/src/data/showcase/gogs.png differ diff --git a/src/data/showcase/scan4all.png b/src/data/showcase/scan4all.png new file mode 100644 index 00000000000..8793ac39ba9 Binary files /dev/null and b/src/data/showcase/scan4all.png differ diff --git a/src/data/showcase/wscan.png b/src/data/showcase/wscan.png new file mode 100644 index 00000000000..b583cb96ab4 Binary files /dev/null and b/src/data/showcase/wscan.png differ diff --git a/src/data/users.tsx b/src/data/users.tsx index b880611ecf9..42972527564 100644 --- a/src/data/users.tsx +++ b/src/data/users.tsx @@ -304,7 +304,7 @@ const Users: User[] = [ tags: ['opensource','tool'], }, { - title: 'Gvc', + title: 'gvc', description: 'Geek‘s valuable collection. A cross-platform supertool that brings convinience to coding.', preview: require('./showcase/gvc.png'), website: 'https://github.com/gvcgo/gvc', @@ -312,13 +312,61 @@ const Users: User[] = [ tags: ['opensource','tool'], }, { - title: 'Veinmind-Tools', + title: 'veinmind-tools', description: 'veinmind-tools 是由长亭科技自研,基于 veinmind-sdk 打造的容器安全工具集。', preview: require('./showcase/veinmind-tools.png'), website: 'https://github.com/chaitin/veinmind-tools', source: 'https://github.com/chaitin/veinmind-tools', tags: ['opensource','tool'], }, + { + title: 'gogs', + description: 'gogs is a simple, fast and lightweight game server framework written in golang.', + preview: require('./showcase/gogs.png'), + website: 'https://github.com/metagogs/gogs', + source: 'https://github.com/metagogs/gogs', + tags: ['opensource'], + }, + { + title: 'wscan', + description: 'Wscan is a web security scanner that focuses on web security, dedicated to making web security accessible to everyone.', + preview: require('./showcase/wscan.png'), + website: 'https://github.com/chushuai/wscan', + source: 'https://github.com/chushuai/wscan', + tags: ['opensource','tool'], + }, + { + title: 'scan4all', + description: 'Official repository vuls Scan: 15000+PoCs; 23 kinds of application password crack; 7000+Web fingerprints; 146 protocols and 90000+ rules Port scanning; Fuzz, HW, awesome BugBounty( ͡° ͜ʖ ͡°)...', + preview: require('./showcase/scan4all.png'), + website: 'https://github.com/GhostTroops/scan4all', + source: 'https://github.com/GhostTroops/scan4all', + tags: ['opensource','tool'], + }, + { + title: 'crawlergo', + description: 'A powerful browser crawler for web vulnerability scanners.', + preview: require('./showcase/crawlergo.png'), + website: 'https://github.com/Qianlitp/crawlergo', + source: 'https://github.com/Qianlitp/crawlergo', + tags: ['opensource','tool'], + }, + { + title: '百灵快传(B0Pass)', + description: '基于Go语言的高性能 "手机电脑超大文件传输神器"、"局域网共享文件服务器"。LAN large file transfer tool。', + preview: require('./showcase/b0pass.png'), + website: 'https://4bit.cn/p/b0pass', + source: 'https://github.com/bitepeng/b0pass', + tags: ['opensource','tool'], + }, + { + title: '智元 Fast API SDK', + description: '智元 Fast API 是一站式API管理系统,将各类LLM API进行统一格式、统一规范、统一管理,使其在功能、性能和用户体验上达到极致。', + preview: require('./showcase/fastapi-sdk.png'), + website: 'https://github.com/iimeta/fastapi-sdk', + source: 'https://github.com/iimeta/fastapi-sdk', + tags: ['opensource','adminui'], + }, ]; export type User = {