mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 15:14:34 +00:00
findstr ignore error and print results in file
This commit is contained in:
parent
c17ae602fc
commit
e5a18a72c2
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue