Search

Home

PNPT Studies

PJPT Studies

AD CS / Certificate Attacks (ESC1-15) (1, 8, 11 for now)

Report Writing / Client Presentation

Operationalizing Cybercrime Data (June 2025)

Connecting to SMB

image

syntax:

smbclient -L \\\\192.168.218.129\\

OR

smbclient -L \\192.168.218.129

after finding out we have sharename ADMIN$, we try to connect to it:

smbclient \\\\192.168.218.129\\ADMIN$
image

No, but IPC$ does connect.