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
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 dynamically extracts everything it can.
7
8
@@ -28,24 +29,21 @@ It is also able to look for email addresses and credit card numbers.
28
29
29
30
# Install
30
31
31
-
You need Wireshark installed and Python >= 3.5, then do the following :
32
+
You need `tshark` installed and Python >= 3.5. On some distribution tshark in shipped within the `wireshark` package.
0 commit comments