mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-21 20:23:18 +00:00
Improve output
This commit is contained in:
parent
e02c62aab2
commit
1b3c7fab66
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ Any credential/Juicy info saved in the env variables?
|
|||
```bash
|
||||
set
|
||||
dir env:
|
||||
Get-ChildItem Env: | ft Key,Value
|
||||
Get-ChildItem Env: | ft Key,Value -AutoSize
|
||||
```
|
||||
|
||||
### PowerShell History
|
||||
|
|
Loading…
Reference in a new issue