handbook/tools/5.Machine/2.Windows/General/Hide/HIDING-SEARCH.md
2024-08-31 01:07:22 +02:00

532 B

- 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)