This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
сервис_git [2026/03/02 17:22] val [Поиск чувствительных данных (паролей, ключей) в репозитории] |
сервис_git [2026/03/02 17:30] (current) val [Поиск чувствительных данных (паролей, ключей) в репозитории] |
||
|---|---|---|---|
| Line 313: | Line 313: | ||
| <code> | <code> | ||
| ~# wget https://github.com/trufflesecurity/trufflehog/releases/download/v3.93.6/trufflehog_3.93.6_linux_amd64.tar.gz | ~# wget https://github.com/trufflesecurity/trufflehog/releases/download/v3.93.6/trufflehog_3.93.6_linux_amd64.tar.gz | ||
| + | |||
| ~# tar -xvf trufflehog_3.93.6_linux_amd64.tar.gz trufflehog | ~# tar -xvf trufflehog_3.93.6_linux_amd64.tar.gz trufflehog | ||
| ~# mv trufflehog /usr/local/bin/ | ~# mv trufflehog /usr/local/bin/ | ||
| - | ~# cd openvpn1/ | + | ~# trufflehog git https://server.corp13.un:4443/student/openvpn1.git |
| - | ~#trufflehog git file://. | + | ~# ###trufflehog git file://openvpn1 |
| </code> | </code> | ||