Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
189 - 1
 
2
module "pgsqldb" {
3
	dbconf:		"user=unicornscan password=scanit! host=localhost dbname=unicornscan";
4
	logpacket:	"true";
5
};
6
 
7
module "osdetect" {
8
	/*	Stim	TCPFLG	TTL	DF	WS	TOS	Misc	*/
9
	/* tcpopts		type	desc				*/
10
 
11
	"	ST6,	SA,	64,	1,	32768,	0,	TS0,	"
12
	"MSS1460:N:WS0:N:N:TS,	NetBSD,	NetBSD_2.?_Generic		";
13
 
14
	"	ST6,	SA,	64,	1,	5792,	0,	none,	"
15
	"MSS1460:S:TS:N:WS2,	Linux,	Linux_2.6_newer			";
16
 
17
	"	ST6,	SA,	64,	1,	5792,	0,	none,	"
18
	"MSS1460:S:TS:N:WS0,	Linux,	Linux_2.[46]			";
19
 
20
	dumpunknown:	true;
21
};