15 lines
532 B
Markdown
15 lines
532 B
Markdown
|
|
## 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)
|