We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc52158 commit bb43ae7Copy full SHA for bb43ae7
timeroast.ps1
@@ -99,7 +99,7 @@ for ($queryRid = $minRID; (Get-Date) -lt $timeoutTime; $queryRid++) {
99
if ($outputFile) {
100
$hashcatHash | Out-File -Append -FilePath $outputFile
101
} else {
102
- Write-Host $hashcatHash
+ Write-Output $hashcatHash
103
}
104
105
# Succesfull receive. Update total timeout.
@@ -111,4 +111,4 @@ for ($queryRid = $minRID; (Get-Date) -lt $timeoutTime; $queryRid++) {
111
112
113
114
-$client.Close()
+$client.Close()
0 commit comments