我是一个Linux新手,有个小软件,snot-0.91a怎么用?
我是一个新手,有个小软件,snot-0.91a,是从网上下的,
是一个针对ids的拒绝服务工具,以snort的rule作为输入,Snot是一个任意包生成器,使用snort规则文件作为它的包信息源。可实时生成任意的未包含于规则中的信息,以牵制snort规则'snot 检测'的生成
下载完毕后,我作了如下操作,
[root@TestObj root]# tar zxvf snot-0.91a.tar.tar
snot-0.91a/
snot-0.91a/Makefile
snot-0.91a/README.txt
snot-0.91a/TODO.txt
snot-0.91a/getopt.c
snot-0.91a/getopt.h
snot-0.91a/snortrules.txt
snot-0.91a/snot.dsp
snot-0.91a/snot.dsw
snot-0.91a/snot.h
snot-0.91a/snot_main.c
snot-0.91a/snot_parse_rules.c
snot-0.91a/snot_send_packets.c
snot-0.91a/tr.sh
[root@TestObj root]# cd snot-0.91a
[root@TestObj snot-0.91a]# ls
getopt.c Makefile snortrules.txt snot.dsw snot_main.c snot_send_packets.c tr.sh
getopt.h README.txt snot.dsp snot.h snot_parse_rules.c TODO.txt
然后就进行不下去了,谁告诉我前两步对不对,以后又该做什么
用的是红帽
[root@TestObj root]# uname -a
Linux TestObj 2.4.20-8smp #1 SMP Thu Mar 13 17:45:54 EST 2003 i686 i686 i386 GNU/Linux
你看看那个README啊
前2步没错 看到这些文件我估计再make一下就可以了
命令行输入make 回车
[root@TestO
相关问答:
写了个测试程序如下
struct hostent *hp;
char AlarmDevIP[20];
int x2;
hp = gethostbyname("www.google.com");
if (hp)
{
......
由于我才刚刚接触socket编程,自己写了一个简单程序,但就是在运行的时候出现段错误,无法解决,现在我把源代码贴出来,请各位大虾指正一下!谢谢!
#include<stdio.h>
#include<stdlib.h>
#include& ......
现在需要在一个嵌入式系统中实现时间函数,编译器未提供time库函数,请问大家如何用c语言实现时间函数啊?
年月日时分秒 到 整数秒(从1970年开始) 之间的相关转换啊
类似mktime 和localtime的功能,谢谢
mktime ......
主机OS是WINXP,已上INTERNET,IPCONFIG后内容如下:
[
Ethernet adapter VMware Network Adapter VMnet8:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . ......