Skip to content

Commit 8280bdb

Browse files
author
AliAtashGar7
committed
Initial commit
1 parent 564a6d1 commit 8280bdb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# LDAPSentinel
32

43
# LDAPSentinel Repository Structure and README
@@ -23,7 +22,6 @@ LDAPSentinel/
2322
├── tests/
2423
│ ├── basic.test
2524
│ └── sample_ldap_traffic.pcap
26-
2725
```
2826

2927
## README
@@ -60,7 +58,9 @@ This project is tailored for users running Zeek versions **below 6.1**, as these
6058

6159
```bash
6260
git clone https://github.com/yourusername/LDAPSentinel.git
63-
cd LDAPSentinel
61+
mkdir /opt/zeek/share/zeek/site/LDAPSentinel
62+
cd LDAPSentinel/scripts
63+
cp -r . /opt/zeek/share/zeek/site/LDAPSentinel
6464
```
6565

6666
3. **Load the Script**
@@ -87,4 +87,3 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
8787
## Changelog
8888

8989
All changes to this project are documented in the [CHANGELOG.md](CHANGELOG.md) file.
90-

0 commit comments

Comments
 (0)