You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,12 @@
1
1
Welcome to CredSLayer's documentation!
2
2
======================================
3
3
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.
5
5
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.
7
10
8
11
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.
0 commit comments