Skip to content

Commit 4b74811

Browse files
author
asr
committed
change lfs and update docs
1 parent 8f6d6e5 commit 4b74811

18 files changed

+66
-19
lines changed

.gitattributes

-2
This file was deleted.

docs/advanced/index.html

+9-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,15 @@
4242
<h2>Advanced</h2>
4343
<p>Use <code>netspot</code> as a pro</p>
4444

45-
45+
<div class="grid">
46+
47+
<article class="contrast"><a href="/netspot/advanced/service/">Service</a></article>
48+
49+
50+
<article class="contrast"><a href="/netspot/advanced/spot/">Spot Algorithm</a></article>
51+
52+
53+
</div>
4654
</div>
4755
</main>
4856

docs/categories/index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
<div class="content">
3838
<h2>Categories</h2>
3939

40-
40+
<div class="grid">
41+
42+
</div>
4143
</div>
4244
</main>
4345

docs/developer/index.html

+15-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,21 @@ <h2>Developer</h2>
4747
<p>First we recommend to look at <a href="../get-started/architecture/"><code>netspot</code> architecture</a>. It will show you all the key elements of the tool as
4848
most of them can be extended.</p>
4949

50-
50+
<div class="grid">
51+
52+
<article class="contrast"><a href="/netspot/developer/counter/">Counters</a></article>
53+
54+
55+
<article class="contrast"><a href="/netspot/developer/stat/">Statistics</a></article>
56+
57+
58+
<article class="contrast"><a href="/netspot/developer/exporter/">Exporting module</a></article>
59+
60+
61+
<article class="contrast"><a href="/netspot/developer/toolchain/">Developer toolchain</a></article>
62+
63+
64+
</div>
5165
</div>
5266
</main>
5367

docs/download/index.html

+9-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,15 @@ <h2>Download</h2>
5353
you can run it as root (not recommended) or you can add the sniffing capability.</p>
5454
<div class="highlight"><pre style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bash" data-lang="bash">sudo setcap cap_net_admin,cap_net_raw<span style="font-weight:bold">=</span>eip ./netspot
5555
</code></pre></div>
56-
56+
<div class="grid">
57+
58+
<article class="contrast"><a href="/netspot/download/sources/">From sources</a></article>
59+
60+
61+
<article class="contrast"><a href="/netspot/download/service/">Systemd service</a></article>
62+
63+
64+
</div>
5765
</div>
5866
</main>
5967

docs/get-started/index.html

+12-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,18 @@ <h2>Get started</h2>
5353
find relevant anomalies on your network.</p>
5454
<p>This work has been published at IEEE TrustCom 2020: <em>Netspot: a simple Intrusion Detection System with statistical learning</em>.</p>
5555

56-
56+
<div class="grid">
57+
58+
<article class="contrast"><a href="/netspot/get-started/basic/">Basic usage</a></article>
59+
60+
61+
<article class="contrast"><a href="/netspot/get-started/configuration/">Configuration</a></article>
62+
63+
64+
<article class="contrast"><a href="/netspot/get-started/architecture/">Architecture</a></article>
65+
66+
67+
</div>
5768
</div>
5869
</main>
5970

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<h1 class="netspot">§2n|1e|2t|1s|3[+]p|1o|2t|1</h1>
3434
<h5>A simple IDS with statistical learning</h5>
3535
</hgroup>
36-
<a role="button" href="/get-started/">Get Started</a>
37-
<a role="button" href="/download/">Download</a>
36+
<a role="button" href="/netspot//get-started/">Get Started</a>
37+
<a role="button" href="/netspot//download/">Download</a>
3838
</div>
3939
<div class="grid" style="margin-top: 4em;">
4040
<div><article>

docs/scss/style.css

+13-3
Original file line numberDiff line numberDiff line change
@@ -6429,8 +6429,9 @@ readers do not read off random characters that represent icons */
64296429

64306430
article {
64316431
/* haut | droit | bas | gauche */
6432-
padding-left: 2em;
6433-
padding-right: 2em; }
6432+
text-align: justify;
6433+
padding-left: calc(var(--spacing-block) * 0.5 * var(--spacing-factor-xl));
6434+
padding-right: calc(var(--spacing-block) * 0.5 * var(--spacing-factor-xl)); }
64346435

64356436
.netspot {
64366437
font-family: 'Datalegreya-Gradient';
@@ -6532,7 +6533,16 @@ nav ul:first-of-type {
65326533
.toc {
65336534
display: none; }
65346535
.content {
6535-
width: 100%; } }
6536+
width: 100%; }
6537+
.netspot {
6538+
font-size: 6em; }
6539+
.banner {
6540+
margin: 0;
6541+
padding: 0; }
6542+
.banner nav.container {
6543+
padding: 0.5em; }
6544+
article {
6545+
padding: var(--spacing-block) var(--spacing-gutter); } }
65366546

65376547
@media (prefers-color-scheme: dark) {
65386548
.banner {

docs/tags/index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
<div class="content">
3838
<h2>Tags</h2>
3939

40-
40+
<div class="grid">
41+
42+
</div>
4143
</div>
4244
</main>
4345

miner/counters/test/small.pcap

-3
This file was deleted.

miner/test/test.pcap

-3
This file was deleted.

test/empire.pcap

17 MB
Binary file not shown.

test/geeklounge.pcap

24.5 MB
Binary file not shown.

test/mirai.pcap

28.6 MB
Binary file not shown.

test/openflow.pcapng

377 KB
Binary file not shown.

test/snort.pcap

53.7 MB
Binary file not shown.

test/toolsmith.pcap

83.3 KB
Binary file not shown.

test/wifi.pcap

3.33 MB
Binary file not shown.

0 commit comments

Comments
 (0)