6. Perform "./configure --with-libnet-includes=/usr/include/ --with-libnet-libraries=/usr/lib/ --enable-debug" and compile.
Installing Nemesis on UNIX-like systems is a straightforward process that
closely resembles installing any other piece of software using GNU autotools.
Before attempting to install Nemesis, ensure that libnet-1.0.2a is installed.
The following steps are all that is needed to compile and install Nemesis
procedure which i followed)
1. ./configure
2. make
3. make install
4. examine the nemesis man pages
5. enjoy.
When compiling the following switches are available:
----------------------------------------------------
`--enable-debug'
Enable debugging options (bugreports and developers only).
`--with-libnet-includes=DIR'
If the configuration script can't find the libnet include files on its
own, the path can be set manually with this switch.
`--with-libnet-libraries=DIR'
If the configuration script can't find the libnet library files on its
own, the path can be set manually with this switch.
testing:
while true; do sudo nemesis arp -v -r -d eth0 -S 210.XXX.198.XXX -D 210.XXX.198.XXX -h 00:1a:4d:5d:99:3f -m 44:87:fc:a8:7e:41 -H 00:1a:4d:5d:99:3f -M 44:87:fc:a8:7e:41; echo "Redirecting..."; sleep 10; done
在UNIX-like系统上安装Nemesis是一个简单的过程,类似于使用GNU autotools安装其他软件。确保安装了libnet-1.0.2a后,通过'./configure', 'make', 'make install'步骤进行编译和安装。此外,可以使用配置选项 '--enable-debug', '--with-libnet-includes' 和 '--with-libnet-libraries' 来指定路径。安装完成后,可以查看nemesis的man页面并开始使用。"
107128560,8763272,C语言实现:判断素数并统计个数,"['C语言', '算法', '素数', '编程题']
9454

被折叠的 条评论
为什么被折叠?



