532 B
532 B
Hide your search
- 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)