Linux編譯WMIC

1.概述
2.系統環境
操作系統:Centos 7

3.軟件環境
Linux編譯WMIC

4.編譯
Wget http://www.openvas.org/download/wmi/wmi-1.3.14.tar.bz2
Tar -jxvf wmi-1.3.14.tar.bz2
Cd wmi-1.3.14
make "CPP=gcc -E -ffreestanding"

5.安裝

6.使用
wmic -U domain/username%password //ipaddress "select * from Win32_ComputerSystem"

Linux編譯WMIC

以上錯誤暫未解決!

7.異常
7.1.Make編譯報錯
Compiling ./librpc/idl/atsvc.idl
/usr/include/stdc-predef.h:0: Syntax error near '3'
Failed to parse ./librpc/idl/atsvc.idl at ./pidl/pidl line 583.
Makefile:28880: recipe for target 'idl' failed
make[1]: *** [idl] Error 1
原因:GCC v4.8 or higher
Linux編譯WMIC

make "CPP=gcc -E -ffreestanding"

7.2.編譯異常

Linux編譯WMIC

Linux編譯WMIC

#if GNUTLS_VERSION_NUMBER < 0x020c00
#endif

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章