⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻
字号:
include ../../nessus.tmplPLUGNAME=nessus_tcp_scanner# If you compile this plugin without -DNO_FLOAT# add -lm after $LIBSall : $(PLUGNAME).nes$(PLUGNAME).nes : $(PLUGNAME).c 	$(LIBTOOL) $(CC) $(DEFS) $(include) -c  $(PLUGNAME).c	$(LIBTOOL) $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) -lm $(LIBUTIL) \	-rpath $(rootdir)/bin/plugins	../install_plug $(PLUGNAME) $(rootdir)clean :	@rm -fr *.lo *.nes *.la .libs	@rm -fr *.o.PHONY:	standalonestandalone:	$(CC) $(DEFS) -DSTANDALONE $(include) nessus_tcp_scanner.c -o standalone_tcp_scanner $(LIBS) -lm $(LIBUTIL)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -