mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: [master] 375 pages modified
This commit is contained in:
parent
1e77fb3b58
commit
f383fa6314
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,9 @@ sudo dpkg-reconfigure tzdata
|
|||
|
||||
#Search from wich package is a binary
|
||||
apt-file search /usr/bin/file #Needed: apt-get install apt-file
|
||||
|
||||
#Protobuf decode https://www.ezequiel.tech/2020/08/leaking-google-cloud-projects.html
|
||||
echo "CIKUmMesGw==" | base64 -d | protoc --decode_raw
|
||||
```
|
||||
|
||||
## Bash for Windows
|
||||
|
|
Loading…
Reference in a new issue