diff --git a/README.md b/README.md index e2a28b9..1a4b005 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Benutzung +# Benutzung StringFinder ``` -. ./StringFinder # zum Importieren der Funtionen +. ./StringFinder.ps1 # zum Importieren der Funtionen Check-Files -Path C:\Dir\to\Scan -StringFilePath C:\File\with\Strings.txt ``` @@ -10,4 +10,11 @@ Check-Files -Path C:\Dir\to\Scan -StringFilePath C:\File\with\Strings.txt Ausgabe: Dateipfad, Zeilennummer, gefundenes Muster -Ausgabe kann mit "| Out-File" in eine Datei geschrieben werden \ No newline at end of file +Ausgabe kann mit "| Out-File" in eine Datei geschrieben werden + +#Benutzung Extractor +``` +. ./Extractor.ps1 + +ProcessLogToHash -Path c:\path\to\log.log +``` \ No newline at end of file