-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathneti.conf
More file actions
57 lines (46 loc) · 857 Bytes
/
neti.conf
File metadata and controls
57 lines (46 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Net-Injector config file
# Copyright (C) 2002 by Jean Philippe GUILLEMIN <jp.guillemin@free.fr>
# license: This software is under GPL license
# date: 04 17 2003
# rev: 0.8
[GENERAL_PARAMETERS]
keep_sniffing = 0
timeout = 5
no_lookup = 0
do_reverse_lookup = 0
be_promiscuous = 1
be_blind = 0
[IP_PARAMETERS]
protocol = TCP
source_port = 666
dest_port = 139
#source_address = 192.168.1.111
dest_address = 192.168.1.100
#interface = eth0
timeout = 20
ttl = 40
#offset = 0
[IP_TOS]
tos_minimum_cost = 1
tos_maximum_reliability = 0
tos_maximum_throughput =0
tos_minimum_delay = 0
[TCP]
syn = 1
ack = 0
push = 0
rst = 0
fin = 0
urg = 0
window = 1024
tcp_timestamp = 0
[ICMP]
icmp_code = 0
icmp_type = 8
#icmp_redirect_gateway = 192.168.1.200
icmp_echo_id = 5
[FILTERS]
filter_on_icmp = 1
filter_on_udp = 0
filter_on_tcp = 1
filter_on_target_addr = 1