handbook/tools/5.Machine/3.Active-Directory/General/Hide/HIDING-SEARCH.md

15 lines
532 B
Markdown
Raw Normal View History

2024-08-30 23:07:22 +00:00
## Hide your search
```Terminal
- ls env: ---> has example we will use a variable already made by default system
- echo $env:USERNAME ---> Will output the variable stored in the USERNAME
- echo $env:U????A?? ---> Will output the same
example (Without hiding): Users/Anything/Downloads/exploit.exe
example (with hiding): *s/?????i??/??w??o???/??p???t.exe
```
- ? ---> Replace a letter
- `*X` ---> Everyhting ending with X (Possible to combine it with ? variable)