Skip to content

Commit

Permalink
Update README.md for 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew-Alleman authored Apr 26, 2023
1 parent 75423f6 commit 8941fd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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!

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 8941fd3

Please sign in to comment.