netcat nc ncat windows powershell -> linux

agnusdei·2025년 5월 29일
# windows powershell
Get-Content .\README.md -Encoding UTF8 -Raw | ncat.exe 192.168.0.?? 12345
>>

# linux
nc -l -p 12345 > test.md
profile
DevSecOps, Pentest, Cloud(OpenStack), Develop, Data Engineering, AI-Agent

0개의 댓글