PowerShell
PowerShell Session File Transfer
From DC01 - Confirm WinRM port TCP 5985 is Open on DATABASE01.
PS C:\htb> whoami
htb\administrator
PS C:\htb> hostname
DC01PS C:\htb> Test-NetConnection -ComputerName DATABASE01 -Port 5985
ComputerName : DATABASE01
RemoteAddress : 192.168.1.101
RemotePort : 5985
InterfaceAlias : Ethernet0
SourceAddress : 192.168.1.100
TcpTestSucceeded : TrueCopy samplefile.txt from our Localhost to the DATABASE01 Session
Copy DATABASE.txt from DATABASE01 Session to our Localhost
Download Operations
PowerShell File Download
PowerShell Invoke-WebRequest
PowerShell DownloadString - Fileless Method
PowerShell Base64 Transfer
Common Errors with PowerShell
Internet Explorer 11 Not Completed

Secure Channel SSL/TLS is not trusted
Upload Operations
PowerShell Base64
PowerShell Web Uploads
PowerShell Base64 Web Upload
Última actualización
¿Te fue útil?