fosr 0.1.0

Fos-R (Forgery Of Security Records) is a synthetic network traffic generator.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[hosts]]
    [[hosts.interfaces]]
        ip = "10.25.100.11"
        provides = [80, 21]
        uses = [53,22]
[[hosts]]
    [[hosts.interfaces]]
        ip = "10.25.100.12"
        provides = [53]
[[hosts]]
    [[hosts.interfaces]]
        ip = "10.25.100.13"
        provides = [22]
        uses = [21]
[[hosts]]
    [[hosts.interfaces]]
        ip = "10.25.100.20"
        uses = [22, 21]