MulVAL 工具安装配置

来源:互联网 发布:windows git 环境变量 编辑:程序博客网 时间:2024/05/19 16:06

mulval工具安装下载和安装说明: http://people.cs.ksu.edu/~xou/argus/software/mulval/readme.html

1、XSB安装
https://github.com/flavioc/XSB/blob/master/INSTALL
主要步骤:
1)cd XSB/build
2)./configure
3)./makexsb
4)Now you can run XSB using the shell script:
/home/ymn/software/XSB/bin/xsb

2、安装graphviz工具
https://stackoverflow.com/questions/29630434/graphviz-installation-ubuntu-14-04
安装遇到的问题:
“Dependency is not satisfiable: libgraphviz4 (>=2.18)”
解决办法:
This worked for me on a 64-bit machine.
Try adding these lines to your /etc/apt/sources.list file:
deb http://security.ubuntu.com/ubuntu lucid-security main
deb http://cz.archive.ubuntu.com/ubuntu lucid main

命令行中执行
sudo apt-get update
sudo apt-get install graphviz

graphviz的使用
http://blog.csdn.net/tao_627/article/details/26128001

3、mysql安装
http://jingyan.baidu.com/article/425e69e6bbc6c7be14fc1640.html

4、mulval安装
http://people.cs.ksu.edu/~xou/argus/software/mulval/readme.html

5、mulval运行
ymn@ubuntu:~/ymnFile$ graph_gen.sh /home/ymn/software/mulval/testcases/3host/input.P -v

如果顺利可以生成攻击图
这里写图片描述

原创粉丝点击