Skip to content

Commit

Permalink
chore: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Xumeiquer committed Jul 31, 2020
1 parent fd97d13 commit 1c342d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions docs/content/getting-started/install-mole.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ box. However, the Mole IDS team is working to port Mole to the major platforms.

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

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

### Install Yara

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

```shell
wget https://github.com/VirusTotal/yara/archive/v3.11.0.tar.gz -O yara.tgz
wget https://github.com/VirusTotal/yara/archive/4.0.2.tar.gz -O yara.tgz
tar xvfz yara.tgz
cd yara-3.11.0
cd yara-4.0.2
./bootstrap.sh
./configure --enable-magic
make
Expand Down
2 changes: 1 addition & 1 deletion docs/content/writing-rules.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Writting rules

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

## Syntax

Expand Down

0 comments on commit 1c342d5

Please sign in to comment.