Attacking Common Services
Interacting with Common Services
Windows CMD - Findstr
c:\htb>findstr /s /i cred n:\*.*
n:\Contracts\private\secret.txt:file with all credentials
n:\Contracts\private\credentials.txt:admin:SecureCredentials!Linux - Mount
eldeim@htb[/htb]$ sudo mkdir /mnt/Finance
eldeim@htb[/htb]$ sudo mount -t cifs -o username=plaintext,password=Password123,domain=. //192.168.220.129/Finance /mnt/Financeeldeim@htb[/htb]$ mount -t cifs //192.168.220.129/Finance /mnt/Finance -o credentials=/path/credentialfileusername=plaintext
password=Password123
domain=.Linux - Find
Command Line Utilities - MySQL
Linux - SQSH
Windows - SQLCMD
Linux - MySQL
Windows - MySQL
Tools to Interact with Common Services
Service Misconfigurations
Last updated