最近要用nc做程序测试,但是windows的nc无法下载到本机。公司的waf给禁掉了,Security Warning!
An infected file has been blocked from being downloaded to your computer
Category: HackTool
Malware: HackTool/NetCat.5255
@REM not needed? SET COMPILE_OPTIONS=-c -DWIN32 -DNDEBUG -D_CONSOLE -DTELNET
SET COMPILE_OPTIONS=-c
del *.o
del nc.exe
"%COMPILER%" %COMPILE_OPTIONS% getopt.c
"%COMPILER%" %COMPILE_OPTIONS% doexec.c
"%COMPILER%" %COMPILE_OPTIONS% netcat.c
@REM Note that the -l libraries MUST come at the very end or linking will fail
"%COMPILER%" getopt.o doexec.o netcat.o --output nc.exe -Wl,-L"%LIB_DIR%",-lkernel32,-luser32,-lwinmm,-lws2_32
阅读(4648) | 评论(0) | 转发(0) |