diff --git a/README.md b/README.md index e5378a2..af8099b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DataSurgeon v1.1.1 +# DataSurgeon v1.1.2 ![preview](media/main.gif) DataSurgeon (ds) is a versatile tool designed for incident response, penetration testing, and CTF challenges. It allows for the extraction of various types of sensitive information including emails, phone numbers, hashes, credit cards, URLs, IP addresses, MAC addresses, SRV DNS records and a lot more! @@ -122,6 +122,9 @@ Command | Speed | Query Count `cat test.txt \| ds -tF6c` | 00h:00m:32s | 3 # Recent Updates +## 4/25/2023 | 1.1.2 +This update includes the addition of the dependency "walkdir". The directory option is used to process all files found in the specified directory you can still use the -D or --display option to show the file where the match was located. + ## 4/25/2023 | 1.1.1 Include only lines that match the specified regex. (e.g: '--filter ^error' will only include lines that start with the word 'error' ### 4/25/2023 | (Windows Installer Update)