mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 18:36:10 +00:00
Merge pull request #598 from CravateRouge/patch-4
findstr ignore error and print results in file
This commit is contained in:
commit
2d67b675aa
@ -449,7 +449,7 @@ Extract `HKLM\Software\Policies\Microsoft Services\AdmPwd` from Windows Registry
|
||||
|
||||
```powershell
|
||||
cd C:\ & findstr /SI /M "password" *.xml *.ini *.txt
|
||||
findstr /si password *.xml *.ini *.txt *.config
|
||||
findstr /si password *.xml *.ini *.txt *.config 2>nul >> results.txt
|
||||
findstr /spin "password" *.*
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user