安全圈 | 专注于最新网络信息安全讯息新闻

首页

torque59/nosqlpot:the nosql honeypot framework

作者 gigliotti 时间 2020-02-25
all

NoSQL蜜罐框架(NoPo)是NoSQL資料庫的一個開源蜜罐,它可以自動檢測攻擊者,記錄攻擊事件。模擬引擎使用twisted框架部署,現時該框架支持redis。

N、B:這個框架正在開發中,很容易出錯

螢幕截圖

安裝

您可以通過尅隆Git存儲庫來下載NoPo:

git clone https://github.com/torque59/nosqlpot.git pip install -r requirements.txt

NoPo可以在任何平臺上與Python 2.6.x和2.7.x版一起使用。

用法

獲取基本選項清單:

python nosqlpot.py -h

部署nosql引擎:

python nosqlpot.py -deploy redis pythom nosqlpot.py -deplot couch

使用設定檔部署nosql引擎:

python nosqlpot.py -deploy redis -config filename

日誌命令,會話到檔案:

python nosqlpot.py -deploy redis -out log.out