将cmd绑定到端口AutoIT

时间:2014-05-06 14:57:59

标签: cmd autoit netcat

我想知道是否有人知道如何将cmd.exe绑定到类似netcat的端口。

nc -Lp 31337 -vv -e cmd.exe

我一直在做的是

#NoTrayIcon
#Incude <Process.au3>
fileinstall("C:\nc.exe",@HomeDrive & "\nc.exe")
_RunDos(@HomeDrive & "nc -Lp 31337 -vv -e cmd.exe")

但是我想能够在没有fileinstall(ing)nc.exe的情况下做到这一点,因为我的所有计算机都有avast和malwarebytes。因此,每当他们将nc检测为恶意软件时,我都不想为我的所有计算机添加例外。

1 个答案:

答案 0 :(得分:0)

为避免错误的防病毒检测,您应该使用外部UPX。 例如,下载旧版本之一并尝试。

http://upx.sourceforge.net/download/00-OLD-VERSIONS/