We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a7291 commit 15aed5aCopy full SHA for 15aed5a
.travis.yml
@@ -45,14 +45,6 @@ before_deploy:
45
- ./script/before_deploy.sh
46
47
deploy:
48
- - provider: releases
49
- api_key: ${GITHUB_TOKEN}
50
- file_glob: true
51
- file: build/mole_*
52
- skip_cleanup: true
53
- on:
54
- tags: true
55
-
56
- provider: pages
57
token: ${GITHUB_TOKEN}
58
edge: false
docs/content/index.md
@@ -1,3 +1,7 @@
1
# MOLE NIDS
2
3
-Mole
+Mole IDS is a lightweight Network Intrusion Detection System powered with [Yara](https://virustotal.github.io/yara/).
4
+
5
+Mole IDS is a command line tool that is able to capture the network traffic and
6
+analyze it based on Yara rules. The Yara rules used in Mole IDS are barely crafted
7
+for Mole IDS.
0 commit comments