安装

# apt-get install nepenthes

配置文件

# vi submit-file.conf

submit-file
{
path "/var/lib/nepenthes/binaries/"; //存放恶意程序的路径
};
# vi submit-norman.conf

submit-norman
{
// this is the adress where norman sandbox reports will be sent
email "nsbx@mwcollect.org"; //分析恶意程序结果,发送邮件通知
urls ("http://www.norman.com/microsites/nsic/Submit/Special/45773/",
"http://luigi.informatik.uni-mannheim.de/submit.php?action=veri
fy"); //恶意程序分析url
};
# vi log-download.conf

log-download
{
downloadfile "/var/log/nepenthes/logged_downloads"; // log download attem
pts //日志记录路径
submitfile "/var/log/nepenthes/logged_submissions"; // log successfull do
wnloads
};

Metasploit

Metasploit是一款开源的安全漏洞检测工具

安装msf

# curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall
# chmod 755 msfinstall
# ./msfinstall

出现如下错误:

curl: (35) error:0D0C50A1:asn1 encoding routines:ASN1_item_verify:unknown message digest algorithm

解决办法:

拷贝文件内容到msfinstall文件

安装postgresql

# apt-get install postgresql
# su - postgres
# psql
# \password
123456

运行

应用msf扫描蜜罐,使用nepenthes检测恶意软件

# msfconsole

最新文章

  1. 使用SPIRE.XLS来创建Excel 工作簿
  2. C++混合编程之idlcpp教程Lua篇(8)
  3. IOS开发数据库篇—SQLite模糊查询
  4. make自动生成依赖文件的两种形式
  5. Python标准库06 子进程 (subprocess包)
  6. div+css页面居中代码
  7. 【UVA】11732 - strcmp() Anyone?
  8. C语言库函数大全及应用实例十二
  9. Linux 下安裝 MyEclipse
  10. tableview 详解I
  11. SVN更新失败,提示locked 怎么破
  12. break退出循环分析
  13. 第一次实验: CC2530平台上电源管理与休眠
  14. ARTS打卡计划第一周-Share-系统字典模块的设计
  15. xenserver 上传centos6.8镜像
  16. 第 16 章 C 预处理器和 C 库(string.h 库中的 memcpy() 和 memmove())
  17. Solr7.1--- 生产环境搭建
  18. scrapy框架 + selenium 爬取豆瓣电影top250......
  19. 【洛谷】P2179 [NOI2012]骑行川藏
  20. 一个新手后端需要了解的前端核心知识点之position(一)

热门文章

  1. java http get/post请求
  2. 荔枝派nano例子
  3. 接口项目servlet的一种处理方式,将异常返回给调用者【我】
  4. java多线程(五)线程通讯
  5. CentOS7下安装Nexus私服及基础配置
  6. Cassandra开发入门文档第一部分
  7. Python原生调试工具pdb实践小结
  8. 使用pprof调试go程序
  9. Fiddler抓包工具的简单使用
  10. DDD/CQRS模式,微服务,容器