Skip to content

Commit

Permalink
showcase update
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Nov 21, 2024
1 parent 1446c24 commit 4311e5f
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 2 deletions.
Binary file added src/data/showcase/b0pass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/data/showcase/crawlergo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/data/showcase/fastapi-sdk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/data/showcase/gogs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/data/showcase/scan4all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/data/showcase/wscan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 50 additions & 2 deletions src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,21 +304,69 @@ 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',
source: 'https://github.com/gvcgo/gvc',
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 = {
Expand Down

0 comments on commit 4311e5f

Please sign in to comment.