我的開源項(xiàng)目dolphin-網(wǎng)絡(luò)資產(chǎn)風(fēng)險(xiǎn)監(jiān)測系統(tǒng)
項(xiàng)目簡介
dolphin 是一個(gè)的資產(chǎn)風(fēng)險(xiǎn)分析系統(tǒng),用戶僅需將一個(gè)主域名添加到系統(tǒng)中,dolphin會自動抓取與該域名相關(guān)的信息進(jìn)行分析;
例如同ICP域名,子域名,對應(yīng)IP,端口,URL地址,站點(diǎn)截圖,端口協(xié)議,郵箱地址,泄露信息等.
前端使用了bootstrap框架,控制臺使用的ThinkPHP; 底層數(shù)據(jù)來自于蜻蜓平臺的數(shù)據(jù)聚合系統(tǒng),調(diào)用了各類框架和API.
GitHub地址:?https://github.com/StarCrossPortal/dolphin
使用方法
將公司的主域名填進(jìn)去,dolphin能采集到同ICP域名
,子域名
,IP
,端口
,URL
,站點(diǎn)截圖
,漏洞
,產(chǎn)品指紋
,泄露信息
,郵箱
,證書
安裝方法
下載代碼:
git clone --depth=1 https://github.com/StarCrossPortal/dolphin.git && cd dolphin
啟動docker
docker run -it -d -p 80:80 -v $(pwd):/root/code --name dolphin daxia/qingting:dolphin
安裝依賴
docker exec -it dolphin bash -c 'cd /root/code && composer install'
新建MySQL數(shù)據(jù)庫,把
xinxishouji.sql
文件導(dǎo)入進(jìn)去復(fù)制
.example.env
為.env
,并修改數(shù)據(jù)庫地址信息瀏覽器打開地址:
http://xxxx/admin/home/index
感謝
項(xiàng)目UI體驗(yàn),靈感來自于0xbug大佬的biu系統(tǒng)
https://github.com/0xbug/Biu
數(shù)據(jù)由蜻蜓驅(qū)動,地址
http://qingting.starcross.cn/scenario/detail?id=2054
效果圖








