Skip to content

Commit 1c342d5

Browse files
committed
chore: update documentation
1 parent fd97d13 commit 1c342d5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/content/getting-started/install-mole.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ box. However, the Mole IDS team is working to port Mole to the major platforms.
99

1010
!!! note "Mole IDS Dependencies & Requirements"
1111
Mole IDS is build upon two libraries and they have to be installed on the
12-
system you want to run Mole IDS.
12+
system you want to run Mole IDS.
1313

1414
* [Yara](https://virustotal.github.io/yara/)
1515
* [PF_RING](https://www.ntop.org/products/packet-capture/pf_ring/)
@@ -85,13 +85,12 @@ echo pf_ring | sudo tee -a /etc/modules
8585

8686
### Install Yara
8787

88-
At the moment Mole IDS uses Yara version 3.11.0. We know there is a newer version
89-
of Yara and we will added asoon as possible.
88+
Mole IDS uses the latest Yara version avaliable at the moment, which is Yara v4.0.2.
9089

9190
```shell
92-
wget https://github.com/VirusTotal/yara/archive/v3.11.0.tar.gz -O yara.tgz
91+
wget https://github.com/VirusTotal/yara/archive/4.0.2.tar.gz -O yara.tgz
9392
tar xvfz yara.tgz
94-
cd yara-3.11.0
93+
cd yara-4.0.2
9594
./bootstrap.sh
9695
./configure --enable-magic
9796
make

docs/content/writing-rules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Writting rules
22

33
Mole IDS rule system is built on top of yara. You can find information about
4-
[writting basic yara rules](https://yara.readthedocs.io/en/v3.11.0/writingrules.html)
4+
[writting basic yara rules](https://yara.readthedocs.io/en/stable/writingrules.html)
55

66
## Syntax
77

0 commit comments

Comments
 (0)