Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/4x99/code6

码小六 - GitHub 代码泄露监控系统
https://github.com/4x99/code6

github gsil laravel php security

Last synced: 5 days ago
JSON representation

码小六 - GitHub 代码泄露监控系统

Awesome Lists containing this project

README

        

![码小六](https://4x99.github.io/snapshot/code6/logo.png)

![license](https://img.shields.io/github/license/4x99/code6?color=%231890FF&style=flat-square)
![release](https://img.shields.io/github/v/release/4x99/code6?color=%231890FF&sort=semver&style=flat-square)
![stars](https://img.shields.io/github/stars/4x99/code6?color=%231890FF&style=flat-square)
![forks](https://img.shields.io/github/forks/4x99/code6?color=%231890FF&style=flat-square)
![watchers](https://img.shields.io/github/watchers/4x99/code6?color=%231890FF&style=flat-square)

码小六是一款 GitHub 代码泄露监控系统,通过定期扫描 GitHub 发现代码泄露行为,为企业安全保驾护航!

---

> 因 GitHub 官方搜索架构调整,码小六即日起暂停维护,详见 https://github.com/4x99/code6/issues/264 ,感谢大家支持,后会有期! 2023.04.27

---

## 系统特点
- 全可视化界面,操作简单
- 支持移动端,随时随地解决问题
- 支持 GitHub 令牌管理及智能调度
- 扫描配置灵活,可单独配置任务扫描参数
- 扫描结果信息丰富,支持批量操作
- 支持代理配置,扫描 GitHub 更通畅
- 支持白名单模式,可按仓库和文件名过滤
- 支持邮件、钉钉、飞书、WebHook、Telegram、企业微信通知

---

## 运行环境
- Linux
- PHP >= 7.3.0
- Composer
- MySQL >= 5.7
- Apache >= 2.4

---

## 安装部署
码小六支持 [Docker-Compose 部署](doc/deploy-docker-compose.md)(推荐)、[Docker 部署](doc/deploy-docker.md) 与 [源码部署](doc/deploy-source.md),请根据情况选择!

---

## 系统界面
请点击浏览大图 :P

#### 登录页面
![登录页面](https://4x99.github.io/snapshot/code6/login.png)

#### 应用概况
![应用概况](https://4x99.github.io/snapshot/code6/home.png)

#### 扫描结果
![扫描结果](https://4x99.github.io/snapshot/code6/code-leak.png)

#### 令牌配置
![令牌配置](https://4x99.github.io/snapshot/code6/config-token.png)

#### 任务配置
![任务配置](https://4x99.github.io/snapshot/code6/config-job.png)

#### 通知配置
![通知配置](https://4x99.github.io/snapshot/code6/config-notify.png)

#### 白名单配置
![白名单配置](https://4x99.github.io/snapshot/code6/config-whitelist.png)

#### 手机移动版
![移动版](https://4x99.github.io/snapshot/code6/mobile.png)