Skip to content

Commit b93ef9d

Browse files
committed
Update doc index
1 parent a565289 commit b93ef9d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/index.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
Welcome to CredSLayer's documentation!
22
======================================
33

4-
CredSLayer goal is to look for credentials and other useful stuff in network captures. Two modes are available, pcap scanning and active processing. The latest listens for packets on a chosen interface and extract on the fly valuable data.
4+
CredSLayer's goal is to look for credentials and other useful stuff in network captures. Two modes are available, pcap scanning and active processing. The latest listens for packets on a chosen interface and extract on the fly valuable data.
55

6-
Have you heard about Pcredz or net-creds ? Well this tool pushes the boundaries even further by using Wireshark dissectors, it's therefore more accurate and reliable.
6+
This tool has been heavily inspired by Pcredz and net-creds but is built with extensibility in mind.
7+
Pcredz and net-creds are great, but they are really hard to maintain and improve.
8+
Unlike these tools which are using regex and raw bytes parsing, CredSLayer takes advantage of Wireshark dissectors which have proven to be pretty accurate and reliable.
9+
It makes it really easy to add support for new protocols.
710

811
This tool is really helpful if you're doing IT security or if you want to scan your own network to see if anything critical is transmitted.
912

0 commit comments

Comments
 (0)