Advertisement
Guest User

Untitled

a guest
Nov 25th, 2017
766
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 205.21 KB | None | 0 0
  1. Installing Command Line Tools in Mac OS X
  2.     1.  Launch the Terminal, found in /Applications/Utilities/
  3.     2.  Type the following command string:
  4.     3.  xcode-select --install

  5.  
  6.  
  7. SixMillionKilaTons:Library osx$ nmap
  8. -bash: nmap: command not found
  9. SixMillionKilaTons:Library osx$ man nmap
  10. No manual entry for nmap
  11. SixMillionKilaTons:Library osx$ ls
  12. Application Support Image Capture       QuickLook
  13. Audio           Input Methods       QuickTime
  14. Caches          Internet Plug-Ins   Receipts
  15. ColorPickers        Java            Ruby
  16. ColorSync       Keyboard Layouts    Sandbox
  17. Components      Keychains       Screen Savers
  18. Compositions        LaunchAgents        ScriptingAdditions
  19. Contextual Menu Items   LaunchDaemons       Scripts
  20. CoreAnalytics       Logs            Security
  21. CoreMediaIO     MessageTracer       Speech
  22. Desktop Pictures    Messages        Spotlight
  23. Developer       Modem Scripts       StagedExtensions
  24. DirectoryServices   OpenDirectory       StartupItems
  25. Documentation       PDF Services        SystemMigration
  26. Extensions      Perl            SystemProfiler
  27. Filesystems     PreferencePanes     Updates
  28. Fonts           Preferences     User Pictures
  29. Frameworks      Printers        Video
  30. GPUBundles      PrivilegedHelperTools   WebServer
  31. Graphics        Python          Widgets
  32. SixMillionKilaTons:Library osx$ cd /
  33. SixMillionKilaTons:/ osx$ ls
  34. Applications            etc
  35. Library             home
  36. Network             installer.failurerequests
  37. System              net
  38. Users               private
  39. Volumes             sbin
  40. bin             tmp
  41. cores               usr
  42. default.profraw         var
  43. dev             vm
  44. SixMillionKilaTons:/ osx$ cd Users
  45. SixMillionKilaTons:Users osx$ ls
  46. Shared  osx
  47. SixMillionKilaTons:Users osx$ cd osx
  48. SixMillionKilaTons:~ osx$ ls
  49. Desktop         Movies          config.log
  50. Documents       Music           eclipse-workspace
  51. Downloads       Pictures        iCloud Drive (Archive)
  52. Library         Public          nano.save
  53. SixMillionKilaTons:~ osx$ cd Documents
  54. SixMillionKilaTons:Documents osx$ ls
  55. Developing      gargoyle.gif        scorpionmk.jpg
  56. Song Wish List.rtf  nmap
  57. SixMillionKilaTons:Documents osx$ cd nmap
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. SixMillionKilaTons:nmap osx$ ./configure
  69. checking whether NLS is requested... yes
  70. checking build system type... x86_64-apple-darwin17.2.0
  71. checking host system type... x86_64-apple-darwin17.2.0
  72. checking for gcc... gcc
  73. checking whether the C compiler works... no
  74. configure: error: in `/Users/osx/Documents/nmap':
  75. configure: error: C compiler cannot create executables
  76. See `config.log' for more details
  77. SixMillionKilaTons:nmap osx$ sudo ./configure
  78. Password:
  79. Sorry, try again.
  80. Password:
  81. checking whether NLS is requested... yes
  82. checking build system type... x86_64-apple-darwin17.2.0
  83. checking host system type... x86_64-apple-darwin17.2.0
  84. checking for gcc... gcc
  85. checking whether the C compiler works... no
  86. configure: error: in `/Users/osx/Documents/nmap':
  87. configure: error: C compiler cannot create executables
  88. See `config.log' for more details
  89. SixMillionKilaTons:nmap osx$ make
  90. xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
  91. SixMillionKilaTons:nmap osx$ sh gtko-osx-build-setup.sh
  92. sh: gtko-osx-build-setup.sh: No such file or directory
  93. SixMillionKilaTons:nmap osx$ ./configure
  94. checking whether NLS is requested... yes
  95. checking build system type... x86_64-apple-darwin17.2.0
  96. checking host system type... x86_64-apple-darwin17.2.0
  97. checking for gcc... gcc
  98. checking whether the C compiler works... yes
  99. checking for C compiler default output file name... a.out
  100. checking for suffix of executables...
  101. checking whether we are cross compiling... no
  102. checking for suffix of object files... o
  103. checking whether we are using the GNU C compiler... yes
  104. checking whether gcc accepts -g... yes
  105. checking for gcc option to accept ISO C89... none needed
  106. checking for inline... inline
  107. checking for gcc... (cached) gcc
  108. checking whether we are using the GNU C compiler... (cached) yes
  109. checking whether gcc accepts -g... (cached) yes
  110. checking for gcc option to accept ISO C89... (cached) none needed
  111. checking for g++... g++
  112. checking whether we are using the GNU C++ compiler... yes
  113. checking whether g++ accepts -g... yes
  114. checking for ranlib... ranlib
  115. checking for a BSD-compatible install... /usr/bin/install -c
  116. checking for gawk... no
  117. checking for mawk... no
  118. checking for nawk... no
  119. checking for awk... awk
  120. checking for __func__... yes
  121. checking for strip... /usr/bin/strip
  122. checking for main in -lm... yes
  123. checking how to run the C preprocessor... gcc -E
  124. checking for grep that handles long lines and -e... /usr/bin/grep
  125. checking for egrep... /usr/bin/grep -E
  126. checking for ANSI C header files... yes
  127. checking for sys/types.h... yes
  128. checking for sys/stat.h... yes
  129. checking for stdlib.h... yes
  130. checking for string.h... yes
  131. checking for memory.h... yes
  132. checking for strings.h... yes
  133. checking for inttypes.h... yes
  134. checking for stdint.h... yes
  135. checking for unistd.h... yes
  136. checking pwd.h usability... yes
  137. checking pwd.h presence... yes
  138. checking for pwd.h... yes
  139. checking termios.h usability... yes
  140. checking termios.h presence... yes
  141. checking for termios.h... yes
  142. checking sys/sockio.h usability... yes
  143. checking sys/sockio.h presence... yes
  144. checking for sys/sockio.h... yes
  145. checking for stdint.h... (cached) yes
  146. checking for linux/rtnetlink.h... no
  147. checking sys/socket.h usability... yes
  148. checking sys/socket.h presence... yes
  149. checking for sys/socket.h... yes
  150. checking for net/if.h... yes
  151. checking for library containing setsockopt... none required
  152. checking for library containing gethostbyname... none required
  153. checking if AF_INET6 IPPROTO_RAW sockets include the packet header... no
  154. checking for a Python interpreter with version >= 2.4... python2.7
  155. checking for python2.7... /usr/bin/python2.7
  156. checking for python2.7 version... 2.7
  157. checking for python2.7 platform... darwin
  158. checking for python2.7 script directory... ${prefix}/lib/python2.7/site-packages
  159. checking for python2.7 extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  160. checking openssl/ssl.h usability... no
  161. checking openssl/ssl.h presence... no
  162. checking for openssl/ssl.h... no
  163. configure: WARNING: Failed to find openssl/ssl.h so OpenSSL will not be used. If it is installed you can try the --with-openssl=DIR argument
  164. checking pcap.h usability... yes
  165. checking pcap.h presence... yes
  166. checking for pcap.h... yes
  167. checking for pcap_datalink in -lpcap... yes
  168. checking sys/ioccom.h usability... yes
  169. checking sys/ioccom.h presence... yes
  170. checking for sys/ioccom.h... yes
  171. checking sys/time.h usability... yes
  172. checking sys/time.h presence... yes
  173. checking for sys/time.h... yes
  174. checking net/bpf.h usability... yes
  175. checking net/bpf.h presence... yes
  176. checking for net/bpf.h... yes
  177. checking if libpcap is suitable... no
  178. checking pcre.h usability... no
  179. checking pcre.h presence... no
  180. checking for pcre.h... no
  181. checking pcre/pcre.h usability... no
  182. checking pcre/pcre.h presence... no
  183. checking for pcre/pcre.h... no
  184. checking zlib.h usability... yes
  185. checking zlib.h presence... yes
  186. checking for zlib.h... yes
  187. checking for gzread in -lz... yes
  188. checking for library containing dlopen... none required
  189. checking lua5.3/lua.h usability... no
  190. checking lua5.3/lua.h presence... no
  191. checking for lua5.3/lua.h... no
  192. checking lua/5.3/lua.h usability... no
  193. checking lua/5.3/lua.h presence... no
  194. checking for lua/5.3/lua.h... no
  195. checking lua.h usability... no
  196. checking lua.h presence... no
  197. checking for lua.h... no
  198. checking lua/lua.h usability... no
  199. checking lua/lua.h presence... no
  200. checking for lua/lua.h... no
  201. checking for lua version == 503... no
  202. checking linear.h usability... no
  203. checking linear.h presence... no
  204. checking for linear.h... no
  205. no
  206. checking whether byte ordering is bigendian... no
  207. checking if struct in_addr is a wacky huge structure (some Sun boxes)... no
  208. checking if struct icmp exists... yes
  209. checking if struct ip exists... yes
  210. checking if struct ip has ip_sum member... yes
  211. checking for strerror... yes
  212. checking for type of 6th argument to recvfrom()... socklen_t
  213. checking for APR... no
  214. configure: creating ./config.status
  215. config.status: creating Makefile
  216. config.status: creating libnetutil/Makefile
  217. config.status: creating nmap_config.h
  218. === configuring in nping (/Users/osx/Documents/nmap/nping)
  219. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
  220. checking build system type... x86_64-apple-darwin17.2.0
  221. checking host system type... x86_64-apple-darwin17.2.0
  222. checking for gcc... gcc
  223. checking whether the C compiler works... yes
  224. checking for C compiler default output file name... a.out
  225. checking for suffix of executables...
  226. checking whether we are cross compiling... no
  227. checking for suffix of object files... o
  228. checking whether we are using the GNU C compiler... yes
  229. checking whether gcc accepts -g... yes
  230. checking for gcc option to accept ISO C89... none needed
  231. checking for inline... inline
  232. checking for gcc... (cached) gcc
  233. checking whether we are using the GNU C compiler... (cached) yes
  234. checking whether gcc accepts -g... (cached) yes
  235. checking for gcc option to accept ISO C89... (cached) none needed
  236. checking for g++... g++
  237. checking whether we are using the GNU C++ compiler... yes
  238. checking whether g++ accepts -g... yes
  239. checking for a BSD-compatible install... /usr/bin/install -c
  240. checking whether the compiler is gcc 4 or greater... Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  241. yes
  242. checking for __func__... yes
  243. checking for strip... /usr/bin/strip
  244. checking how to run the C preprocessor... gcc -E
  245. checking for grep that handles long lines and -e... /usr/bin/grep
  246. checking for egrep... /usr/bin/grep -E
  247. checking for ANSI C header files... yes
  248. checking for sys/types.h... yes
  249. checking for sys/stat.h... yes
  250. checking for stdlib.h... yes
  251. checking for string.h... yes
  252. checking for memory.h... yes
  253. checking for strings.h... yes
  254. checking for inttypes.h... yes
  255. checking for stdint.h... yes
  256. checking for unistd.h... yes
  257. checking pwd.h usability... yes
  258. checking pwd.h presence... yes
  259. checking for pwd.h... yes
  260. checking termios.h usability... yes
  261. checking termios.h presence... yes
  262. checking for termios.h... yes
  263. checking sys/sockio.h usability... yes
  264. checking sys/sockio.h presence... yes
  265. checking for sys/sockio.h... yes
  266. checking for library containing setsockopt... none required
  267. checking for library containing gethostbyname... none required
  268. checking for library containing dlopen... none required
  269. checking for library containing nl_handle_alloc... no
  270. checking openssl/ssl.h usability... no
  271. checking openssl/ssl.h presence... no
  272. checking for openssl/ssl.h... no
  273. configure: WARNING: Failed to find openssl/ssl.h so OpenSSL will not be used. If it is installed you can try the --with-openssl=DIR argument
  274. checking pcap.h usability... yes
  275. checking pcap.h presence... yes
  276. checking for pcap.h... yes
  277. checking for pcap_datalink in -lpcap... yes
  278. checking sys/ioccom.h usability... yes
  279. checking sys/ioccom.h presence... yes
  280. checking for sys/ioccom.h... yes
  281. checking sys/time.h usability... yes
  282. checking sys/time.h presence... yes
  283. checking for sys/time.h... yes
  284. checking net/bpf.h usability... yes
  285. checking net/bpf.h presence... yes
  286. checking for net/bpf.h... yes
  287. checking if libpcap is suitable... no
  288. checking if sockaddr{} has sa_len member... yes
  289. checking if sockaddr_in{} has sin_len member... yes
  290. checking if sockaddr_in6{} has sin6_len member... yes
  291. checking whether byte ordering is bigendian... no
  292. checking if struct in_addr is a wacky huge structure (some Sun boxes)... no
  293. checking if struct ip has ip_sum member... yes
  294. checking if function signal is accessible... no
  295. checking for main in -lm... yes
  296. checking for strerror... yes
  297. configure: creating ./config.status
  298. config.status: creating Makefile
  299. config.status: creating nping_config.h
  300.                         o        
  301.                          o        
  302.                           o      
  303.                    o       o      
  304.                     o       o    
  305.                      o       o    
  306.                o      o       o  
  307.                 o      o      o  
  308.     888b    888  o     o      o  
  309.     8888b   888  o     o      o  
  310.     88888b  888  o     o      o  
  311.     888Y88b 888               o  
  312.     888 Y88b888               o  
  313.     888  Y88888                  
  314.     888   Y8888                  
  315.     888    Y888                  
  316.                                  
  317.     --[NPING]--                  
  318. Configuration complete.  Type make (or gmake on some *BSD machines) to compile.
  319. === configuring in libpcap (/Users/osx/Documents/nmap/libpcap)
  320. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
  321. checking build system type... x86_64-apple-darwin17.2.0
  322. checking host system type... x86_64-apple-darwin17.2.0
  323. checking target system type... x86_64-apple-darwin17.2.0
  324. checking for gcc... gcc
  325. checking whether the C compiler works... yes
  326. checking for C compiler default output file name... a.out
  327. checking for suffix of executables...
  328. checking whether we are cross compiling... no
  329. checking for suffix of object files... o
  330. checking whether we are using the GNU C compiler... yes
  331. checking whether gcc accepts -g... yes
  332. checking for gcc option to accept ISO C89... none needed
  333. checking for inline... inline
  334. checking for __attribute__... yes
  335. checking whether __attribute__((unused)) can be used without warnings... yes
  336. checking whether __attribute__((format)) can be used without warnings... yes
  337. checking how to run the C preprocessor... gcc -E
  338. checking for grep that handles long lines and -e... /usr/bin/grep
  339. checking for egrep... /usr/bin/grep -E
  340. checking for ANSI C header files... yes
  341. checking for sys/types.h... yes
  342. checking for sys/stat.h... yes
  343. checking for stdlib.h... yes
  344. checking for string.h... yes
  345. checking for memory.h... yes
  346. checking for strings.h... yes
  347. checking for inttypes.h... yes
  348. checking for stdint.h... yes
  349. checking for unistd.h... yes
  350. checking sys/bitypes.h usability... no
  351. checking sys/bitypes.h presence... no
  352. checking for sys/bitypes.h... no
  353. checking for int8_t... yes
  354. checking for u_int8_t... yes
  355. checking for int16_t... yes
  356. checking for u_int16_t... yes
  357. checking for int32_t... yes
  358. checking for u_int32_t... yes
  359. checking for int64_t... yes
  360. checking for u_int64_t... yes
  361. checking for special C compiler options needed for large files... no
  362. checking for _FILE_OFFSET_BITS value needed for large files... no
  363. checking for _LARGEFILE_SOURCE value needed for large files... no
  364. checking sys/ioccom.h usability... yes
  365. checking sys/ioccom.h presence... yes
  366. checking for sys/ioccom.h... yes
  367. checking sys/sockio.h usability... yes
  368. checking sys/sockio.h presence... yes
  369. checking for sys/sockio.h... yes
  370. checking limits.h usability... yes
  371. checking limits.h presence... yes
  372. checking for limits.h... yes
  373. checking paths.h usability... yes
  374. checking paths.h presence... yes
  375. checking for paths.h... yes
  376. checking linux/types.h usability... no
  377. checking linux/types.h presence... no
  378. checking for linux/types.h... no
  379. checking linux/if_packet.h usability... no
  380. checking linux/if_packet.h presence... no
  381. checking for linux/if_packet.h... no
  382. checking netpacket/packet.h usability... no
  383. checking netpacket/packet.h presence... no
  384. checking for netpacket/packet.h... no
  385. checking netpacket/if_packet.h usability... no
  386. checking netpacket/if_packet.h presence... no
  387. checking for netpacket/if_packet.h... no
  388. checking for net/pfvar.h... no
  389. checking for netinet/if_ether.h... yes
  390. checking for ANSI ioctl definitions... yes
  391. checking for strerror... yes
  392. checking for strlcpy... yes
  393. checking for vsnprintf... yes
  394. checking for snprintf... yes
  395. checking for library containing gethostbyname... none required
  396. checking for library containing socket... none required
  397. checking for library containing putmsg... no
  398. checking for ether_hostton... yes
  399. checking whether ether_hostton is declared... yes
  400. checking if --disable-protochain option is specified... enabled
  401. checking packet capture type... bpf
  402. checking net/if_media.h usability... yes
  403. checking net/if_media.h presence... yes
  404. checking for net/if_media.h... yes
  405. checking whether the system supports zerocopy BPF... no
  406. checking for struct BPF_TIMEVAL... yes
  407. checking for getifaddrs... yes
  408. checking ifaddrs.h usability... yes
  409. checking ifaddrs.h presence... yes
  410. checking for ifaddrs.h... yes
  411. checking for socklen_t... yes
  412. checking for getaddrinfo... yes
  413. checking whether to build optimizer debugging code... no
  414. checking whether to build parser debugging code... no
  415. checking whether we have DAG API headers... no (/usr/local/include)
  416. checking whether we have the DAG API... no
  417. checking whether we have Septel API... no
  418. checking whether we have Myricom Sniffer API... no (/opt/snf)
  419. checking for ranlib... ranlib
  420. checking for ar... ar
  421. checking whether ln -s works... yes
  422. checking if sockaddr struct has the sa_len member... yes
  423. checking if sockaddr_storage struct exists... yes
  424. checking if dl_hp_ppa_info_t struct has dl_module_id_1 member... no
  425. checking if unaligned accesses fail... no
  426. checking for USB sniffing support... no
  427. checking whether the platform could support netfilter sniffing... no
  428. configure: no hardware timestamp support implemented for darwin17.2.0
  429. checking for a BSD-compatible install... /usr/bin/install -c
  430. configure: creating ./config.status
  431. config.status: creating Makefile
  432. config.status: creating pcap-filter.manmisc
  433. config.status: creating pcap-linktype.manmisc
  434. config.status: creating pcap-tstamp.manmisc
  435. config.status: creating pcap-savefile.manfile
  436. config.status: creating pcap.3pcap
  437. config.status: creating pcap_compile.3pcap
  438. config.status: creating pcap_datalink.3pcap
  439. config.status: creating pcap_dump_open.3pcap
  440. config.status: creating pcap_get_tstamp_precision.3pcap
  441. config.status: creating pcap_list_datalinks.3pcap
  442. config.status: creating pcap_list_tstamp_types.3pcap
  443. config.status: creating pcap_open_dead.3pcap
  444. config.status: creating pcap_open_offline.3pcap
  445. config.status: creating pcap_set_tstamp_precision.3pcap
  446. config.status: creating pcap_set_tstamp_type.3pcap
  447. config.status: creating config.h
  448. config.status: executing default-1 commands
  449. === configuring in libpcre (/Users/osx/Documents/nmap/libpcre)
  450. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
  451. checking for a BSD-compatible install... /usr/bin/install -c
  452. checking whether build environment is sane... yes
  453. checking for a thread-safe mkdir -p... ./../shtool install -c -d
  454. checking for gawk... no
  455. checking for mawk... no
  456. checking for nawk... no
  457. checking for awk... awk
  458. checking whether make sets $(MAKE)... yes
  459. checking for gcc... gcc
  460. checking whether the C compiler works... yes
  461. checking for C compiler default output file name... a.out
  462. checking for suffix of executables...
  463. checking whether we are cross compiling... no
  464. checking for suffix of object files... o
  465. checking whether we are using the GNU C compiler... yes
  466. checking whether gcc accepts -g... yes
  467. checking for gcc option to accept ISO C89... none needed
  468. checking for style of include used by make... GNU
  469. checking dependency style of gcc... gcc3
  470. checking for ranlib... ranlib
  471. checking whether ln -s works... yes
  472. checking how to run the C preprocessor... gcc -E
  473. checking for grep that handles long lines and -e... /usr/bin/grep
  474. checking for egrep... /usr/bin/grep -E
  475. checking for ANSI C header files... yes
  476. checking for sys/types.h... yes
  477. checking for sys/stat.h... yes
  478. checking for stdlib.h... yes
  479. checking for string.h... yes
  480. checking for memory.h... yes
  481. checking for strings.h... yes
  482. checking for inttypes.h... yes
  483. checking for stdint.h... yes
  484. checking for unistd.h... yes
  485. checking limits.h usability... yes
  486. checking limits.h presence... yes
  487. checking for limits.h... yes
  488. checking for sys/types.h... (cached) yes
  489. checking for sys/stat.h... (cached) yes
  490. checking dirent.h usability... yes
  491. checking dirent.h presence... yes
  492. checking for dirent.h... yes
  493. checking windows.h usability... no
  494. checking windows.h presence... no
  495. checking for windows.h... no
  496. checking for an ANSI C-conforming const... yes
  497. checking for size_t... yes
  498. checking for long long... yes
  499. checking for unsigned long long... yes
  500. checking for bcopy... yes
  501. checking for memmove... yes
  502. checking for strerror... yes
  503. checking for strtoq... yes
  504. checking for strtoll... yes
  505. checking for _strtoi64... no
  506. checking zlib.h usability... yes
  507. checking zlib.h presence... yes
  508. checking for zlib.h... yes
  509. checking for gzopen in -lz... yes
  510. checking bzlib.h usability... yes
  511. checking bzlib.h presence... yes
  512. checking for bzlib.h... yes
  513. checking for BZ2_bzopen in -lbz2... yes
  514. checking readline/readline.h usability... yes
  515. checking readline/readline.h presence... yes
  516. checking for readline/readline.h... yes
  517. checking readline/history.h usability... yes
  518. checking readline/history.h presence... yes
  519. checking for readline/history.h... yes
  520. checking for readline in -lreadline... yes
  521. checking build system type... x86_64-apple-darwin17.2.0
  522. checking host system type... x86_64-apple-darwin17.2.0
  523. configure: creating ./config.status
  524. config.status: creating Makefile
  525. config.status: creating pcre-config
  526. config.status: creating config.h
  527. config.status: executing depfiles commands
  528. config.status: executing script-chmod commands
  529. === configuring in libdnet-stripped (/Users/osx/Documents/nmap/libdnet-stripped)
  530. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
  531. checking for a BSD-compatible install... /usr/bin/install -c
  532. checking whether build environment is sane... yes
  533. checking for a thread-safe mkdir -p... ./../shtool -c -d
  534. checking for gawk... no
  535. checking for mawk... no
  536. checking for nawk... no
  537. checking for awk... awk
  538. checking whether make sets $(MAKE)... yes
  539. checking whether to enable maintainer-specific portions of Makefiles... no
  540. checking build system type... x86_64-apple-darwin17.2.0
  541. checking host system type... x86_64-apple-darwin17.2.0
  542. checking for gcc... gcc
  543. checking for C compiler default output file name... a.out
  544. checking whether the C compiler works... yes
  545. checking whether we are cross compiling... no
  546. checking for suffix of executables...
  547. checking for suffix of object files... o
  548. checking whether we are using the GNU C compiler... yes
  549. checking whether gcc accepts -g... yes
  550. checking for gcc option to accept ISO C89... none needed
  551. checking for style of include used by make... GNU
  552. checking dependency style of gcc... gcc3
  553. checking for a sed that does not truncate output... /usr/bin/sed
  554. checking for grep that handles long lines and -e... /usr/bin/grep
  555. checking for egrep... /usr/bin/grep -E
  556. checking for fgrep... /usr/bin/grep -F
  557. checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
  558. checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
  559. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  560. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  561. checking whether ln -s works... yes
  562. checking the maximum length of command line arguments... 196608
  563. checking whether the shell understands some XSI constructs... yes
  564. checking whether the shell understands "+="... yes
  565. checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
  566. checking for objdump... objdump
  567. checking how to recognize dependent libraries... pass_all
  568. checking for ar... ar
  569. checking for strip... strip
  570. checking for ranlib... ranlib
  571. checking command to parse /usr/bin/nm -B output from gcc object... ok
  572. checking for dsymutil... dsymutil
  573. checking for nmedit... nmedit
  574. checking for lipo... lipo
  575. checking for otool... otool
  576. checking for otool64... no
  577. checking for -single_module linker flag... yes
  578. checking for -exported_symbols_list linker flag... yes
  579. checking how to run the C preprocessor... gcc -E
  580. checking for ANSI C header files... yes
  581. checking for sys/types.h... yes
  582. checking for sys/stat.h... yes
  583. checking for stdlib.h... yes
  584. checking for string.h... yes
  585. checking for memory.h... yes
  586. checking for strings.h... yes
  587. checking for inttypes.h... yes
  588. checking for stdint.h... yes
  589. checking for unistd.h... yes
  590. checking for dlfcn.h... yes
  591. checking for objdir... .libs
  592. checking if gcc supports -fno-rtti -fno-exceptions... yes
  593. checking for gcc option to produce PIC... -fno-common -DPIC
  594. checking if gcc PIC flag -fno-common -DPIC works... yes
  595. checking if gcc static flag -static works... no
  596. checking if gcc supports -c -o file.o... yes
  597. checking if gcc supports -c -o file.o... (cached) yes
  598. checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
  599. checking dynamic linker characteristics... darwin17.2.0 dyld
  600. checking how to hardcode library paths into programs... immediate
  601. checking for dlopen in -ldl... yes
  602. checking whether a program can dlopen itself... yes
  603. checking whether a statically linked program can dlopen itself... yes
  604. checking whether stripping libraries is possible... yes
  605. checking if libtool supports shared libraries... yes
  606. checking whether to build shared libraries... no
  607. checking whether to build static libraries... yes
  608. checking for Python... checking for gethostbyname... yes
  609. checking for socket... yes
  610. checking for putmsg in -lstr... no
  611. checking for open_mib in -lnm... no
  612. checking for Check... no
  613. checking for ANSI C header files... (cached) yes
  614. checking fcntl.h usability... yes
  615. checking fcntl.h presence... yes
  616. checking for fcntl.h... yes
  617. checking for unistd.h... (cached) yes
  618. checking sys/bufmod.h usability... no
  619. checking sys/bufmod.h presence... no
  620. checking for sys/bufmod.h... no
  621. checking sys/dlpi.h usability... no
  622. checking sys/dlpi.h presence... no
  623. checking for sys/dlpi.h... no
  624. checking sys/dlpihdr.h usability... no
  625. checking sys/dlpihdr.h presence... no
  626. checking for sys/dlpihdr.h... no
  627. checking sys/dlpi_ext.h usability... no
  628. checking sys/dlpi_ext.h presence... no
  629. checking for sys/dlpi_ext.h... no
  630. checking sys/ioctl.h usability... yes
  631. checking sys/ioctl.h presence... yes
  632. checking for sys/ioctl.h... yes
  633. checking sys/mib.h usability... no
  634. checking sys/mib.h presence... no
  635. checking for sys/mib.h... no
  636. checking sys/ndd_var.h usability... no
  637. checking sys/ndd_var.h presence... no
  638. checking for sys/ndd_var.h... no
  639. checking sys/socket.h usability... yes
  640. checking sys/socket.h presence... yes
  641. checking for sys/socket.h... yes
  642. checking sys/sockio.h usability... yes
  643. checking sys/sockio.h presence... yes
  644. checking for sys/sockio.h... yes
  645. checking sys/sysctl.h usability... yes
  646. checking sys/sysctl.h presence... yes
  647. checking for sys/sysctl.h... yes
  648. checking sys/time.h usability... yes
  649. checking sys/time.h presence... yes
  650. checking for sys/time.h... yes
  651. checking net/bpf.h usability... yes
  652. checking net/bpf.h presence... yes
  653. checking for net/bpf.h... yes
  654. checking net/if.h usability... yes
  655. checking net/if.h presence... yes
  656. checking for net/if.h... yes
  657. checking net/if_var.h usability... yes
  658. checking net/if_var.h presence... yes
  659. checking for net/if_var.h... yes
  660. checking net/if_arp.h usability... yes
  661. checking net/if_arp.h presence... yes
  662. checking for net/if_arp.h... yes
  663. checking net/if_dl.h usability... yes
  664. checking net/if_dl.h presence... yes
  665. checking for net/if_dl.h... yes
  666. checking net/pfilt.h usability... no
  667. checking net/pfilt.h presence... no
  668. checking for net/pfilt.h... no
  669. checking net/pfvar.h usability... no
  670. checking net/pfvar.h presence... no
  671. checking for net/pfvar.h... no
  672. checking net/radix.h usability... no
  673. checking net/radix.h presence... no
  674. checking for net/radix.h... no
  675. checking net/raw.h usability... no
  676. checking net/raw.h presence... no
  677. checking for net/raw.h... no
  678. checking net/route.h usability... yes
  679. checking net/route.h presence... yes
  680. checking for net/route.h... yes
  681. checking netinet/in_var.h usability... no
  682. checking netinet/in_var.h presence... yes
  683. configure: WARNING: netinet/in_var.h: present but cannot be compiled
  684. configure: WARNING: netinet/in_var.h:     check for missing prerequisite headers?
  685. configure: WARNING: netinet/in_var.h: see the Autoconf documentation
  686. configure: WARNING: netinet/in_var.h:     section "Present But Cannot Be Compiled"
  687. configure: WARNING: netinet/in_var.h: proceeding with the compiler's result
  688. checking for netinet/in_var.h... no
  689. checking netinet/in6_var.h usability... no
  690. checking netinet/in6_var.h presence... no
  691. checking for netinet/in6_var.h... no
  692. checking net/if_tun.h usability... no
  693. checking net/if_tun.h presence... no
  694. checking for net/if_tun.h... no
  695. checking linux/if_tun.h usability... no
  696. checking linux/if_tun.h presence... no
  697. checking for linux/if_tun.h... no
  698. checking netinet/ip_fw.h usability... no
  699. checking netinet/ip_fw.h presence... no
  700. checking for netinet/ip_fw.h... no
  701. checking linux/ip_fw.h usability... no
  702. checking linux/ip_fw.h presence... no
  703. checking for linux/ip_fw.h... no
  704. checking linux/ip_fwchains.h usability... no
  705. checking linux/ip_fwchains.h presence... no
  706. checking for linux/ip_fwchains.h... no
  707. checking linux/netfilter_ipv4/ipchains_core.h usability... no
  708. checking linux/netfilter_ipv4/ipchains_core.h presence... no
  709. checking for linux/netfilter_ipv4/ipchains_core.h... no
  710. checking ip_fil_compat.h usability... no
  711. checking ip_fil_compat.h presence... no
  712. checking for ip_fil_compat.h... no
  713. checking netinet/ip_fil_compat.h usability... no
  714. checking netinet/ip_fil_compat.h presence... no
  715. checking for netinet/ip_fil_compat.h... no
  716. checking ip_compat.h usability... no
  717. checking ip_compat.h presence... no
  718. checking for ip_compat.h... no
  719. checking netinet/ip_compat.h usability... no
  720. checking netinet/ip_compat.h presence... no
  721. checking for netinet/ip_compat.h... no
  722. checking ip_fil.h usability... no
  723. checking ip_fil.h presence... no
  724. checking for ip_fil.h... no
  725. checking netinet/ip_fil.h usability... no
  726. checking netinet/ip_fil.h presence... no
  727. checking for netinet/ip_fil.h... no
  728. checking hpsecurity.h usability... no
  729. checking hpsecurity.h presence... no
  730. checking for hpsecurity.h... no
  731. checking stropts.h usability... no
  732. checking stropts.h presence... no
  733. checking for stropts.h... no
  734. checking for an ANSI C-conforming const... yes
  735. checking for inline... inline
  736. checking for pid_t... yes
  737. checking for size_t... yes
  738. checking for sockaddr_in6 struct in <netinet/in.h>... yes
  739. checking for sa_len in sockaddr struct... yes
  740. checking for arp_dev in arpreq struct... no
  741. checking for rt_msghdr struct in <net/route.h>... yes
  742. checking whether gcc needs -traditional... no
  743. checking for socklen_t... yes
  744. checking for working memcmp... yes
  745. checking for err... yes
  746. checking for strlcat... yes
  747. checking for strlcpy... yes
  748. checking for strsep... yes
  749. checking for Berkeley Packet Filter... yes
  750. checking for Linux proc filesystem... no
  751. checking whether ETH_P_ALL is declared... no
  752. checking for Linux PF_PACKET sockets... no
  753. checking for SNMP MIB2 STREAMS... no
  754. checking for route(7) STREAMS... no
  755. checking for arp(7) ioctls... no
  756. checking for raw IP sockets ip_{len,off} host byte ordering... yes
  757. checking for cooked raw IP sockets... no
  758. checking for getkerninfo... no
  759. configure: creating ./config.status
  760. config.status: creating Makefile
  761. config.status: creating dnet-config
  762. config.status: creating include/Makefile
  763. config.status: creating include/dnet/Makefile
  764. config.status: creating src/Makefile
  765. config.status: creating include/config.h
  766. config.status: executing depfiles commands
  767. config.status: executing libtool commands
  768. config.status: executing default commands
  769. === configuring in nbase (/Users/osx/Documents/nmap/nbase)
  770. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
  771. checking for gcc... gcc
  772. checking whether the C compiler works... yes
  773. checking for C compiler default output file name... a.out
  774. checking for suffix of executables...
  775. checking whether we are cross compiling... no
  776. checking for suffix of object files... o
  777. checking whether we are using the GNU C compiler... yes
  778. checking whether gcc accepts -g... yes
  779. checking for gcc option to accept ISO C89... none needed
  780. checking for ranlib... ranlib
  781. checking build system type... x86_64-apple-darwin17.2.0
  782. checking host system type... x86_64-apple-darwin17.2.0
  783. checking for inline... inline
  784. checking how to run the C preprocessor... gcc -E
  785. checking for grep that handles long lines and -e... /usr/bin/grep
  786. checking for egrep... /usr/bin/grep -E
  787. checking for ANSI C header files... yes
  788. checking for sys/types.h... yes
  789. checking for sys/stat.h... yes
  790. checking for stdlib.h... yes
  791. checking for string.h... yes
  792. checking for memory.h... yes
  793. checking for strings.h... yes
  794. checking for inttypes.h... yes
  795. checking for stdint.h... yes
  796. checking for unistd.h... yes
  797. checking for string.h... (cached) yes
  798. checking getopt.h usability... yes
  799. checking getopt.h presence... yes
  800. checking for getopt.h... yes
  801. checking for strings.h... (cached) yes
  802. checking sys/param.h usability... yes
  803. checking sys/param.h presence... yes
  804. checking for sys/param.h... yes
  805. checking sys/time.h usability... yes
  806. checking sys/time.h presence... yes
  807. checking for sys/time.h... yes
  808. checking for unistd.h... (cached) yes
  809. checking errno.h usability... yes
  810. checking errno.h presence... yes
  811. checking for errno.h... yes
  812. checking sys/select.h usability... yes
  813. checking sys/select.h presence... yes
  814. checking for sys/select.h... yes
  815. checking for sys/types.h... (cached) yes
  816. checking sys/socket.h usability... yes
  817. checking sys/socket.h presence... yes
  818. checking for sys/socket.h... yes
  819. checking netinet/in.h usability... yes
  820. checking netinet/in.h presence... yes
  821. checking for netinet/in.h... yes
  822. checking arpa/inet.h usability... yes
  823. checking arpa/inet.h presence... yes
  824. checking for arpa/inet.h... yes
  825. checking for sys/stat.h... (cached) yes
  826. checking netdb.h usability... yes
  827. checking netdb.h presence... yes
  828. checking for netdb.h... yes
  829. checking sys/wait.h usability... yes
  830. checking sys/wait.h presence... yes
  831. checking for sys/wait.h... yes
  832. checking fcntl.h usability... yes
  833. checking fcntl.h presence... yes
  834. checking for fcntl.h... yes
  835. checking sys/resource.h usability... yes
  836. checking sys/resource.h presence... yes
  837. checking for sys/resource.h... yes
  838. checking for inttypes.h... (cached) yes
  839. checking mach-o/dyld.h usability... yes
  840. checking mach-o/dyld.h presence... yes
  841. checking for mach-o/dyld.h... yes
  842. checking whether time.h and sys/time.h may both be included... yes
  843. checking for sys/socket.h... (cached) yes
  844. checking for net/if.h... yes
  845. checking for __attribute__... yes
  846. checking if sockaddr{} has sa_len member... yes
  847. checking whether byte ordering is bigendian... no
  848. checking for int8_t... yes
  849. checking for int16_t... yes
  850. checking for int32_t... yes
  851. checking for int64_t... yes
  852. checking for uint8_t... yes
  853. checking for uint16_t... yes
  854. checking for uint32_t... yes
  855. checking for uint64_t... yes
  856. checking for snprintf... yes
  857. checking for vsnprintf... yes
  858. checking for nanosleep... yes
  859. checking for strerror... yes
  860. checking for strcasestr... yes
  861. checking for strcasecmp... yes
  862. checking for strncasecmp... yes
  863. checking for signal... yes
  864. checking for vsnprintf... (cached) yes
  865. checking for snprintf... (cached) yes
  866. checking for asprintf... yes
  867. checking for asnprintf... no
  868. checking for vasprintf... yes
  869. checking for vasnprintf... no
  870. checking for getopt... yes
  871. checking for getopt_long_only... yes
  872. checking for usleep... yes
  873. checking for gettimeofday... yes
  874. checking for sleep... yes
  875. checking for getopt_long_only... (cached) yes
  876. checking for strcasecmp... (cached) yes
  877. checking for strncasecmp... (cached) yes
  878. checking for library containing getaddrinfo... none required
  879. checking for library containing gai_strerror... none required
  880. checking for library containing getnameinfo... none required
  881. checking for gai_strerror... yes
  882. checking for inet_ntop... yes
  883. checking for inet_pton... yes
  884. checking for working getaddrinfo... yes
  885. checking for library containing inet_addr... none required
  886. checking for working getnameinfo... yes
  887. checking for sockaddr_in6... yes
  888. checking for sockaddr_storage... yes
  889. checking for AF_INET6 definition... yes
  890. checking for IPv6 support... yes
  891. checking openssl/ssl.h usability... no
  892. checking openssl/ssl.h presence... no
  893. checking for openssl/ssl.h... no
  894. configure: WARNING: Failed to find openssl/ssl.h so OpenSSL will not be used. If it
  895. is installed you can try the --with-openssl=DIR argument
  896. checking for /proc/self/exe... no
  897. configure: creating ./config.status
  898. config.status: creating Makefile
  899. config.status: creating nbase_config.h
  900. === configuring in nsock/src (/Users/osx/Documents/nmap/nsock/src)
  901. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
  902. checking build system type... x86_64-apple-darwin17.2.0
  903. checking host system type... x86_64-apple-darwin17.2.0
  904. checking for gcc... gcc
  905. checking whether the C compiler works... yes
  906. checking for C compiler default output file name... a.out
  907. checking for suffix of executables...
  908. checking whether we are cross compiling... no
  909. checking for suffix of object files... o
  910. checking whether we are using the GNU C compiler... yes
  911. checking whether gcc accepts -g... yes
  912. checking for gcc option to accept ISO C89... none needed
  913. checking how to run the C preprocessor... gcc -E
  914. checking for grep that handles long lines and -e... /usr/bin/grep
  915. checking for egrep... /usr/bin/grep -E
  916. checking for ANSI C header files... yes
  917. checking for sys/types.h... yes
  918. checking for sys/stat.h... yes
  919. checking for stdlib.h... yes
  920. checking for string.h... yes
  921. checking for memory.h... yes
  922. checking for strings.h... yes
  923. checking for inttypes.h... yes
  924. checking for stdint.h... yes
  925. checking for unistd.h... yes
  926. checking pcap.h usability... yes
  927. checking pcap.h presence... yes
  928. checking for pcap.h... yes
  929. checking if PCAP_NETMASK_UNKNOWN is defined/handled by libpcap... yes
  930. checking linux/version.h usability... no
  931. checking linux/version.h presence... no
  932. checking for linux/version.h... no
  933. checking for Linux epoll(7) interface... no
  934. checking for poll(2)... yes
  935. checking for kqueue... yes
  936. checking for kevent... yes
  937. checking for gcc... (cached) gcc
  938. checking whether we are using the GNU C compiler... (cached) yes
  939. checking whether gcc accepts -g... (cached) yes
  940. checking for gcc option to accept ISO C89... (cached) none needed
  941. checking for ranlib... ranlib
  942. checking for gethostent... yes
  943. checking for setsockopt... yes
  944. checking for nanosleep... yes
  945. checking for ANSI C header files... (cached) yes
  946. checking net/bpf.h usability... yes
  947. checking net/bpf.h presence... yes
  948. checking for net/bpf.h... yes
  949. checking sys/ioctl.h usability... yes
  950. checking sys/ioctl.h presence... yes
  951. checking for sys/ioctl.h... yes
  952. checking sys/un.h usability... yes
  953. checking sys/un.h presence... yes
  954. checking for sys/un.h... yes
  955. checking netdb.h usability... yes
  956. checking netdb.h presence... yes
  957. checking for netdb.h... yes
  958. checking openssl/ssl.h usability... no
  959. checking openssl/ssl.h presence... no
  960. checking for openssl/ssl.h... no
  961. configure: WARNING: Failed to find openssl/ssl.h so OpenSSL will not be used. If it is installed you can try the --with-openssl=DIR argument
  962. checking for library containing dlopen... none required
  963. configure: creating ./config.status
  964. config.status: creating Makefile
  965. config.status: creating ../tests/Makefile
  966. config.status: creating ../include/nsock_config.h
  967. === configuring in ncat (/Users/osx/Documents/nmap/ncat)
  968. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
  969. checking build system type... x86_64-apple-darwin17.2.0
  970. checking host system type... x86_64-apple-darwin17.2.0
  971. checking for gcc... gcc
  972. checking whether the C compiler works... yes
  973. checking for C compiler default output file name... a.out
  974. checking for suffix of executables...
  975. checking whether we are cross compiling... no
  976. checking for suffix of object files... o
  977. checking whether we are using the GNU C compiler... yes
  978. checking whether gcc accepts -g... yes
  979. checking for gcc option to accept ISO C89... none needed
  980. checking for a BSD-compatible install... /usr/bin/install -c
  981. checking for strip... /usr/bin/strip
  982. checking how to run the C preprocessor... gcc -E
  983. checking for grep that handles long lines and -e... /usr/bin/grep
  984. checking for egrep... /usr/bin/grep -E
  985. checking for ANSI C header files... yes
  986. checking for sys/wait.h that is POSIX.1 compatible... yes
  987. checking for sys/types.h... yes
  988. checking for sys/stat.h... yes
  989. checking for stdlib.h... yes
  990. checking for string.h... yes
  991. checking for memory.h... yes
  992. checking for strings.h... yes
  993. checking for inttypes.h... yes
  994. checking for stdint.h... yes
  995. checking for unistd.h... yes
  996. checking fcntl.h usability... yes
  997. checking fcntl.h presence... yes
  998. checking for fcntl.h... yes
  999. checking limits.h usability... yes
  1000. checking limits.h presence... yes
  1001. checking for limits.h... yes
  1002. checking netdb.h usability... yes
  1003. checking netdb.h presence... yes
  1004. checking for netdb.h... yes
  1005. checking netinet/in.h usability... yes
  1006. checking netinet/in.h presence... yes
  1007. checking for netinet/in.h... yes
  1008. checking for stdlib.h... (cached) yes
  1009. checking for string.h... (cached) yes
  1010. checking for strings.h... (cached) yes
  1011. checking sys/param.h usability... yes
  1012. checking sys/param.h presence... yes
  1013. checking for sys/param.h... yes
  1014. checking sys/socket.h usability... yes
  1015. checking sys/socket.h presence... yes
  1016. checking for sys/socket.h... yes
  1017. checking sys/time.h usability... yes
  1018. checking sys/time.h presence... yes
  1019. checking for sys/time.h... yes
  1020. checking sys/timeb.h usability... yes
  1021. checking sys/timeb.h presence... yes
  1022. checking for sys/timeb.h... yes
  1023. checking for unistd.h... (cached) yes
  1024. checking sys/un.h usability... yes
  1025. checking sys/un.h presence... yes
  1026. checking for sys/un.h... yes
  1027. checking whether stat file-mode macros are broken... no
  1028. checking for an ANSI C-conforming const... yes
  1029. checking whether time.h and sys/time.h may both be included... yes
  1030. checking for pid_t... yes
  1031. checking vfork.h usability... no
  1032. checking vfork.h presence... no
  1033. checking for vfork.h... no
  1034. checking for fork... yes
  1035. checking for vfork... yes
  1036. checking for working fork... yes
  1037. checking for working vfork... (cached) yes
  1038. checking sys/select.h usability... yes
  1039. checking sys/select.h presence... yes
  1040. checking for sys/select.h... yes
  1041. checking for sys/socket.h... (cached) yes
  1042. checking types of arguments for select... int,fd_set *,struct timeval *
  1043. checking return type of signal handlers... void
  1044. checking for vprintf... yes
  1045. checking for _doprnt... no
  1046. checking for dup2... yes
  1047. checking for gettimeofday... yes
  1048. checking for inet_ntoa... yes
  1049. checking for memset... yes
  1050. checking for mkstemp... yes
  1051. checking for select... yes
  1052. checking for socket... yes
  1053. checking for strcasecmp... yes
  1054. checking for strchr... yes
  1055. checking for strdup... yes
  1056. checking for strerror... yes
  1057. checking for strncasecmp... yes
  1058. checking for strtol... yes
  1059. checking for library containing setsockopt... none required
  1060. checking for library containing gethostbyname... none required
  1061. checking for library containing dlopen... none required
  1062. checking openssl/ssl.h usability... no
  1063. checking openssl/ssl.h presence... no
  1064. checking for openssl/ssl.h... no
  1065. configure: WARNING: Failed to find openssl/ssl.h so OpenSSL will not be used.
  1066.     If it is installed you can try the --with-openssl=DIR argument
  1067. checking pcap.h usability... yes
  1068. checking pcap.h presence... yes
  1069. checking for pcap.h... yes
  1070. checking for pcap_datalink in -lpcap... yes
  1071. checking sys/ioccom.h usability... yes
  1072. checking sys/ioccom.h presence... yes
  1073. checking for sys/ioccom.h... yes
  1074. checking for sys/time.h... (cached) yes
  1075. checking net/bpf.h usability... yes
  1076. checking net/bpf.h presence... yes
  1077. checking for net/bpf.h... yes
  1078. checking if libpcap is suitable... no
  1079. checking for odm_initialize in -lodm... no
  1080. checking for odm_initialize in -lodm... (cached) no
  1081. checking for _system_configuration in -lcfg... no
  1082. checking lua5.3/lua.h usability... no
  1083. checking lua5.3/lua.h presence... no
  1084. checking for lua5.3/lua.h... no
  1085. checking lua/5.3/lua.h usability... no
  1086. checking lua/5.3/lua.h presence... no
  1087. checking for lua/5.3/lua.h... no
  1088. checking lua.h usability... no
  1089. checking lua.h presence... no
  1090. checking for lua.h... no
  1091. checking lua/lua.h usability... no
  1092. checking lua/lua.h presence... no
  1093. checking for lua/lua.h... no
  1094. checking for lua version >= 503... checking for g++... g++
  1095. checking whether we are using the GNU C++ compiler... yes
  1096. checking whether g++ accepts -g... yes
  1097. no
  1098. configure: creating ./config.status
  1099. config.status: creating Makefile
  1100. config.status: creating config.h
  1101.            .       .
  1102.            \`-"'"-'/
  1103.             } 6 6 {
  1104.            ==. Y ,==
  1105.              /^^^\ .
  1106.             /     \ )  Ncat: A modern interpretation of classic Netcat
  1107.            (  )-(  )/
  1108.            -""---""---   /
  1109.           /   Ncat    \_/
  1110.          (     ____
  1111.           \_.=|____E
  1112. Configuration complete.
  1113.  
  1114.                    ___.-------.___
  1115.                _.-' ___.--;--.___ `-._
  1116.             .-' _.-'  /  .+.  \ `-._ `-.
  1117.           .' .-'      |-|-o-|-|      `-. `.
  1118.          (_ <O__      \ `+'  /      __O> _)
  1119.            `--._``-..__`._|_.'__..-''_.--'
  1120.                  ``--._________.--''
  1121.   ____  _____  ____    ____       _       _______
  1122.  |_   \|_   _||_   \ /   _|     / \    |_   __ \
  1123.    |   \ | |    |   \/   |      / _ \     | |__) |
  1124.    | |\ \| |    | |\ /| |     / ___ \    |  ___/
  1125.   _| |_\  |_  _| |_\/_| |_  _/ /   \ \_  _| |_
  1126.  |_____|\____||_____||_____||____| |____||_____|
  1127.  
  1128.  NMAP IS A POWERFUL TOOL -- USE CAREFULLY AND RESPONSIBLY
  1129. Configured with: ndiff zenmap nping zlib lua ncat
  1130. Configured without: localdirs openssl libssh2 nmap-update
  1131. Type make (or gmake on some *BSD machines) to compile.
  1132. WARNING: You are compiling without OpenSSL
  1133. WARNING: You are compiling without LibSSH2
  1134.  
  1135.  
  1136.  
  1137.  
  1138. SixMillionKilaTons:nmap osx$ make
  1139. g++ -MM -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 charpool.cc FingerPrintResults.cc FPEngine.cc FPModel.cc idle_scan.cc MACLookup.cc main.cc nmap.cc nmap_dns.cc nmap_error.cc nmap_ftp.cc NmapOps.cc NmapOutputTable.cc nmap_tty.cc osscan2.cc osscan.cc output.cc payload.cc portlist.cc portreasons.cc protocols.cc scan_engine.cc scan_engine_connect.cc scan_engine_raw.cc scan_lists.cc service_scan.cc services.cc Target.cc TargetGroup.cc targets.cc tcpip.cc timing.cc traceroute.cc utils.cc xml.cc nse_main.cc nse_utility.cc nse_nsock.cc nse_dnet.cc nse_fs.cc nse_nmaplib.cc nse_debug.cc nse_pcrelib.cc nse_lpeg.cc > makefile.dep
  1140. Compiling libnetutil
  1141. cd libnetutil && /Library/Developer/CommandLineTools/usr/bin/make
  1142. g++ -MM -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 ./netutil.cc ./PacketElement.cc ./NetworkLayerElement.cc ./ARPHeader.cc ./PacketElement.cc ./NetworkLayerElement.cc ./TransportLayerElement.cc ./ARPHeader.cc ./EthernetHeader.cc ./ICMPv4Header.cc ./ICMPv6Header.cc ./IPv4Header.cc ./IPv6Header.cc ./TCPHeader.cc ./UDPHeader.cc ./RawData.cc ./HopByHopHeader.cc ./DestOptsHeader.cc ./FragmentHeader.cc ./RoutingHeader.cc ./PacketParser.cc > makefile.dep
  1143. g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing netutil.cc -o netutil.o
  1144. g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing PacketElement.cc -o PacketElement.o
  1145. g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing NetworkLayerElement.cc -o NetworkLayerElement.o
  1146. g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing TransportLayerElement.cc -o TransportLayerElement.o
  1147. g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing ARPHeader.cc -o ARPHeader.o
  1148. g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing EthernetHeader.cc -o EthernetHeader.o
  1149. g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing ICMPv4Header.cc -o ICMPv4Header.o
  1150. g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing ICMPv6Header.cc -o ICMPv6Header.o
  1151. g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing IPv4Header.cc -o IPv4Header.o
  1152. g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing IPv6Header.cc -o IPv6Header.o
  1153. g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing TCPHeader.cc -o TCPHeader.o
  1154. g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing UDPHeader.cc -o UDPHeader.o
  1155. g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing RawData.cc -o RawData.o
  1156. g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing HopByHopHeader.cc -o HopByHopHeader.o
  1157. g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing DestOptsHeader.cc -o DestOptsHeader.o
  1158. g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing FragmentHeader.cc -o FragmentHeader.o
  1159. g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing RoutingHeader.cc -o RoutingHeader.o
  1160. g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing PacketParser.cc -o PacketParser.o
  1161. rm -f libnetutil.a
  1162. ar cr libnetutil.a netutil.o PacketElement.o NetworkLayerElement.o TransportLayerElement.o ARPHeader.o EthernetHeader.o ICMPv4Header.o ICMPv6Header.o IPv4Header.o IPv6Header.o TCPHeader.o UDPHeader.o RawData.o HopByHopHeader.o DestOptsHeader.o FragmentHeader.o RoutingHeader.o  PacketParser.o
  1163. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libnetutil.a(NetworkLayerElement.o) has no symbols
  1164. ranlib libnetutil.a
  1165. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libnetutil.a(NetworkLayerElement.o) has no symbols
  1166. Compiling liblinear
  1167. g++ -g -O2 -Wall   -Wno-uninitialized -c -o linear.o linear.cpp
  1168. g++ -g -O2 -Wall   -Wno-uninitialized -c -o tron.o tron.cpp
  1169. cd blas; /Library/Developer/CommandLineTools/usr/bin/make OPTFLAGS='-g -O2 -Wall   -Wno-uninitialized' CC='gcc';
  1170. gcc -g -O2 -Wall   -Wno-uninitialized -c dnrm2.c
  1171. gcc -g -O2 -Wall   -Wno-uninitialized -c daxpy.c
  1172. gcc -g -O2 -Wall   -Wno-uninitialized -c ddot.c
  1173. gcc -g -O2 -Wall   -Wno-uninitialized -c dscal.c
  1174. ar rcv blas.a dnrm2.o daxpy.o ddot.o dscal.o  
  1175. a - dnrm2.o
  1176. a - daxpy.o
  1177. a - ddot.o
  1178. a - dscal.o
  1179. ranlib  blas.a
  1180. ar rcv liblinear.a linear.o tron.o blas/*.o
  1181. a - linear.o
  1182. a - tron.o
  1183. a - blas/daxpy.o
  1184. a - blas/ddot.o
  1185. a - blas/dnrm2.o
  1186. a - blas/dscal.o
  1187. ranlib liblinear.a
  1188. Compiling libpcap
  1189. gcc -fno-common -arch x86_64 -arch i386 -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2    -c ./pcap-bpf.c
  1190. gcc -fno-common -arch x86_64 -arch i386 -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2    -c ./fad-getad.c
  1191. if grep GIT ./VERSION >/dev/null; then \
  1192.         read ver <./VERSION; \
  1193.         echo $ver | tr -d '\012'; \
  1194.         date +_%Y_%m_%d; \
  1195.     else \
  1196.         cat ./VERSION; \
  1197.     fi | sed -e 's/.*/static const char pcap_version_string[] = "libpcap version &";/' > version.h
  1198. gcc -fno-common -arch x86_64 -arch i386 -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2    -c ./pcap.c
  1199. gcc -fno-common -arch x86_64 -arch i386 -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2    -c ./inet.c
  1200. gcc -fno-common -arch x86_64 -arch i386 -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2    -c ./gencode.c
  1201. gcc -fno-common -arch x86_64 -arch i386 -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2    -c ./optimize.c
  1202. gcc -fno-common -arch x86_64 -arch i386 -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2    -c ./nametoaddr.c
  1203. gcc -fno-common -arch x86_64 -arch i386 -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2    -c ./etherent.c
  1204. gcc -fno-common -arch x86_64 -arch i386 -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2    -c ./savefile.c
  1205. gcc -fno-common -arch x86_64 -arch i386 -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2    -c ./sf-pcap.c
  1206. gcc -fno-common -arch x86_64 -arch i386 -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2    -c ./sf-pcap-ng.c
  1207. gcc -fno-common -arch x86_64 -arch i386 -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2    -c ./pcap-common.c
  1208. ./pcap-common.c:1324:6: warning: logical not is only applied to the left hand
  1209.      side of this comparison [-Wlogical-not-parentheses]
  1210.        if (!(nfhdr->nflog_version) == 0) {
  1211.            ^                       ~~
  1212. ./pcap-common.c:1324:6: note: add parentheses after the '!' to evaluate the
  1213.      comparison first
  1214.        if (!(nfhdr->nflog_version) == 0) {
  1215.            ^
  1216.             (                          )
  1217. ./pcap-common.c:1324:6: note: add parentheses around left hand side expression
  1218.      to silence this warning
  1219.        if (!(nfhdr->nflog_version) == 0) {
  1220.            ^
  1221.            (                      )
  1222. 1 warning generated.
  1223. ./pcap-common.c:1324:6: warning: logical not is only applied to the left hand
  1224.      side of this comparison [-Wlogical-not-parentheses]
  1225.        if (!(nfhdr->nflog_version) == 0) {
  1226.            ^                       ~~
  1227. ./pcap-common.c:1324:6: note: add parentheses after the '!' to evaluate the
  1228.      comparison first
  1229.        if (!(nfhdr->nflog_version) == 0) {
  1230.            ^
  1231.             (                          )
  1232. ./pcap-common.c:1324:6: note: add parentheses around left hand side expression
  1233.      to silence this warning
  1234.        if (!(nfhdr->nflog_version) == 0) {
  1235.            ^
  1236.            (                      )
  1237. 1 warning generated.
  1238. gcc -fno-common -arch x86_64 -arch i386 -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2    -c ./bpf_image.c
  1239. gcc -fno-common -arch x86_64 -arch i386 -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2    -c ./bpf_dump.c
  1240. gcc -fno-common -arch x86_64 -arch i386 -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2    -c scanner.c
  1241. gcc -fno-common -arch x86_64 -arch i386 -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2    -Dyylval=pcap_lval -c grammar.c
  1242. rm -f bpf_filter.c
  1243. ln -s ./bpf/net/bpf_filter.c bpf_filter.c
  1244. gcc -fno-common -arch x86_64 -arch i386 -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2    -c bpf_filter.c
  1245. if grep GIT ./VERSION >/dev/null; then \
  1246.         read ver <./VERSION; \
  1247.         echo $ver | tr -d '\012'; \
  1248.         date +_%Y_%m_%d; \
  1249.     else \
  1250.         cat ./VERSION; \
  1251.     fi | sed -e 's/.*/char pcap_version[] = "&";/' > version.c
  1252. gcc -fno-common -arch x86_64 -arch i386 -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2    -c version.c
  1253. ar rc libpcap.a pcap-bpf.o fad-getad.o pcap.o inet.o gencode.o optimize.o nametoaddr.o etherent.o savefile.o sf-pcap.o sf-pcap-ng.o pcap-common.o bpf_image.o bpf_dump.o  scanner.o grammar.o bpf_filter.o version.o  
  1254. ranlib libpcap.a
  1255. ./config.status --file=pcap-config.tmp:./pcap-config.in
  1256. config.status: creating pcap-config.tmp
  1257. mv pcap-config.tmp pcap-config
  1258. chmod a+x pcap-config
  1259. Compiling libpcre
  1260. cd . && /bin/sh /Users/osx/Documents/nmap/missing --run aclocal-1.10
  1261. /Users/osx/Documents/nmap/missing: line 52: aclocal-1.10: command not found
  1262. WARNING: `aclocal-1.10' is missing on your system.  You should only need it if
  1263.         you modified `acinclude.m4' or `configure.ac'.  You might want
  1264.         to install the `Automake' and `Perl' packages.  Grab them from
  1265.         any GNU archive site.
  1266. cd . && /bin/sh /Users/osx/Documents/nmap/missing --run autoconf
  1267. /Users/osx/Documents/nmap/missing: line 52: autoconf: command not found
  1268. WARNING: `autoconf' is missing on your system.  You should only need it if
  1269.         you modified `configure.ac'.  You might want to install the
  1270.         `Autoconf' and `GNU m4' packages.  Grab them from any GNU
  1271.         archive site.
  1272. /bin/sh ./config.status --recheck
  1273. running CONFIG_SHELL=/bin/sh /bin/sh ./configure --disable-option-checking --prefix=/usr/local --cache-file=/dev/null --srcdir=. --no-create --no-recursion
  1274. checking for a BSD-compatible install... /usr/bin/install -c
  1275. checking whether build environment is sane... yes
  1276. checking for a thread-safe mkdir -p... ./../shtool install -c -d
  1277. checking for gawk... no
  1278. checking for mawk... no
  1279. checking for nawk... no
  1280. checking for awk... awk
  1281. checking whether make sets $(MAKE)... yes
  1282. checking for gcc... gcc
  1283. checking whether the C compiler works... yes
  1284. checking for C compiler default output file name... a.out
  1285. checking for suffix of executables...
  1286. checking whether we are cross compiling... no
  1287. checking for suffix of object files... o
  1288. checking whether we are using the GNU C compiler... yes
  1289. checking whether gcc accepts -g... yes
  1290. checking for gcc option to accept ISO C89... none needed
  1291. checking for style of include used by make... GNU
  1292. checking dependency style of gcc... gcc3
  1293. checking for ranlib... ranlib
  1294. checking whether ln -s works... yes
  1295. checking how to run the C preprocessor... gcc -E
  1296. checking for grep that handles long lines and -e... /usr/bin/grep
  1297. checking for egrep... /usr/bin/grep -E
  1298. checking for ANSI C header files... yes
  1299. checking for sys/types.h... yes
  1300. checking for sys/stat.h... yes
  1301. checking for stdlib.h... yes
  1302. checking for string.h... yes
  1303. checking for memory.h... yes
  1304. checking for strings.h... yes
  1305. checking for inttypes.h... yes
  1306. checking for stdint.h... yes
  1307. checking for unistd.h... yes
  1308. checking limits.h usability... yes
  1309. checking limits.h presence... yes
  1310. checking for limits.h... yes
  1311. checking for sys/types.h... (cached) yes
  1312. checking for sys/stat.h... (cached) yes
  1313. checking dirent.h usability... yes
  1314. checking dirent.h presence... yes
  1315. checking for dirent.h... yes
  1316. checking windows.h usability... no
  1317. checking windows.h presence... no
  1318. checking for windows.h... no
  1319. checking for an ANSI C-conforming const... yes
  1320. checking for size_t... yes
  1321. checking for long long... yes
  1322. checking for unsigned long long... yes
  1323. checking for bcopy... yes
  1324. checking for memmove... yes
  1325. checking for strerror... yes
  1326. checking for strtoq... yes
  1327. checking for strtoll... yes
  1328. checking for _strtoi64... no
  1329. checking zlib.h usability... yes
  1330. checking zlib.h presence... yes
  1331. checking for zlib.h... yes
  1332. checking for gzopen in -lz... yes
  1333. checking bzlib.h usability... yes
  1334. checking bzlib.h presence... yes
  1335. checking for bzlib.h... yes
  1336. checking for BZ2_bzopen in -lbz2... yes
  1337. checking readline/readline.h usability... yes
  1338. checking readline/readline.h presence... yes
  1339. checking for readline/readline.h... yes
  1340. checking readline/history.h usability... yes
  1341. checking readline/history.h presence... yes
  1342. checking for readline/history.h... yes
  1343. checking for readline in -lreadline... yes
  1344. checking build system type... x86_64-apple-darwin17.2.0
  1345. checking host system type... x86_64-apple-darwin17.2.0
  1346. configure: creating ./config.status
  1347. /bin/sh ./config.status
  1348. config.status: creating Makefile
  1349. config.status: creating pcre-config
  1350. config.status: creating config.h
  1351. config.status: config.h is unchanged
  1352. config.status: executing depfiles commands
  1353. config.status: executing script-chmod commands
  1354. cd . && /bin/sh /Users/osx/Documents/nmap/missing --run autoheader
  1355. /Users/osx/Documents/nmap/missing: line 52: autoheader: command not found
  1356. WARNING: `autoheader' is missing on your system.  You should only need it if
  1357.         you modified `acconfig.h' or `configure.ac'.  You might want
  1358.         to install the `Autoconf' and `GNU m4' packages.  Grab them
  1359.         from any GNU archive site.
  1360. rm -f stamp-h1
  1361. touch config.h.in
  1362. cd . && /bin/sh ./config.status config.h
  1363. config.status: creating config.h
  1364. config.status: config.h is unchanged
  1365. /Library/Developer/CommandLineTools/usr/bin/make  all-am
  1366. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_compile.o -MD -MP -MF .deps/pcre_compile.Tpo -c -o pcre_compile.o pcre_compile.c
  1367. mv -f .deps/pcre_compile.Tpo .deps/pcre_compile.Po
  1368. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_config.o -MD -MP -MF .deps/pcre_config.Tpo -c -o pcre_config.o pcre_config.c
  1369. mv -f .deps/pcre_config.Tpo .deps/pcre_config.Po
  1370. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_dfa_exec.o -MD -MP -MF .deps/pcre_dfa_exec.Tpo -c -o pcre_dfa_exec.o pcre_dfa_exec.c
  1371. mv -f .deps/pcre_dfa_exec.Tpo .deps/pcre_dfa_exec.Po
  1372. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_exec.o -MD -MP -MF .deps/pcre_exec.Tpo -c -o pcre_exec.o pcre_exec.c
  1373. mv -f .deps/pcre_exec.Tpo .deps/pcre_exec.Po
  1374. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_fullinfo.o -MD -MP -MF .deps/pcre_fullinfo.Tpo -c -o pcre_fullinfo.o pcre_fullinfo.c
  1375. mv -f .deps/pcre_fullinfo.Tpo .deps/pcre_fullinfo.Po
  1376. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_get.o -MD -MP -MF .deps/pcre_get.Tpo -c -o pcre_get.o pcre_get.c
  1377. mv -f .deps/pcre_get.Tpo .deps/pcre_get.Po
  1378. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_globals.o -MD -MP -MF .deps/pcre_globals.Tpo -c -o pcre_globals.o pcre_globals.c
  1379. mv -f .deps/pcre_globals.Tpo .deps/pcre_globals.Po
  1380. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_info.o -MD -MP -MF .deps/pcre_info.Tpo -c -o pcre_info.o pcre_info.c
  1381. mv -f .deps/pcre_info.Tpo .deps/pcre_info.Po
  1382. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_maketables.o -MD -MP -MF .deps/pcre_maketables.Tpo -c -o pcre_maketables.o pcre_maketables.c
  1383. mv -f .deps/pcre_maketables.Tpo .deps/pcre_maketables.Po
  1384. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_newline.o -MD -MP -MF .deps/pcre_newline.Tpo -c -o pcre_newline.o pcre_newline.c
  1385. mv -f .deps/pcre_newline.Tpo .deps/pcre_newline.Po
  1386. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_ord2utf8.o -MD -MP -MF .deps/pcre_ord2utf8.Tpo -c -o pcre_ord2utf8.o pcre_ord2utf8.c
  1387. mv -f .deps/pcre_ord2utf8.Tpo .deps/pcre_ord2utf8.Po
  1388. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_refcount.o -MD -MP -MF .deps/pcre_refcount.Tpo -c -o pcre_refcount.o pcre_refcount.c
  1389. mv -f .deps/pcre_refcount.Tpo .deps/pcre_refcount.Po
  1390. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_study.o -MD -MP -MF .deps/pcre_study.Tpo -c -o pcre_study.o pcre_study.c
  1391. mv -f .deps/pcre_study.Tpo .deps/pcre_study.Po
  1392. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_tables.o -MD -MP -MF .deps/pcre_tables.Tpo -c -o pcre_tables.o pcre_tables.c
  1393. mv -f .deps/pcre_tables.Tpo .deps/pcre_tables.Po
  1394. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_try_flipped.o -MD -MP -MF .deps/pcre_try_flipped.Tpo -c -o pcre_try_flipped.o pcre_try_flipped.c
  1395. mv -f .deps/pcre_try_flipped.Tpo .deps/pcre_try_flipped.Po
  1396. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_ucp_searchfuncs.o -MD -MP -MF .deps/pcre_ucp_searchfuncs.Tpo -c -o pcre_ucp_searchfuncs.o pcre_ucp_searchfuncs.c
  1397. mv -f .deps/pcre_ucp_searchfuncs.Tpo .deps/pcre_ucp_searchfuncs.Po
  1398. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_valid_utf8.o -MD -MP -MF .deps/pcre_valid_utf8.Tpo -c -o pcre_valid_utf8.o pcre_valid_utf8.c
  1399. mv -f .deps/pcre_valid_utf8.Tpo .deps/pcre_valid_utf8.Po
  1400. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_version.o -MD -MP -MF .deps/pcre_version.Tpo -c -o pcre_version.o pcre_version.c
  1401. mv -f .deps/pcre_version.Tpo .deps/pcre_version.Po
  1402. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_xclass.o -MD -MP -MF .deps/pcre_xclass.Tpo -c -o pcre_xclass.o pcre_xclass.c
  1403. mv -f .deps/pcre_xclass.Tpo .deps/pcre_xclass.Po
  1404. gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_chartables.o -MD -MP -MF .deps/pcre_chartables.Tpo -c -o pcre_chartables.o pcre_chartables.c
  1405. mv -f .deps/pcre_chartables.Tpo .deps/pcre_chartables.Po
  1406. rm -f libpcre.a
  1407. ar cru libpcre.a pcre_compile.o pcre_config.o pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o pcre_globals.o pcre_info.o pcre_maketables.o pcre_newline.o pcre_ord2utf8.o pcre_refcount.o pcre_study.o pcre_tables.o pcre_try_flipped.o pcre_ucp_searchfuncs.o pcre_valid_utf8.o pcre_version.o pcre_xclass.o pcre_chartables.o
  1408. ranlib libpcre.a
  1409. Compiling libnbase
  1410. cd nbase && /Library/Developer/CommandLineTools/usr/bin/make
  1411. gcc -g -O2 -Wall    -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2    -c -o snprintf.o snprintf.c
  1412. snprintf.c:51:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
  1413. static const char rcsid[] =
  1414.                  ^
  1415. 1 warning generated.
  1416. gcc -g -O2 -Wall    -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2    -c -o nbase_str.o nbase_str.c
  1417. gcc -g -O2 -Wall    -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2    -c -o nbase_misc.o nbase_misc.c
  1418. gcc -g -O2 -Wall    -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2    -c -o nbase_memalloc.o nbase_memalloc.c
  1419. gcc -g -O2 -Wall    -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2    -c -o nbase_rnd.o nbase_rnd.c
  1420. gcc -g -O2 -Wall    -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2    -c -o nbase_addrset.o nbase_addrset.c
  1421. rm -f libnbase.a
  1422. ar cr libnbase.a snprintf.o nbase_str.o nbase_misc.o nbase_memalloc.o nbase_rnd.o nbase_addrset.o
  1423. ranlib libnbase.a
  1424. Compiling libnsock
  1425. cd nsock/src && /Library/Developer/CommandLineTools/usr/bin/make
  1426. gcc -MM -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include error.c filespace.c gh_heap.c nsock_connect.c nsock_core.c nsock_iod.c nsock_read.c nsock_timers.c nsock_write.c nsock_ssl.c nsock_event.c nsock_pool.c netutils.c nsock_pcap.c nsock_engines.c engine_select.c engine_epoll.c engine_kqueue.c engine_poll.c nsock_proxy.c nsock_log.c proxy_http.c proxy_socks4.c > makefile.dep
  1427. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   error.c -o error.o
  1428. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   filespace.c -o filespace.o
  1429. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   gh_heap.c -o gh_heap.o
  1430. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   nsock_connect.c -o nsock_connect.o
  1431. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   nsock_core.c -o nsock_core.o
  1432. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   nsock_iod.c -o nsock_iod.o
  1433. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   nsock_read.c -o nsock_read.o
  1434. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   nsock_timers.c -o nsock_timers.o
  1435. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   nsock_write.c -o nsock_write.o
  1436. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   nsock_ssl.c -o nsock_ssl.o
  1437. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   nsock_event.c -o nsock_event.o
  1438. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   nsock_pool.c -o nsock_pool.o
  1439. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   netutils.c -o netutils.o
  1440. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   nsock_pcap.c -o nsock_pcap.o
  1441. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   nsock_engines.c -o nsock_engines.o
  1442. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   engine_select.c -o engine_select.o
  1443. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   engine_epoll.c -o engine_epoll.o
  1444. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   engine_kqueue.c -o engine_kqueue.o
  1445. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   engine_poll.c -o engine_poll.o
  1446. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   nsock_proxy.c -o nsock_proxy.o
  1447. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   nsock_log.c -o nsock_log.o
  1448. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   proxy_http.c -o proxy_http.o
  1449. gcc -c -I/Users/osx/Documents/nmap/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall   proxy_socks4.c -o proxy_socks4.o
  1450. rm -f libnsock.a
  1451. ar cr libnsock.a error.o filespace.o gh_heap.o nsock_connect.o nsock_core.o nsock_iod.o nsock_read.o nsock_timers.o nsock_write.o nsock_ssl.o nsock_event.o nsock_pool.o netutils.o nsock_pcap.o nsock_engines.o engine_select.o engine_epoll.o engine_kqueue.o engine_poll.o nsock_proxy.o nsock_log.o proxy_http.o proxy_socks4.o
  1452. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libnsock.a(engine_epoll.o) has no symbols
  1453. ranlib libnsock.a
  1454. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libnsock.a(engine_epoll.o) has no symbols
  1455. Compiling libdnet
  1456. Making all in include
  1457. /Library/Developer/CommandLineTools/usr/bin/make  all-recursive
  1458. Making all in dnet
  1459. make[4]: Nothing to be done for `all'.
  1460. make[4]: Nothing to be done for `all-am'.
  1461. Making all in src
  1462. /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -Wall -c -o addr-util.lo addr-util.c
  1463. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c addr-util.c -o addr-util.o
  1464. /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -Wall -c -o addr.lo addr.c
  1465. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c addr.c -o addr.o
  1466. addr.c:352:7: warning: overflow converting case value to switch condition type
  1467.      (65535 to 255) [-Wswitch]
  1468.        case ARP_HRD_VOID:
  1469.             ^
  1470. ../include/dnet/arp.h:47:22: note: expanded from macro 'ARP_HRD_VOID'
  1471. #define ARP_HRD_VOID 0xFFFF                     /* Void type, nothing i...
  1472.                     ^
  1473. addr.c:327:7: warning: overflow converting case value to switch condition type
  1474.      (803 to 35) [-Wswitch]
  1475.        case ARP_HRD_IEEE80211_RADIOTAP: /* IEEE 802.11 + radiotap header */
  1476.             ^
  1477. ../include/dnet/arp.h:46:36: note: expanded from macro
  1478.      'ARP_HRD_IEEE80211_RADIOTAP'
  1479. #define ARP_HRD_IEEE80211_RADIOTAP 0x0323  /* IEEE 802.11 + radiotap header */
  1480.                                   ^
  1481. addr.c:326:7: warning: overflow converting case value to switch condition type
  1482.      (802 to 34) [-Wswitch]
  1483.        case ARP_HRD_IEEE80211_PRISM: /* IEEE 802.11 + prism header */
  1484.             ^
  1485. ../include/dnet/arp.h:45:33: note: expanded from macro 'ARP_HRD_IEEE80211_PRISM'
  1486. #define ARP_HRD_IEEE80211_PRISM 0x0322  /* IEEE 802.11 + prism header */
  1487.                                ^
  1488. addr.c:325:7: warning: overflow converting case value to switch condition type
  1489.      (801 to 33) [-Wswitch]
  1490.        case ARP_HDR_IEEE80211: /* IEEE 802.11 */
  1491.             ^
  1492. ../include/dnet/arp.h:44:27: note: expanded from macro 'ARP_HDR_IEEE80211'
  1493. #define ARP_HDR_IEEE80211 0x0321  /* IEEE 802.11 */
  1494.                          ^
  1495. addr.c:323:7: warning: overflow converting case value to switch condition type
  1496.      (777 to 9) [-Wswitch]
  1497.        case ARP_HRD_APPLETALK: /* AppleTalk DDP */
  1498.             ^
  1499. ../include/dnet/arp.h:43:27: note: expanded from macro 'ARP_HRD_APPLETALK'
  1500. #define ARP_HRD_APPLETALK 0x0309 /* AppleTalk DDP */
  1501.                          ^
  1502. 5 warnings generated.
  1503. /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -Wall -c -o blob.lo blob.c
  1504. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c blob.c -o blob.o
  1505. /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -Wall -c -o ip-util.lo ip-util.c
  1506. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c ip-util.c -o ip-util.o
  1507. /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -Wall -c -o ip6.lo ip6.c
  1508. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c ip6.c -o ip6.o
  1509. /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -Wall -c -o rand.lo rand.c
  1510. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c rand.c -o rand.o
  1511. /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -Wall -c -o arp-bsd.lo arp-bsd.c
  1512. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c arp-bsd.c -o arp-bsd.o
  1513. /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -Wall -c -o eth-bsd.lo eth-bsd.c
  1514. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c eth-bsd.c -o eth-bsd.o
  1515. /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -Wall -c -o fw-none.lo fw-none.c
  1516. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c fw-none.c -o fw-none.o
  1517. /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -Wall -c -o intf.lo intf.c
  1518. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c intf.c -o intf.o
  1519. /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -Wall -c -o ip.lo ip.c
  1520. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c ip.c -o ip.o
  1521. /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -Wall -c -o route-bsd.lo route-bsd.c
  1522. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c route-bsd.c -o route-bsd.o
  1523. /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -Wall -c -o tun-none.lo tun-none.c
  1524. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c tun-none.c -o tun-none.o
  1525. /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall -version-info 1:1:0  -o libdnet.la -rpath /usr/local/lib addr-util.lo addr.lo blob.lo ip-util.lo ip6.lo rand.lo arp-bsd.lo eth-bsd.lo fw-none.lo intf.lo ip.lo route-bsd.lo tun-none.lo
  1526. libtool: link: ar cru .libs/libdnet.a  addr-util.o addr.o blob.o ip-util.o ip6.o rand.o arp-bsd.o eth-bsd.o fw-none.o intf.o ip.o route-bsd.o tun-none.o
  1527. libtool: link: ranlib .libs/libdnet.a
  1528. libtool: link: ( cd ".libs" && rm -f "libdnet.la" && ln -s "../libdnet.la" "libdnet.la" )
  1529. make[2]: Nothing to be done for `all-am'.
  1530. Compiling liblua
  1531. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lapi.o lapi.c
  1532. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lcode.o lcode.c
  1533. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lctype.o lctype.c
  1534. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o ldebug.o ldebug.c
  1535. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o ldo.o ldo.c
  1536. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o ldump.o ldump.c
  1537. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lfunc.o lfunc.c
  1538. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lgc.o lgc.c
  1539. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o llex.o llex.c
  1540. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lmem.o lmem.c
  1541. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lobject.o lobject.c
  1542. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lopcodes.o lopcodes.c
  1543. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lparser.o lparser.c
  1544. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lstate.o lstate.c
  1545. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lstring.o lstring.c
  1546. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o ltable.o ltable.c
  1547. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o ltm.o ltm.c
  1548. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lundump.o lundump.c
  1549. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lvm.o lvm.c
  1550. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lzio.o lzio.c
  1551. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lauxlib.o lauxlib.c
  1552. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lbaselib.o lbaselib.c
  1553. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lbitlib.o lbitlib.c
  1554. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lcorolib.o lcorolib.c
  1555. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o ldblib.o ldblib.c
  1556. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o liolib.o liolib.c
  1557. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lmathlib.o lmathlib.c
  1558. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o loslib.o loslib.c
  1559. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lstrlib.o lstrlib.c
  1560. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o ltablib.o ltablib.c
  1561. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o lutf8lib.o lutf8lib.c
  1562. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o loadlib.o loadlib.c
  1563. gcc -O2 -Wall -Wextra -DLUA_COMPAT_5_2  -g -O2 -Wall   -DLUA_USE_MACOSX   -c -o linit.o linit.c
  1564. ar rcu liblua.a lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lbitlib.o lcorolib.o ldblib.o liolib.o lmathlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o loadlib.o linit.o
  1565. ranlib liblua.a
  1566. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   charpool.cc -o charpool.o
  1567. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   FingerPrintResults.cc -o FingerPrintResults.o
  1568. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   FPEngine.cc -o FPEngine.o
  1569. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   -g0 FPModel.cc -o FPModel.o
  1570. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   idle_scan.cc -o idle_scan.o
  1571. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   MACLookup.cc -o MACLookup.o
  1572. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   nmap_dns.cc -o nmap_dns.o
  1573. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   nmap_error.cc -o nmap_error.o
  1574. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   nmap.cc -o nmap.o
  1575. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   nmap_ftp.cc -o nmap_ftp.o
  1576. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   NmapOps.cc -o NmapOps.o
  1577. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   NmapOutputTable.cc -o NmapOutputTable.o
  1578. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   nmap_tty.cc -o nmap_tty.o
  1579. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   osscan2.cc -o osscan2.o
  1580. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   osscan.cc -o osscan.o
  1581. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   output.cc -o output.o
  1582. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   payload.cc -o payload.o
  1583. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   portlist.cc -o portlist.o
  1584. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   portreasons.cc -o portreasons.o
  1585. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   protocols.cc -o protocols.o
  1586. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   scan_engine.cc -o scan_engine.o
  1587. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   scan_engine_connect.cc -o scan_engine_connect.o
  1588. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   scan_engine_raw.cc -o scan_engine_raw.o
  1589. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   scan_lists.cc -o scan_lists.o
  1590. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   service_scan.cc -o service_scan.o
  1591. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   services.cc -o services.o
  1592. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   TargetGroup.cc -o TargetGroup.o
  1593. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   Target.cc -o Target.o
  1594. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   targets.cc -o targets.o
  1595. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   tcpip.cc -o tcpip.o
  1596. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   timing.cc -o timing.o
  1597. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   traceroute.cc -o traceroute.o
  1598. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   utils.cc -o utils.o
  1599. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   xml.cc -o xml.o
  1600. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   nse_main.cc -o nse_main.o
  1601. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   nse_utility.cc -o nse_utility.o
  1602. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   nse_nsock.cc -o nse_nsock.o
  1603. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   nse_dnet.cc -o nse_dnet.o
  1604. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   nse_fs.cc -o nse_fs.o
  1605. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   nse_nmaplib.cc -o nse_nmaplib.o
  1606. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   nse_debug.cc -o nse_debug.o
  1607. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   nse_pcrelib.cc -o nse_pcrelib.o
  1608. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   nse_lpeg.cc -o nse_lpeg.o
  1609. g++ -c -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre  -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin17.2.0\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing   main.cc -o main.o
  1610. Compiling nmap
  1611. rm -f nmap
  1612. g++ -Lnbase -Lnsock/src/   -o nmap charpool.o FingerPrintResults.o FPEngine.o FPModel.o idle_scan.o MACLookup.o nmap_dns.o nmap_error.o nmap.o nmap_ftp.o NmapOps.o NmapOutputTable.o nmap_tty.o osscan2.o osscan.o output.o payload.o portlist.o portreasons.o protocols.o scan_engine.o scan_engine_connect.o scan_engine_raw.o scan_lists.o service_scan.o services.o TargetGroup.o Target.o targets.o tcpip.o timing.o traceroute.o utils.o xml.o nse_main.o nse_utility.o nse_nsock.o nse_dnet.o nse_fs.o nse_nmaplib.o nse_debug.o nse_pcrelib.o nse_lpeg.o main.o -lnsock -lnbase libpcre/libpcre.a libpcap/libpcap.a   -lz libnetutil/libnetutil.a ./libdnet-stripped/src/.libs/libdnet.a ./liblua/liblua.a ./liblinear/liblinear.a -lm
  1613. cd zenmap && /usr/bin/python2.7 setup.py build
  1614. running build
  1615. running build_py
  1616. creating build
  1617. creating build/lib
  1618. creating build/lib/zenmapCore
  1619. copying zenmapCore/__init__.py -> build/lib/zenmapCore
  1620. copying zenmapCore/BasePaths.py -> build/lib/zenmapCore
  1621. copying zenmapCore/DelayedObject.py -> build/lib/zenmapCore
  1622. copying zenmapCore/Diff.py -> build/lib/zenmapCore
  1623. copying zenmapCore/I18N.py -> build/lib/zenmapCore
  1624. copying zenmapCore/Name.py -> build/lib/zenmapCore
  1625. copying zenmapCore/NetworkInventory.py -> build/lib/zenmapCore
  1626. copying zenmapCore/NmapCommand.py -> build/lib/zenmapCore
  1627. copying zenmapCore/NmapOptions.py -> build/lib/zenmapCore
  1628. copying zenmapCore/NmapParser.py -> build/lib/zenmapCore
  1629. copying zenmapCore/NSEDocParser.py -> build/lib/zenmapCore
  1630. copying zenmapCore/Paths.py -> build/lib/zenmapCore
  1631. copying zenmapCore/RecentScans.py -> build/lib/zenmapCore
  1632. copying zenmapCore/ScriptArgsParser.py -> build/lib/zenmapCore
  1633. copying zenmapCore/ScriptMetadata.py -> build/lib/zenmapCore
  1634. copying zenmapCore/SearchResult.py -> build/lib/zenmapCore
  1635. copying zenmapCore/StringPool.py -> build/lib/zenmapCore
  1636. copying zenmapCore/TargetList.py -> build/lib/zenmapCore
  1637. copying zenmapCore/UmitConf.py -> build/lib/zenmapCore
  1638. copying zenmapCore/UmitConfigParser.py -> build/lib/zenmapCore
  1639. copying zenmapCore/UmitDB.py -> build/lib/zenmapCore
  1640. copying zenmapCore/UmitLogging.py -> build/lib/zenmapCore
  1641. copying zenmapCore/UmitOptionParser.py -> build/lib/zenmapCore
  1642. copying zenmapCore/Version.py -> build/lib/zenmapCore
  1643. creating build/lib/zenmapGUI
  1644. copying zenmapGUI/__init__.py -> build/lib/zenmapGUI
  1645. copying zenmapGUI/About.py -> build/lib/zenmapGUI
  1646. copying zenmapGUI/App.py -> build/lib/zenmapGUI
  1647. copying zenmapGUI/BugReport.py -> build/lib/zenmapGUI
  1648. copying zenmapGUI/CrashReport.py -> build/lib/zenmapGUI
  1649. copying zenmapGUI/DiffCompare.py -> build/lib/zenmapGUI
  1650. copying zenmapGUI/FileChoosers.py -> build/lib/zenmapGUI
  1651. copying zenmapGUI/FilterBar.py -> build/lib/zenmapGUI
  1652. copying zenmapGUI/Icons.py -> build/lib/zenmapGUI
  1653. copying zenmapGUI/MainWindow.py -> build/lib/zenmapGUI
  1654. copying zenmapGUI/NmapOutputProperties.py -> build/lib/zenmapGUI
  1655. copying zenmapGUI/NmapOutputViewer.py -> build/lib/zenmapGUI
  1656. copying zenmapGUI/OptionBuilder.py -> build/lib/zenmapGUI
  1657. copying zenmapGUI/Print.py -> build/lib/zenmapGUI
  1658. copying zenmapGUI/ProfileCombo.py -> build/lib/zenmapGUI
  1659. copying zenmapGUI/ProfileEditor.py -> build/lib/zenmapGUI
  1660. copying zenmapGUI/ProfileHelp.py -> build/lib/zenmapGUI
  1661. copying zenmapGUI/ScanHostDetailsPage.py -> build/lib/zenmapGUI
  1662. copying zenmapGUI/ScanHostsView.py -> build/lib/zenmapGUI
  1663. copying zenmapGUI/ScanInterface.py -> build/lib/zenmapGUI
  1664. copying zenmapGUI/ScanNmapOutputPage.py -> build/lib/zenmapGUI
  1665. copying zenmapGUI/ScanOpenPortsPage.py -> build/lib/zenmapGUI
  1666. copying zenmapGUI/ScanRunDetailsPage.py -> build/lib/zenmapGUI
  1667. copying zenmapGUI/ScanScanListPage.py -> build/lib/zenmapGUI
  1668. copying zenmapGUI/ScansListStore.py -> build/lib/zenmapGUI
  1669. copying zenmapGUI/ScanToolbar.py -> build/lib/zenmapGUI
  1670. copying zenmapGUI/ScriptInterface.py -> build/lib/zenmapGUI
  1671. copying zenmapGUI/SearchGUI.py -> build/lib/zenmapGUI
  1672. copying zenmapGUI/SearchWindow.py -> build/lib/zenmapGUI
  1673. copying zenmapGUI/TargetCombo.py -> build/lib/zenmapGUI
  1674. copying zenmapGUI/TopologyPage.py -> build/lib/zenmapGUI
  1675. creating build/lib/zenmapGUI/higwidgets
  1676. copying zenmapGUI/higwidgets/__init__.py -> build/lib/zenmapGUI/higwidgets
  1677. copying zenmapGUI/higwidgets/gtkutils.py -> build/lib/zenmapGUI/higwidgets
  1678. copying zenmapGUI/higwidgets/higboxes.py -> build/lib/zenmapGUI/higwidgets
  1679. copying zenmapGUI/higwidgets/higbuttons.py -> build/lib/zenmapGUI/higwidgets
  1680. copying zenmapGUI/higwidgets/higdialogs.py -> build/lib/zenmapGUI/higwidgets
  1681. copying zenmapGUI/higwidgets/higentries.py -> build/lib/zenmapGUI/higwidgets
  1682. copying zenmapGUI/higwidgets/higexpanders.py -> build/lib/zenmapGUI/higwidgets
  1683. copying zenmapGUI/higwidgets/higframe.py -> build/lib/zenmapGUI/higwidgets
  1684. copying zenmapGUI/higwidgets/higlabels.py -> build/lib/zenmapGUI/higwidgets
  1685. copying zenmapGUI/higwidgets/higlogindialogs.py -> build/lib/zenmapGUI/higwidgets
  1686. copying zenmapGUI/higwidgets/hignotebooks.py -> build/lib/zenmapGUI/higwidgets
  1687. copying zenmapGUI/higwidgets/higprogressbars.py -> build/lib/zenmapGUI/higwidgets
  1688. copying zenmapGUI/higwidgets/higscrollers.py -> build/lib/zenmapGUI/higwidgets
  1689. copying zenmapGUI/higwidgets/higspinner.py -> build/lib/zenmapGUI/higwidgets
  1690. copying zenmapGUI/higwidgets/higtables.py -> build/lib/zenmapGUI/higwidgets
  1691. copying zenmapGUI/higwidgets/higtextviewers.py -> build/lib/zenmapGUI/higwidgets
  1692. copying zenmapGUI/higwidgets/higwindows.py -> build/lib/zenmapGUI/higwidgets
  1693. copying zenmapGUI/higwidgets/utils.py -> build/lib/zenmapGUI/higwidgets
  1694. creating build/lib/radialnet
  1695. copying radialnet/__init__.py -> build/lib/radialnet
  1696. creating build/lib/radialnet/bestwidgets
  1697. copying radialnet/bestwidgets/__init__.py -> build/lib/radialnet/bestwidgets
  1698. copying radialnet/bestwidgets/boxes.py -> build/lib/radialnet/bestwidgets
  1699. copying radialnet/bestwidgets/buttons.py -> build/lib/radialnet/bestwidgets
  1700. copying radialnet/bestwidgets/comboboxes.py -> build/lib/radialnet/bestwidgets
  1701. copying radialnet/bestwidgets/expanders.py -> build/lib/radialnet/bestwidgets
  1702. copying radialnet/bestwidgets/frames.py -> build/lib/radialnet/bestwidgets
  1703. copying radialnet/bestwidgets/labels.py -> build/lib/radialnet/bestwidgets
  1704. copying radialnet/bestwidgets/textview.py -> build/lib/radialnet/bestwidgets
  1705. copying radialnet/bestwidgets/windows.py -> build/lib/radialnet/bestwidgets
  1706. creating build/lib/radialnet/core
  1707. copying radialnet/core/__init__.py -> build/lib/radialnet/core
  1708. copying radialnet/core/ArgvHandle.py -> build/lib/radialnet/core
  1709. copying radialnet/core/Coordinate.py -> build/lib/radialnet/core
  1710. copying radialnet/core/Graph.py -> build/lib/radialnet/core
  1711. copying radialnet/core/Info.py -> build/lib/radialnet/core
  1712. copying radialnet/core/Interpolation.py -> build/lib/radialnet/core
  1713. copying radialnet/core/XMLHandler.py -> build/lib/radialnet/core
  1714. creating build/lib/radialnet/gui
  1715. copying radialnet/gui/__init__.py -> build/lib/radialnet/gui
  1716. copying radialnet/gui/Application.py -> build/lib/radialnet/gui
  1717. copying radialnet/gui/ControlWidget.py -> build/lib/radialnet/gui
  1718. copying radialnet/gui/Dialogs.py -> build/lib/radialnet/gui
  1719. copying radialnet/gui/HostsViewer.py -> build/lib/radialnet/gui
  1720. copying radialnet/gui/Image.py -> build/lib/radialnet/gui
  1721. copying radialnet/gui/LegendWindow.py -> build/lib/radialnet/gui
  1722. copying radialnet/gui/NodeNotebook.py -> build/lib/radialnet/gui
  1723. copying radialnet/gui/NodeWindow.py -> build/lib/radialnet/gui
  1724. copying radialnet/gui/RadialNet.py -> build/lib/radialnet/gui
  1725. copying radialnet/gui/SaveDialog.py -> build/lib/radialnet/gui
  1726. copying radialnet/gui/Toolbar.py -> build/lib/radialnet/gui
  1727. creating build/lib/radialnet/util
  1728. copying radialnet/util/__init__.py -> build/lib/radialnet/util
  1729. copying radialnet/util/drawing.py -> build/lib/radialnet/util
  1730. copying radialnet/util/geometry.py -> build/lib/radialnet/util
  1731. copying radialnet/util/integration.py -> build/lib/radialnet/util
  1732. copying radialnet/util/misc.py -> build/lib/radialnet/util
  1733. running build_scripts
  1734. creating build/scripts-2.7
  1735. copying and adjusting zenmap -> build/scripts-2.7
  1736. changing mode of build/scripts-2.7/zenmap from 644 to 755
  1737. cd ndiff && /usr/bin/python2.7 setup.py build
  1738. running build
  1739. running build_py
  1740. creating build
  1741. creating build/lib
  1742. copying ndiff.py -> build/lib
  1743. running build_scripts
  1744. creating build/scripts-2.7
  1745. copying and adjusting scripts/ndiff -> build/scripts-2.7
  1746. changing mode of build/scripts-2.7/ndiff from 644 to 755
  1747. g++ -MM -I../libdnet-stripped/include  -I../libpcap -I../nbase -I../nsock/include ArgParser.cc common.cc common_modified.cc nping.cc NpingOps.cc utils.cc utils_net.cc output.cc stats.cc NpingTargets.cc NpingTarget.cc EchoHeader.cc EchoServer.cc EchoClient.cc ProbeMode.cc NEPContext.cc Crypto.cc > makefile.dep
  1748. /Library/Developer/CommandLineTools/usr/bin/make nping
  1749. g++ -c -I../libdnet-stripped/include  -I../libpcap -I../nbase -I../nsock/include -g -O2 -Wall  -fno-strict-aliasing   -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64-apple-darwin17.2.0\" -D_FORTIFY_SOURCE=2 ArgParser.cc -o ArgParser.o
  1750. g++ -c -I../libdnet-stripped/include  -I../libpcap -I../nbase -I../nsock/include -g -O2 -Wall  -fno-strict-aliasing   -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64-apple-darwin17.2.0\" -D_FORTIFY_SOURCE=2 common.cc -o common.o
  1751. g++ -c -I../libdnet-stripped/include  -I../libpcap -I../nbase -I../nsock/include -g -O2 -Wall  -fno-strict-aliasing   -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64-apple-darwin17.2.0\" -D_FORTIFY_SOURCE=2 common_modified.cc -o common_modified.o
  1752. g++ -c -I../libdnet-stripped/include  -I../libpcap -I../nbase -I../nsock/include -g -O2 -Wall  -fno-strict-aliasing   -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64-apple-darwin17.2.0\" -D_FORTIFY_SOURCE=2 nping.cc -o nping.o
  1753. g++ -c -I../libdnet-stripped/include  -I../libpcap -I../nbase -I../nsock/include -g -O2 -Wall  -fno-strict-aliasing   -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64-apple-darwin17.2.0\" -D_FORTIFY_SOURCE=2 NpingOps.cc -o NpingOps.o
  1754. g++ -c -I../libdnet-stripped/include  -I../libpcap -I../nbase -I../nsock/include -g -O2 -Wall  -fno-strict-aliasing   -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64-apple-darwin17.2.0\" -D_FORTIFY_SOURCE=2 utils.cc -o utils.o
  1755. g++ -c -I../libdnet-stripped/include  -I../libpcap -I../nbase -I../nsock/include -g -O2 -Wall  -fno-strict-aliasing   -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64-apple-darwin17.2.0\" -D_FORTIFY_SOURCE=2 utils_net.cc -o utils_net.o
  1756. g++ -c -I../libdnet-stripped/include  -I../libpcap -I../nbase -I../nsock/include -g -O2 -Wall  -fno-strict-aliasing   -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64-apple-darwin17.2.0\" -D_FORTIFY_SOURCE=2 output.cc -o output.o
  1757. g++ -c -I../libdnet-stripped/include  -I../libpcap -I../nbase -I../nsock/include -g -O2 -Wall  -fno-strict-aliasing   -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64-apple-darwin17.2.0\" -D_FORTIFY_SOURCE=2 stats.cc -o stats.o
  1758. g++ -c -I../libdnet-stripped/include  -I../libpcap -I../nbase -I../nsock/include -g -O2 -Wall  -fno-strict-aliasing   -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64-apple-darwin17.2.0\" -D_FORTIFY_SOURCE=2 NpingTargets.cc -o NpingTargets.o
  1759. g++ -c -I../libdnet-stripped/include  -I../libpcap -I../nbase -I../nsock/include -g -O2 -Wall  -fno-strict-aliasing   -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64-apple-darwin17.2.0\" -D_FORTIFY_SOURCE=2 NpingTarget.cc -o NpingTarget.o
  1760. g++ -c -I../libdnet-stripped/include  -I../libpcap -I../nbase -I../nsock/include -g -O2 -Wall  -fno-strict-aliasing   -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64-apple-darwin17.2.0\" -D_FORTIFY_SOURCE=2 EchoHeader.cc -o EchoHeader.o
  1761. g++ -c -I../libdnet-stripped/include  -I../libpcap -I../nbase -I../nsock/include -g -O2 -Wall  -fno-strict-aliasing   -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64-apple-darwin17.2.0\" -D_FORTIFY_SOURCE=2 EchoServer.cc -o EchoServer.o
  1762. g++ -c -I../libdnet-stripped/include  -I../libpcap -I../nbase -I../nsock/include -g -O2 -Wall  -fno-strict-aliasing   -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64-apple-darwin17.2.0\" -D_FORTIFY_SOURCE=2 EchoClient.cc -o EchoClient.o
  1763. g++ -c -I../libdnet-stripped/include  -I../libpcap -I../nbase -I../nsock/include -g -O2 -Wall  -fno-strict-aliasing   -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64-apple-darwin17.2.0\" -D_FORTIFY_SOURCE=2 ProbeMode.cc -o ProbeMode.o
  1764. ProbeMode.cc:431:29: warning: comparison of array 'pkt' equal to a null pointer
  1765.      is always false [-Wtautological-pointer-compare]
  1766.                        if (pkt == NULL || pktLen <=0)
  1767.                            ^~~    ~~~~
  1768. ProbeMode.cc:482:25: warning: comparison of array 'pkt' equal to a null pointer
  1769.      is always false [-Wtautological-pointer-compare]
  1770.                    if (pkt == NULL || pktLen <=0)
  1771.                        ^~~    ~~~~
  1772. 2 warnings generated.
  1773. g++ -c -I../libdnet-stripped/include  -I../libpcap -I../nbase -I../nsock/include -g -O2 -Wall  -fno-strict-aliasing   -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64-apple-darwin17.2.0\" -D_FORTIFY_SOURCE=2 NEPContext.cc -o NEPContext.o
  1774. g++ -c -I../libdnet-stripped/include  -I../libpcap -I../nbase -I../nsock/include -g -O2 -Wall  -fno-strict-aliasing   -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64-apple-darwin17.2.0\" -D_FORTIFY_SOURCE=2 Crypto.cc -o Crypto.o
  1775. Compiling nping
  1776. rm -f nping
  1777. g++ -L../libpcap    -o nping ArgParser.o common.o common_modified.o nping.o NpingOps.o utils.o utils_net.o output.o stats.o NpingTargets.o NpingTarget.o EchoHeader.o EchoServer.o EchoClient.o ProbeMode.o NEPContext.o Crypto.o ../nsock/src/libnsock.a ../nbase/libnbase.a ../libnetutil/libnetutil.a  ../libpcap/libpcap.a ../libdnet-stripped/src/.libs/libdnet.a -lm
  1778. Nping compiled successfully!
  1779. cd ncat && /Library/Developer/CommandLineTools/usr/bin/make
  1780. gcc -MM -I./../liblua  -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase ncat_main.c ncat_connect.c ncat_core.c ncat_posix.c ncat_listen.c ncat_proxy.c ncat_ssl.c base64.c http.c util.c sys_wrap.c ncat_lua.c > makefile.dep
  1781. Compiling liblua
  1782. make[2]: `liblua.a' is up to date.
  1783. gcc -I./../liblua  -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -DLUA_USE_POSIX -DLUA_USE_DLOPEN -DHAVE_LUA=1 -I../liblua -g -O2 -Wall -c ncat_main.c -o ncat_main.o
  1784. gcc -I./../liblua  -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -DLUA_USE_POSIX -DLUA_USE_DLOPEN -DHAVE_LUA=1 -I../liblua -g -O2 -Wall -c ncat_connect.c -o ncat_connect.o
  1785. gcc -I./../liblua  -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -DLUA_USE_POSIX -DLUA_USE_DLOPEN -DHAVE_LUA=1 -I../liblua -g -O2 -Wall -c ncat_core.c -o ncat_core.o
  1786. gcc -I./../liblua  -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -DLUA_USE_POSIX -DLUA_USE_DLOPEN -DHAVE_LUA=1 -I../liblua -g -O2 -Wall -c ncat_posix.c -o ncat_posix.o
  1787. gcc -I./../liblua  -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -DLUA_USE_POSIX -DLUA_USE_DLOPEN -DHAVE_LUA=1 -I../liblua -g -O2 -Wall -c ncat_listen.c -o ncat_listen.o
  1788. gcc -I./../liblua  -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -DLUA_USE_POSIX -DLUA_USE_DLOPEN -DHAVE_LUA=1 -I../liblua -g -O2 -Wall -c ncat_proxy.c -o ncat_proxy.o
  1789. gcc -I./../liblua  -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -DLUA_USE_POSIX -DLUA_USE_DLOPEN -DHAVE_LUA=1 -I../liblua -g -O2 -Wall -c ncat_ssl.c -o ncat_ssl.o
  1790. gcc -I./../liblua  -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -DLUA_USE_POSIX -DLUA_USE_DLOPEN -DHAVE_LUA=1 -I../liblua -g -O2 -Wall -c base64.c -o base64.o
  1791. gcc -I./../liblua  -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -DLUA_USE_POSIX -DLUA_USE_DLOPEN -DHAVE_LUA=1 -I../liblua -g -O2 -Wall -c http.c -o http.o
  1792. gcc -I./../liblua  -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -DLUA_USE_POSIX -DLUA_USE_DLOPEN -DHAVE_LUA=1 -I../liblua -g -O2 -Wall -c util.c -o util.o
  1793. gcc -I./../liblua  -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -DLUA_USE_POSIX -DLUA_USE_DLOPEN -DHAVE_LUA=1 -I../liblua -g -O2 -Wall -c sys_wrap.c -o sys_wrap.o
  1794. gcc -I./../liblua  -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -DLUA_USE_POSIX -DLUA_USE_DLOPEN -DHAVE_LUA=1 -I../liblua -g -O2 -Wall -c ncat_lua.c -o ncat_lua.o
  1795. gcc -o ncat -g -O2 -Wall  -L../libpcap  ncat_main.o ncat_connect.o ncat_core.o ncat_posix.o ncat_listen.o ncat_proxy.o ncat_ssl.o base64.o http.o util.o sys_wrap.o ncat_lua.o ../nsock/src/libnsock.a ../nbase/libnbase.a  -lpcap ./../liblua/liblua.a -lm
  1796.  
  1797.  
  1798.  
  1799.  
  1800.  
  1801.  
  1802.  
  1803.  
  1804. SixMillionKilaTons:nmap osx$ make install
  1805. Compiling libnetutil
  1806. cd libnetutil && /Library/Developer/CommandLineTools/usr/bin/make
  1807. make[1]: Nothing to be done for `all'.
  1808. Compiling liblinear
  1809. make[1]: `liblinear.a' is up to date.
  1810. Compiling libpcap
  1811. make[1]: Nothing to be done for `all'.
  1812. Compiling libpcre
  1813. /Library/Developer/CommandLineTools/usr/bin/make  all-am
  1814. Compiling libnbase
  1815. cd nbase && /Library/Developer/CommandLineTools/usr/bin/make
  1816. make[1]: Nothing to be done for `all'.
  1817. Compiling libnsock
  1818. cd nsock/src && /Library/Developer/CommandLineTools/usr/bin/make
  1819. make[1]: Nothing to be done for `all'.
  1820. Compiling libdnet
  1821. Making all in include
  1822. /Library/Developer/CommandLineTools/usr/bin/make  all-recursive
  1823. Making all in dnet
  1824. make[4]: Nothing to be done for `all'.
  1825. make[4]: Nothing to be done for `all-am'.
  1826. Making all in src
  1827. make[2]: Nothing to be done for `all'.
  1828. make[2]: Nothing to be done for `all-am'.
  1829. Compiling liblua
  1830. make[1]: `liblua.a' is up to date.
  1831. Compiling nmap
  1832. rm -f nmap
  1833. g++ -Lnbase -Lnsock/src/   -o nmap charpool.o FingerPrintResults.o FPEngine.o FPModel.o idle_scan.o MACLookup.o nmap_dns.o nmap_error.o nmap.o nmap_ftp.o NmapOps.o NmapOutputTable.o nmap_tty.o osscan2.o osscan.o output.o payload.o portlist.o portreasons.o protocols.o scan_engine.o scan_engine_connect.o scan_engine_raw.o scan_lists.o service_scan.o services.o TargetGroup.o Target.o targets.o tcpip.o timing.o traceroute.o utils.o xml.o nse_main.o nse_utility.o nse_nsock.o nse_dnet.o nse_fs.o nse_nmaplib.o nse_debug.o nse_pcrelib.o nse_lpeg.o main.o -lnsock -lnbase libpcre/libpcre.a libpcap/libpcap.a   -lz libnetutil/libnetutil.a ./libdnet-stripped/src/.libs/libdnet.a ./liblua/liblua.a ./liblinear/liblinear.a -lm
  1834. /usr/bin/install -c -d /usr/local/bin /usr/local/share/man/man1 /usr/local/share/nmap
  1835. install: mkdir /usr/local/bin: Permission denied
  1836. make: *** [install-nmap] Error 71
  1837. SixMillionKilaTons:nmap osx$ sudo make install
  1838. Password:
  1839. Compiling libnetutil
  1840. cd libnetutil && /Library/Developer/CommandLineTools/usr/bin/make
  1841. make[1]: Nothing to be done for `all'.
  1842. Compiling liblinear
  1843. make[1]: `liblinear.a' is up to date.
  1844. Compiling libpcap
  1845. make[1]: Nothing to be done for `all'.
  1846. Compiling libpcre
  1847. /Library/Developer/CommandLineTools/usr/bin/make  all-am
  1848. Compiling libnbase
  1849. cd nbase && /Library/Developer/CommandLineTools/usr/bin/make
  1850. make[1]: Nothing to be done for `all'.
  1851. Compiling libnsock
  1852. cd nsock/src && /Library/Developer/CommandLineTools/usr/bin/make
  1853. make[1]: Nothing to be done for `all'.
  1854. Compiling libdnet
  1855. Making all in include
  1856. /Library/Developer/CommandLineTools/usr/bin/make  all-recursive
  1857. Making all in dnet
  1858. make[4]: Nothing to be done for `all'.
  1859. make[4]: Nothing to be done for `all-am'.
  1860. Making all in src
  1861. make[2]: Nothing to be done for `all'.
  1862. make[2]: Nothing to be done for `all-am'.
  1863. Compiling liblua
  1864. make[1]: `liblua.a' is up to date.
  1865. Compiling nmap
  1866. rm -f nmap
  1867. g++ -Lnbase -Lnsock/src/   -o nmap charpool.o FingerPrintResults.o FPEngine.o FPModel.o idle_scan.o MACLookup.o nmap_dns.o nmap_error.o nmap.o nmap_ftp.o NmapOps.o NmapOutputTable.o nmap_tty.o osscan2.o osscan.o output.o payload.o portlist.o portreasons.o protocols.o scan_engine.o scan_engine_connect.o scan_engine_raw.o scan_lists.o service_scan.o services.o TargetGroup.o Target.o targets.o tcpip.o timing.o traceroute.o utils.o xml.o nse_main.o nse_utility.o nse_nsock.o nse_dnet.o nse_fs.o nse_nmaplib.o nse_debug.o nse_pcrelib.o nse_lpeg.o main.o -lnsock -lnbase libpcre/libpcre.a libpcap/libpcap.a   -lz libnetutil/libnetutil.a ./libdnet-stripped/src/.libs/libdnet.a ./liblua/liblua.a ./liblinear/liblinear.a -lm
  1868. /usr/bin/install -c -d /usr/local/bin /usr/local/share/man/man1 /usr/local/share/nmap
  1869. /usr/bin/install -c -c -m 755 nmap /usr/local/bin/nmap
  1870. /usr/bin/strip -x /usr/local/bin/nmap
  1871. /usr/bin/install -c -c -m 644 docs/nmap.1 /usr/local/share/man/man1/
  1872. if [ "yes" = "yes" ]; then \
  1873.       for ll in de es fr hr hu it ja pl pt_BR pt_PT ro ru sk zh; do \
  1874.         /usr/bin/install -c -d /usr/local/share/man/$ll/man1; \
  1875.         /usr/bin/install -c -c -m 644 docs/man-xlate/nmap-$ll.1 /usr/local/share/man/$ll/man1/nmap.1; \
  1876.       done; \
  1877.     fi
  1878. /usr/bin/install -c -c -m 644 docs/nmap.xsl /usr/local/share/nmap/
  1879. /usr/bin/install -c -c -m 644 docs/nmap.dtd /usr/local/share/nmap/
  1880. /usr/bin/install -c -c -m 644 nmap-services /usr/local/share/nmap/
  1881. /usr/bin/install -c -c -m 644 nmap-payloads /usr/local/share/nmap/
  1882. /usr/bin/install -c -c -m 644 nmap-rpc /usr/local/share/nmap/
  1883. /usr/bin/install -c -c -m 644 nmap-os-db /usr/local/share/nmap/
  1884. /usr/bin/install -c -c -m 644 nmap-service-probes /usr/local/share/nmap/
  1885. /usr/bin/install -c -c -m 644 nmap-protocols /usr/local/share/nmap/
  1886. /usr/bin/install -c -c -m 644 nmap-mac-prefixes /usr/local/share/nmap/
  1887. /usr/bin/install -c -d /usr/local/share/nmap/scripts
  1888. /usr/bin/install -c -d /usr/local/share/nmap/nselib
  1889. (cd /usr/local/share/nmap/scripts && rm -f anonFTP.nse ASN.nse asn-to-prefix.nse brutePOP3.nse bruteTelnet.nse chargenTest.nse daytimeTest.nse dns-safe-recursion-port.nse dns-safe-recursion-txid.nse dns-test-open-recursion.nse domino-enum-passwords.nse echoTest.nse ftpbounce.nse HTTPAuth.nse HTTP_open_proxy.nse HTTPpasswd.nse HTTPtrace.nse iax2Detect.nse ircServerInfo.nse ircZombieTest.nse mac-geolocation.nse MSSQLm.nse MySQLinfo.nse netbios-smb-os-discovery.nse nfs-acls.nse nfs-dirlist.nse popcapa.nse PPTPversion.nse promiscuous.nse RealVNC_auth_bypass.nse ripeQuery.nse robots.nse showHTMLTitle.nse showHTTPVersion.nse showOwner.nse showSMTPVersion.nse showSSHVersion.nse skype_v2-version.nse smb-enumdomains.nse smb-enumsessions.nse smb-enumshares.nse smb-enumusers.nse smb-serverstats.nse smb-systeminfo.nse SMTPcommands.nse SMTP_openrelay_test.nse smtp-check-vulns.nse SNMPcommunitybrute.nse SNMPsysdescr.nse SQLInject.nse SSH-hostkey.nse SSHv1-support.nse SSLv2-support.nse strangeSMTPport.nse UPnP-info.nse xamppDefaultPass.nse zoneTrans.nse db2-info.nse db2-brute.nse html-title.nse robots.txt.nse xmpp.nse sql-injection.nse http-robtex-reverse-ip.nse http-vuln-zimbra-lfi.nse http-vuln-0-day-lfi-zimbra.nse whois.nse db2-discover.nse http-crossdomainxml.nse http-email-harvest.nse http-wordpress-plugins.nse http-wp-plugins.nse smb-check-vulns.nse)
  1890. /usr/bin/install -c -c -m 644 nse_main.lua /usr/local/share/nmap/
  1891. /usr/bin/install -c -c -m 644 scripts/script.db scripts/*.nse /usr/local/share/nmap/scripts
  1892. /usr/bin/install -c -c -m 644 nselib/*.lua nselib/*.luadoc /usr/local/share/nmap/nselib
  1893. /usr/bin/install -c -d /usr/local/share/nmap/nselib/data
  1894. for f in `find nselib/data -name .svn -prune -o -type d -print`; do \
  1895.         /usr/bin/install -c -d /usr/local/share/nmap/$f; \
  1896.     done
  1897. for f in `find nselib/data -name .svn -prune -o -type f -print`; do \
  1898.         /usr/bin/install -c -c -m 644 $f /usr/local/share/nmap/$f; \
  1899.     done
  1900. /usr/bin/install -c -d /usr/local/bin /usr/local/share/man/man1
  1901. cd zenmap && /usr/bin/python2.7 setup.py --quiet install --prefix "/usr/local" --force
  1902. /usr/bin/install -c -c -m 644 docs/zenmap.1 /usr/local/share/man/man1/
  1903. if [ ! -f /usr/local/bin/nmapfe -o -L /usr/local/bin/nmapfe ]; then \
  1904.         ln -sf zenmap /usr/local/bin/nmapfe; \
  1905.     fi
  1906. ln -sf zenmap /usr/local/bin/xnmap
  1907. cd ncat && /Library/Developer/CommandLineTools/usr/bin/make
  1908. Compiling liblua
  1909. make[2]: `liblua.a' is up to date.
  1910. cd ncat && /Library/Developer/CommandLineTools/usr/bin/make install
  1911. Compiling liblua
  1912. make[2]: `liblua.a' is up to date.
  1913. Installing Ncat
  1914. ../shtool mkdir -f -p -m 755 /usr/local/bin /usr/local/share/man/man1
  1915. /usr/bin/install -c -c -m 755 ncat /usr/local/bin/ncat
  1916. /usr/bin/strip -x /usr/local/bin/ncat
  1917. if [ -n "" ]; then \
  1918.         ../shtool mkdir -f -p -m 755 /usr/local/share/ncat; \
  1919.         /usr/bin/install -c -c -m 644  /usr/local/share/ncat/; \
  1920.     fi
  1921. /usr/bin/install -c -c -m 644 docs/ncat.1 /usr/local/share/man/man1/ncat.1
  1922. cd ndiff && /usr/bin/python2.7 setup.py install --prefix "/usr/local"
  1923. running install
  1924. running build
  1925. running build_py
  1926. running build_scripts
  1927. running install_lib
  1928. copying build/lib/ndiff.py -> /usr/local/lib/python2.7/site-packages
  1929. byte-compiling /usr/local/lib/python2.7/site-packages/ndiff.py to ndiff.pyc
  1930. running install_scripts
  1931. copying build/scripts-2.7/ndiff -> /usr/local/bin
  1932. changing mode of /usr/local/bin/ndiff to 755
  1933. running install_data
  1934. copying docs/ndiff.1 -> /usr/local/share/man/man1
  1935. running install_egg_info
  1936. /Library/Developer/CommandLineTools/usr/bin/make nping
  1937. make[2]: `nping' is up to date.
  1938. cd nping && /Library/Developer/CommandLineTools/usr/bin/make install
  1939. /usr/bin/install -c -d /usr/local/bin /usr/local/share/man/man1
  1940. /usr/bin/install -c -c -m 755 nping /usr/local/bin/nping
  1941. /usr/bin/strip -x /usr/local/bin/nping
  1942. /usr/bin/install -c -c -m 644 docs/nping.1 /usr/local/share/man/man1/
  1943. NPING SUCCESSFULLY INSTALLED
  1944. NMAP SUCCESSFULLY INSTALLED
  1945. SixMillionKilaTons:nmap osx$ cd /
  1946. SixMillionKilaTons:/ osx$ nmap --script intrusive stackoverflow.com
  1947.  
  1948. Starting Nmap 7.60 ( https://nmap.org ) at 2017-11-24 18:42 EST
  1949. NSE: Failed to load /usr/local/bin/../share/nmap/scripts/http-vuln-cve2014-3704.nse:
  1950. ...cal/bin/../share/nmap/scripts/http-vuln-cve2014-3704.nse:10: module 'openssl' not found:
  1951.     NSE failed to find nselib/openssl.lua in search paths.
  1952.     no field package.preload['openssl']
  1953.     no file '/usr/local/share/lua/5.3/openssl.lua'
  1954.     no file '/usr/local/share/lua/5.3/openssl/init.lua'
  1955.     no file '/usr/local/lib/lua/5.3/openssl.lua'
  1956.     no file '/usr/local/lib/lua/5.3/openssl/init.lua'
  1957.     no file './openssl.lua'
  1958.     no file './openssl/init.lua'
  1959.     no file '/usr/local/lib/lua/5.3/openssl.so'
  1960.     no file '/usr/local/lib/lua/5.3/loadall.so'
  1961.     no file './openssl.so'
  1962. stack traceback:
  1963.     [C]: in function 'require'
  1964.     ...cal/bin/../share/nmap/scripts/http-vuln-cve2014-3704.nse:10: in function <...cal/bin/../share/nmap/scripts/http-vuln-cve2014-3704.nse:1>
  1965. NSE: failed to initialize the script engine:
  1966. /usr/local/bin/../share/nmap/nse_main.lua:619: could not load script
  1967. stack traceback:
  1968.     [C]: in function 'error'
  1969.     /usr/local/bin/../share/nmap/nse_main.lua:619: in field 'new'
  1970.     /usr/local/bin/../share/nmap/nse_main.lua:796: in global 'Entry'
  1971.     /usr/local/bin/../share/nmap/scripts/script.db:262: in local 'db_closure'
  1972.     /usr/local/bin/../share/nmap/nse_main.lua:809: in local 'get_chosen_scripts'
  1973.     /usr/local/bin/../share/nmap/nse_main.lua:1312: in main chunk
  1974.     [C]: in ?
  1975.  
  1976. QUITTING!
  1977.  
  1978.  
  1979.  
  1980.  
  1981.  
  1982.  
  1983.  
  1984.  
  1985.  
  1986. SixMillionKilaTons:/ osx$ nmap stackoverflow.com
  1987.  
  1988. Starting Nmap 7.60 ( https://nmap.org ) at 2017-11-24 18:42 EST
  1989. Nmap scan report for stackoverflow.com (151.101.65.69)
  1990. Host is up (0.027s latency).
  1991. Other addresses for stackoverflow.com (not scanned): 151.101.193.69 151.101.1.69 151.101.129.69
  1992. Not shown: 994 closed ports
  1993. PORT    STATE    SERVICE
  1994. 25/tcp  filtered smtp
  1995. 80/tcp  open     http
  1996. 135/tcp filtered msrpc
  1997. 139/tcp filtered netbios-ssn
  1998. 443/tcp open     https
  1999. 445/tcp filtered microsoft-ds
  2000.  
  2001. Nmap done: 1 IP address (1 host up) scanned in 15.48 seconds
  2002. SixMillionKilaTons:/ osx$ man nmap
  2003.  
  2004. [1]+  Stopped                 man nmap
  2005. SixMillionKilaTons:/ osx$ cd
  2006. cd
  2007. SixMillionKilaTons:~ osx$ cd /
  2008. SixMillionKilaTons:/ osx$ ls
  2009. Applications            etc
  2010. Library             home
  2011. Network             installer.failurerequests
  2012. System              net
  2013. Users               private
  2014. Volumes             sbin
  2015. bin             tmp
  2016. cores               usr
  2017. default.profraw         var
  2018. dev             vm
  2019. SixMillionKilaTons:/ osx$ cd Applications
  2020. SixMillionKilaTons:Applications osx$ ls
  2021. App Store.app       GarageBand.app      Reminders.app
  2022. Automator.app       Image Capture.app   Safari.app
  2023. Calculator.app      JASP.app        Siri.app
  2024. Calendar.app        Launchpad.app       Stickies.app
  2025. Chess.app       Mail.app        System Preferences.app
  2026. Contacts.app        Maps.app        TextEdit.app
  2027. DVD Player.app      Messages.app        The Unarchiver.app
  2028. Dashboard.app       Mission Control.app Time Machine.app
  2029. Dictionary.app      Mixxx.app       Utilities
  2030. Eclipse         Notes.app       blender-2.79-macOS-10.6
  2031. Eclipse.app     Photo Booth.app     iBooks.app
  2032. FaceTime.app        Photos.app      iTunes.app
  2033. Firefox.app     Preview.app     john
  2034. Font Book.app       QuickTime Player.app
  2035. SixMillionKilaTons:Applications osx$ cd john
  2036. SixMillionKilaTons:john osx$ ls
  2037. README      README-jumbo    doc     run     src
  2038. SixMillionKilaTons:john osx$ ./run
  2039. -bash: ./run: is a directory
  2040. SixMillionKilaTons:john osx$ ./configure
  2041. -bash: ./configure: No such file or directory
  2042. SixMillionKilaTons:john osx$ run
  2043. -bash: run: command not found
  2044. SixMillionKilaTons:john osx$ open run
  2045. SixMillionKilaTons:john osx$ cd run
  2046. SixMillionKilaTons:run osx$ ls
  2047. 1password2john.py       leet.pl
  2048. 7z2john.py          lion2john-alt.pl
  2049. aix2john.pl         lion2john.pl
  2050. aix2john.py         lm_ascii.chr
  2051. alnum.chr           lotus2john.py
  2052. alnumspace.chr          lower.chr
  2053. alpha.chr           lowernum.chr
  2054. androidfde2john.py      lowerspace.chr
  2055. apex2john.py            mailer
  2056. ascii.chr           makechr
  2057. benchmark-unify         mcafee_epo2john.py
  2058. bitcoin2john.py         ml2john.py
  2059. blockchain2john.py      mozilla2john.py
  2060. cisco2john.pl           netntlm.pl
  2061. cracf2john.py           netscreen.py
  2062. dictionary.rfc2865      odf2john.py
  2063. digits.chr          office2john.py
  2064. dmg2john.py         openbsd_softraid2john.py
  2065. dumb16.conf         openssl2john.py
  2066. dumb32.conf         pass_gen.pl
  2067. dynamic.conf            password.lst
  2068. dynamic_flat_sse_formats.conf   pcap2john.py
  2069. ecryptfs2john.py        pdf2john.py
  2070. efs2john.py         radius2john.pl
  2071. encfs2john.py           regex_alphabets.conf
  2072. genincstats.rb          relbench
  2073. hextoraw.pl         repeats16.conf
  2074. htdigest2john.py        repeats32.conf
  2075. ikescan2john.py         rexgen2rules.pl
  2076. ios7tojohn.pl           sap2john.pl
  2077. john.bash_completion        sha-dump.pl
  2078. john.conf           sha-test.pl
  2079. john.zsh_completion     sipdump2john.py
  2080. kdcdump2john.py         ssh2sshng.py
  2081. keychain2john.py        sshng2john.py
  2082. keystore2john.py        stats
  2083. known_hosts2john.py     strip2john.py
  2084. korelogic.conf          sxc2john.py
  2085. kwallet2john.py         upper.chr
  2086. lanman.chr          uppernum.chr
  2087. latin1.chr          utf8.chr
  2088. ldif2john.pl
  2089. SixMillionKilaTons:run osx$ cd ./
  2090. SixMillionKilaTons:run osx$ cd /.
  2091. SixMillionKilaTons:/ osx$ ls
  2092. Applications            etc
  2093. Library             home
  2094. Network             installer.failurerequests
  2095. System              net
  2096. Users               private
  2097. Volumes             sbin
  2098. bin             tmp
  2099. cores               usr
  2100. default.profraw         var
  2101. dev             vm
  2102. SixMillionKilaTons:/ osx$ cd Applications
  2103. SixMillionKilaTons:Applications osx$ cd john
  2104. SixMillionKilaTons:john osx$ ls
  2105. README      README-jumbo    doc     run     src
  2106. SixMillionKilaTons:john osx$ cd src
  2107. SixMillionKilaTons:src osx$ ls
  2108. 7z_fmt_plug.c                   missing_getopt.c
  2109. AFS_fmt.c               missing_getopt.h
  2110. BFEgg_fmt_plug.c            mkv.c
  2111. BF_fmt.c                mkv.h
  2112. BF_std.c                mkvcalcproba.c
  2113. BF_std.h                mkvlib.c
  2114. BSDI_fmt.c              mkvlib.h
  2115. DES_bs.c                mmap-windows.c
  2116. DES_bs.h                mongodb_fmt_plug.c
  2117. DES_bs_b.c              mozilla_ng_fmt_plug.c
  2118. DES_fmt.c               mscash1_fmt_plug.c
  2119. DES_std.c               mscash2_fmt_plug.c
  2120. DES_std.h               mssql-old_fmt_plug.c
  2121. DMD5_fmt_plug.c             mssql05_fmt_plug.c
  2122. DOMINOSEC_fmt_plug.c            mssql12_fmt_plug.c
  2123. EPI_fmt_plug.c              mysqlSHA1_fmt_plug.c
  2124. FGT_fmt_plug.c              mysql_fmt_plug.c
  2125. HDAA_fmt_plug.c             mysql_netauth_fmt_plug.c
  2126. IPB2_fmt_plug.c             net_md5_fmt_plug.c
  2127. KRB4_fmt_plug.c             net_sha1_fmt_plug.c
  2128. KRB4_std.h              nonstd.c
  2129. KRB4_std_plug.c             nsldap_fmt_plug.c
  2130. KRB5_fmt_plug.c             nt2_fmt_plug.c
  2131. KRB5_std.h              ntlmv1_mschapv2_fmt_plug.c
  2132. KRB5_std_plug.c             nukedclan_fmt_plug.c
  2133. KeccakDuplex.h              o5logon_fmt_plug.c
  2134. KeccakDuplex_plug.c         odf_fmt_plug.c
  2135. KeccakF-1600-32-s1.macros       office_fmt_plug.c
  2136. KeccakF-1600-32-s2.macros       oldoffice_fmt_plug.c
  2137. KeccakF-1600-32.macros          openbsdsoftraid_fmt_plug.c
  2138. KeccakF-1600-64.macros          opencl
  2139. KeccakF-1600-int-set.h          opencl-autotune.h
  2140. KeccakF-1600-interface.h        opencl_7z_fmt_plug.c
  2141. KeccakF-1600-opt32-settings.h       opencl_DES_WGS.h
  2142. KeccakF-1600-opt32_plug.c       opencl_DES_bs.h
  2143. KeccakF-1600-opt64-settings.h       opencl_DES_bs_b_plug.c
  2144. KeccakF-1600-opt64_plug.c       opencl_DES_bs_plug.c
  2145. KeccakF-1600-simd128.macros     opencl_DES_fmt_plug.c
  2146. KeccakF-1600-simd64.macros      opencl_agilekeychain_fmt_plug.c
  2147. KeccakF-1600-unrolling.macros       opencl_autotune.c
  2148. KeccakF-1600-xop.macros         opencl_bf_fmt_plug.c
  2149. KeccakNISTInterface.h           opencl_bf_std.h
  2150. KeccakNISTInterface_plug.c      opencl_bf_std_plug.c
  2151. KeccakSponge.h              opencl_blockchain_fmt_plug.c
  2152. KeccakSponge_plug.c         opencl_cryptmd5_fmt_plug.c
  2153. LM_fmt.c                opencl_cryptsha256.h
  2154. MD5_fmt.c               opencl_cryptsha256_fmt_plug.c
  2155. MD5_std.c               opencl_cryptsha512.h
  2156. MD5_std.h               opencl_cryptsha512_fmt_plug.c
  2157. MSCHAPv2_bs_fmt_plug.c          opencl_device_info.h
  2158. Makefile.dep                opencl_dmg_fmt_plug.c
  2159. Makefile.in             opencl_encfs_fmt_plug.c
  2160. Makefile.legacy             opencl_gpg_fmt_plug.c
  2161. Makefile.stub               opencl_keychain_fmt_plug.c
  2162. NETLM_fmt_plug.c            opencl_keyring_fmt_plug.c
  2163. NETLMv2_fmt_plug.c          opencl_krb5pa-md5_fmt_plug.c
  2164. NETNTLM_bs_fmt_plug.c           opencl_krb5pa-sha1_fmt_plug.c
  2165. NETNTLMv2_fmt_plug.c            opencl_lotus5_fmt.h
  2166. NETSPLITLM_fmt_plug.c           opencl_lotus5_fmt_plug.c
  2167. NS_fmt_plug.c               opencl_md4.h
  2168. NT_fmt_plug.c               opencl_md5.h
  2169. PHPS_fmt_plug.c             opencl_misc.h
  2170. PO_fmt_plug.c               opencl_mscash2_fmt_plug.c
  2171. SIPdump.c               opencl_mysqlsha1_fmt_plug.c
  2172. SIPdump.h               opencl_nonstd.h
  2173. SKEY_fmt_plug.c             opencl_nsldaps_fmt_plug.c
  2174. SKEY_jtr.h              opencl_nt_fmt_plug.c
  2175. SKEY_jtr_plug.c             opencl_ntlmv2_fmt_plug.c
  2176. SybaseASE_fmt_plug.c            opencl_o5logon_fmt_plug.c
  2177. SybasePROP_fmt_plug.c           opencl_odf_aes_fmt_plug.c
  2178. UnicodeData.h               opencl_odf_fmt_plug.c
  2179. Win32-dlfcn-port.h          opencl_office2007_fmt_plug.c
  2180. XSHA512_fmt_plug.c          opencl_office2010_fmt_plug.c
  2181. XSHA_fmt_plug.c             opencl_office2013_fmt_plug.c
  2182. adl_defines.h               opencl_oldoffice_fmt_plug.c
  2183. adl_sdk.h               opencl_pbkdf1_hmac_sha1.h
  2184. adl_structures.h            opencl_pbkdf2_hmac_sha1.h
  2185. aes                 opencl_pbkdf2_hmac_sha1_fmt_plug.c
  2186. agilekeychain_fmt_plug.c        opencl_pbkdf2_hmac_sha256_fmt_plug.c
  2187. aix_smd5_fmt_plug.c         opencl_pbkdf2_hmac_sha512_fmt_plug.c
  2188. aix_ssha_fmt_plug.c         opencl_phpass_fmt_plug.c
  2189. aligned.h               opencl_pwsafe_fmt_plug.c
  2190. alpha.S                 opencl_rakp_fmt_plug.c
  2191. alpha.h                 opencl_rar5_fmt_plug.c
  2192. androidfde_fmt_plug.c           opencl_rar_fmt_plug.c
  2193. arm32le.h               opencl_rawmd4_fmt_plug.c
  2194. asaMD5_fmt_plug.c           opencl_rawmd5_fmt_plug.c
  2195. autoconf_arch.h             opencl_rawsha1_fmt_plug.c
  2196. autoconfig.h.in             opencl_rawsha256.h
  2197. base64.c                opencl_rawsha256_fmt_plug.c
  2198. base64.h                opencl_rawsha512.h
  2199. base64_convert.c            opencl_rawsha512_fmt_plug.c
  2200. base64_convert.h            opencl_rc4.h
  2201. batch.c                 opencl_sboxes-s.h
  2202. batch.h                 opencl_sboxes.h
  2203. bcrypt_pbkdf_plug.c         opencl_sha1.h
  2204. bench.c                 opencl_sha1crypt_fmt_plug.c
  2205. bench.h                 opencl_sha2.h
  2206. best.c                  opencl_sha256.h
  2207. best.sh                 opencl_sha2_common.h
  2208. bf_tab.h                opencl_sha2_common_plug.c
  2209. bitcoin_fmt_plug.c          opencl_sha512.h
  2210. blackberry_ES10_fmt_plug.c      opencl_strip_fmt_plug.c
  2211. blake2-impl.h               opencl_sxc_fmt_plug.c
  2212. blake2.h                opencl_unicode.h
  2213. blake2b-load-sse2.h         opencl_wpapsk_fmt_plug.c
  2214. blake2b-load-sse41.h            opencl_zip_fmt_plug.c
  2215. blake2b-ref_plug.c          openssl_enc_fmt_plug.c
  2216. blake2b-round.h             openssl_local_overrides.h
  2217. blake2b_plug.c              options.c
  2218. blf.h                   options.h
  2219. blf_plug.c              oracle11_fmt_plug.c
  2220. blockchain_fmt_plug.c           oracle_fmt_plug.c
  2221. blowfish.c              os-autoconf.h
  2222. blowfish.h              os.h
  2223. byteorder.h             osc_fmt_plug.c
  2224. c3_fmt.c                osx_as_wrapper.sh
  2225. calc_stat.c             pa-risc.h
  2226. chap_fmt_plug.c             panama_fmt_plug.c
  2227. charset.c               panama_plug.c
  2228. charset.h               para-best.c
  2229. citrix_ns_fmt_plug.c            para-best.pl
  2230. clipperz_srp_fmt_plug.c         params.c
  2231. cloudkeychain_fmt_plug.c        params.h
  2232. common-cuda.c               path.c
  2233. common-gpu.c                path.h
  2234. common-gpu.h                pbkdf2-hmac-sha1_fmt_plug.c
  2235. common-opencl.c             pbkdf2-hmac-sha512_fmt_plug.c
  2236. common-opencl.h             pbkdf2_hmac_ripemd160.h
  2237. common.c                pbkdf2_hmac_sha1.h
  2238. common.h                pbkdf2_hmac_sha256.h
  2239. common_opencl_pbkdf2.h          pbkdf2_hmac_sha256_fmt_plug.c
  2240. common_opencl_pbkdf2_plug.c     pbkdf2_hmac_sha512.h
  2241. compile                 pbkdf2_hmac_whirlpool.h
  2242. compiler.c              pdf_fmt_plug.c
  2243. compiler.h              pdfcrack_md5.h
  2244. config.c                pdfcrack_md5_plug.c
  2245. config.guess                pfx2john.c
  2246. config.h                pfx_fmt_plug.c
  2247. config.sub              phpassMD5_fmt_plug.c
  2248. configure               pixMD5_fmt_plug.c
  2249. configure.ac                pkzip.h
  2250. cprepair.c              pkzip_fmt_plug.c
  2251. cq_fmt_plug.c               pkzip_inffixed.h
  2252. cracker.c               pkzip_plug.c
  2253. cracker.h               plugin.c
  2254. crc32.c                 plugin.h
  2255. crc32.h                 postgres_fmt_plug.c
  2256. crc32_fmt_plug.c            ppc32.h
  2257. crypt-sha1_fmt_plug.c           ppc32alt.h
  2258. crypto_scrypt.h             ppc64.h
  2259. cryptsha256_common.h            ppc64alt.h
  2260. cryptsha256_fmt_plug.c          pst_fmt_plug.c
  2261. cryptsha512_common.h            putty2john.c
  2262. cryptsha512_fmt_plug.c          putty_fmt_plug.c
  2263. cuda                    pwsafe2john.c
  2264. cuda_common.h               pwsafe_fmt_plug.c
  2265. cuda_cryptmd5.h             racf2john.c
  2266. cuda_cryptmd5_fmt_plug.c        racf_fmt_plug.c
  2267. cuda_cryptsha256.h          radmin_fmt_plug.c
  2268. cuda_cryptsha256_fmt_plug.c     rakp_fmt_plug.c
  2269. cuda_cryptsha512.h          rar2john.c
  2270. cuda_cryptsha512_fmt_plug.c     rar2john.h
  2271. cuda_mscash.h               rar5_common.h
  2272. cuda_mscash2.h              rar5_fmt_plug.c
  2273. cuda_mscash2_fmt_plug.c         rar_fmt_plug.c
  2274. cuda_mscash_fmt_plug.c          raw2dyna.c
  2275. cuda_phpass.h               rawBLAKE2_512_fmt_plug.c
  2276. cuda_phpass_fmt_plug.c          rawKeccak_256_fmt_plug.c
  2277. cuda_pwsafe.h               rawKeccak_512_fmt_plug.c
  2278. cuda_pwsafe_fmt_plug.c          rawMD4_fmt_plug.c
  2279. cuda_rawsha256.h            rawMD5_fmt_plug.c
  2280. cuda_rawsha256_fmt.c            rawSHA0_fmt_plug.c
  2281. cuda_rawsha512.h            rawSHA1_fmt_plug.c
  2282. cuda_rawsha512_fmt_plug.c       rawSHA1_linkedIn_fmt_plug.c
  2283. cuda_wpapsk.h               rawSHA1_ng_fmt_plug.c
  2284. cuda_wpapsk_fmt_plug.c          rawSHA224_fmt_plug.c
  2285. cuda_xsha512.h              rawSHA256_common.h
  2286. cuda_xsha512_fmt_plug.c         rawSHA256_fmt_plug.c
  2287. cygwin                  rawSHA256_ng_fmt_plug.c
  2288. dahua_fmt_plug.c            rawSHA384_fmt_plug.c
  2289. detect.c                rawSHA512_fmt_plug.c
  2290. django_fmt_plug.c           rawSHA512_ng_fmt_plug.c
  2291. django_scrypt_fmt_plug.c        rawmd5u_fmt_plug.c
  2292. dmg2john.c              rc4.c
  2293. dmg_fmt_plug.c              rc4.h
  2294. dragonfly3_fmt_plug.c           recovery.c
  2295. dragonfly4_fmt_plug.c           recovery.h
  2296. drupal7_fmt_plug.c          regex.c
  2297. dummy.c                 regex.h
  2298. dyna_salt.c             ripemd_fmt_plug.c
  2299. dyna_salt.h             ripemd_plug.c
  2300. dynamic.h               rpp.c
  2301. dynamic_big_crypt.c         rpp.h
  2302. dynamic_fmt.c               rsvp_fmt_plug.c
  2303. dynamic_parser.c            rules.c
  2304. dynamic_preloads.c          rules.h
  2305. dynamic_types.h             salted_sha1_fmt_plug.c
  2306. dynamic_utils.c             sapB_fmt_plug.c
  2307. ecryptfs_fmt_plug.c         sapG_fmt_plug.c
  2308. efs_fmt_plug.c              sboxes-s.c
  2309. eigrp_fmt_plug.c            sboxes.c
  2310. encfs_fmt_plug.c            scrypt_fmt.c
  2311. encoding_data.h             scrypt_platform.h
  2312. episerver_fmt_plug.c            sha.h
  2313. escrypt                 sha1_gen_fmt_plug.c
  2314. external.c              sha2.c
  2315. external.h              sha2.h
  2316. fake_salts.c                siemens-s7_fmt_plug.c
  2317. fake_salts.h                signals.c
  2318. feal8.h                 signals.h
  2319. feal8_plug.c                single.c
  2320. filevault.h             single.h
  2321. formats.c               sip_fmt_plug.c
  2322. formats.h               sip_fmt_plug.h
  2323. formspring_fmt_plug.c           skein_fmt_plug.c
  2324. genmkvpwd.c             skein_plug.c
  2325. getopt.c                snefru.h
  2326. getopt.h                snefru_fmt_plug.c
  2327. gladman_fileenc.h           snefru_plug.c
  2328. gladman_hmac.c              sparc32.h
  2329. gladman_hmac.h              sparc64.h
  2330. gladman_pwd2key.c           sph_haval.h
  2331. gladman_pwd2key.h           sph_md2.h
  2332. gladman_sha1.h              sph_panama.h
  2333. gost.c                  sph_ripemd.h
  2334. gost.h                  sph_skein.h
  2335. gost_fmt_plug.c             sph_tiger.h
  2336. gpg2john.c              sph_types.h
  2337. gpg_fmt_plug.c              sph_whirlpool.h
  2338. haval_fmt_plug.c            sse-intrinsics-32.S
  2339. haval_helper.c              sse-intrinsics-64.S
  2340. haval_plug.c                sse-intrinsics-load-flags.h
  2341. hccap2john.c                sse-intrinsics.c
  2342. hmacMD5_fmt_plug.c          sse-intrinsics.h
  2343. hmacSHA1_fmt_plug.c         sse2i_winfix.pl
  2344. hmacSHA224_fmt_plug.c           ssh2john.c
  2345. hmacSHA256_fmt_plug.c           ssh_fmt_plug.c
  2346. hmacSHA384_fmt_plug.c           ssh_ng_fmt_plug.c
  2347. hmacSHA512_fmt_plug.c           ssha512_fmt_plug.c
  2348. hmacmd5.c               status.c
  2349. hmacmd5.h               status.h
  2350. hmailserver_fmt_plug.c          stdbool.h
  2351. hsrp_fmt_plug.c             stdint.h
  2352. ia64.h                  strip_fmt_plug.c
  2353. idea-JtR.h              sunmd5_fmt_plug.c
  2354. idea_plug.c             sxc_fmt_plug.c
  2355. idle.c                  syb-prop_repro.h
  2356. idle.h                  syb-prop_repro_plug.c
  2357. ike-crack.h             symlink.c
  2358. ike_fmt_plug.c              sysendian.h
  2359. inc.c                   tcp_md5_fmt_plug.c
  2360. inc.h                   tcphdr.h
  2361. install-sh              tgtsnarf.c
  2362. john-mpi.c              tiger_fmt_plug.c
  2363. john-mpi.h              tiger_plug.c
  2364. john.asm                timer.c
  2365. john.c                  timer.h
  2366. john.com                times.h
  2367. john.h                  trip_fmt.c
  2368. johnswap.h              truecrypt_fmt_plug.c
  2369. jtr_sha2.h              truecrypt_volume2john.c
  2370. jumbo.c                 tty.c
  2371. jumbo.h                 tty.h
  2372. keepass2john.c              twofish.h
  2373. keepass_fmt_plug.c          twofish_plug.c
  2374. keychain2john.c             uaf2john.c
  2375. keychain_fmt_plug.c         uaf_encode.h
  2376. keyring2john.c              uaf_encode_plug.c
  2377. keyring_fmt_plug.c          uaf_hash.c
  2378. keystore2john.c             uaf_raw.h
  2379. keystore_fmt_plug.c         unafs.c
  2380. known_hosts_fmt_plug.c          undrop.c
  2381. krb5-18_fmt_plug.c          unicode.c
  2382. krb5pa-md5_fmt_plug.c           unicode.h
  2383. krb5pa-sha1_fmt_plug.c          unique.c
  2384. kwallet2john.c              unrar.c
  2385. kwallet_fmt_plug.c          unrar.h
  2386. lastpass_sniffed_fmt_plug.c     unrarcmd.c
  2387. list.c                  unrarcmd.h
  2388. list.h                  unrarfilter.c
  2389. listconf.c              unrarfilter.h
  2390. listconf.h              unrarhlp.c
  2391. loader.c                unrarhlp.h
  2392. loader.h                unrarppm.c
  2393. logger.c                unrarppm.h
  2394. logger.h                unrarvm.c
  2395. lotus5_fmt_plug.c           unrarvm.h
  2396. lotus85_fmt_plug.c          unshadow.c
  2397. luks2john.c             unused
  2398. luks_fmt_plug.c             vax.h
  2399. m4                  vms_fmt_plug.c
  2400. mask.c                  vms_std.h
  2401. mask.h                  vnc_fmt_plug.c
  2402. math.c                  vncpcap2john.c
  2403. math.h                  vtp_fmt_plug.c
  2404. md2_fmt_plug.c              wbb3_fmt_plug.c
  2405. md2_plug.c              whirlpool_fmt_plug.c
  2406. md4.c                   whirlpool_plug.c
  2407. md4.h                   win32_memmap.c
  2408. md4_gen_fmt_plug.c          win32_memmap.h
  2409. md5.c                   wordlist.c
  2410. md5.h                   wordlist.h
  2411. md5_go.c                wow_srp_fmt_plug.c
  2412. md5_go.h                wpapcap2john.c
  2413. md_helper.c             wpapcap2john.h
  2414. mdc2-JtR.h              wpapsk.h
  2415. mdc2_fmt_plug.c             wpapsk_fmt_plug.c
  2416. mdc2dgst_plug.c             x86-64.S
  2417. mediawiki_fmt_plug.c            x86-64.h
  2418. memdbg.c                x86-any.h
  2419. memdbg.h                x86-mmx.S
  2420. memory.c                x86-mmx.h
  2421. memory.h                x86-sse.S
  2422. mips32.h                x86-sse.h
  2423. mips64.h                x86.S
  2424. misc.c                  zip2john.c
  2425. misc.h                  zip_fmt_plug.c
  2426. SixMillionKilaTons:src osx$ ./configure
  2427. checking build system type... x86_64-apple-darwin17.2.0
  2428. checking host system type... x86_64-apple-darwin17.2.0
  2429. checking whether to compile using MPI... no
  2430. checking for gcc... gcc
  2431. checking whether the C compiler works... yes
  2432. checking for C compiler default output file name... a.out
  2433. checking for suffix of executables...
  2434. checking whether we are cross compiling... no
  2435. checking for suffix of object files... o
  2436. checking whether we are using the GNU C compiler... yes
  2437. checking whether gcc accepts -g... yes
  2438. checking for gcc option to accept ISO C89... none needed
  2439. checking whether gcc understands -c and -o together... yes
  2440. checking whether we are using the GNU C compiler... (cached) yes
  2441. checking whether gcc accepts -g... (cached) yes
  2442. checking for gcc option to accept ISO C89... (cached) none needed
  2443. checking whether gcc understands -c and -o together... (cached) yes
  2444. checking additional paths...  -L/usr/local/lib
  2445. checking arg check macro for -m with gcc... yes
  2446. checking arg check macro for -Q with gcc... yes
  2447. checking if gcc supports -funroll-loops... yes
  2448. checking if gcc supports -Os... yes
  2449. checking if gcc supports -finline-functions... yes
  2450. checking if gcc supports -Wall... yes
  2451. checking if gcc supports -Wdeclaration-after-statement... yes
  2452. checking if gcc supports -fomit-frame-pointer... yes
  2453. checking if gcc supports --param allow-store-data-races=0... no
  2454. checking if gcc supports -Wno-deprecated-declarations... yes
  2455. checking if gcc supports -Wno-format-extra-args... yes
  2456. checking if gcc supports -Qunused-arguments... yes
  2457. checking whether ln -s works... yes
  2458. checking for grep that handles long lines and -e... /usr/bin/grep
  2459. checking for a sed that does not truncate output... /usr/bin/sed
  2460. checking for GNU make... make
  2461. checking whether make sets $(MAKE)... yes
  2462. checking how to run the C preprocessor... gcc -E
  2463. checking for a thread-safe mkdir -p... ./install-sh -c -d
  2464. checking for sort... /usr/bin/sort
  2465. checking for ar... /usr/bin/ar
  2466. checking for find... /usr/bin/find
  2467. checking for pkg-config... no
  2468. checking if pkg-config will be used... no
  2469. checking for egrep... /usr/bin/grep -E
  2470. checking for ANSI C header files... yes
  2471. checking for sys/types.h... yes
  2472. checking for sys/stat.h... yes
  2473. checking for stdlib.h... yes
  2474. checking for string.h... yes
  2475. checking for memory.h... yes
  2476. checking for strings.h... yes
  2477. checking for inttypes.h... yes
  2478. checking for stdint.h... yes
  2479. checking for unistd.h... yes
  2480. checking size of char... 1
  2481. checking size of unsigned char... 1
  2482. checking size of short... 2
  2483. checking size of unsigned short... 2
  2484. checking size of int... 4
  2485. checking size of unsigned... 4
  2486. checking size of unsigned int... 4
  2487. checking size of long... 8
  2488. checking size of long long... 8
  2489. checking size of double... 8
  2490. checking size of long double... 16
  2491. checking size of int *... 8
  2492. checking size of long long *... 8
  2493. checking size of void *... 8
  2494. configure: Testing build host's native CPU features
  2495. checking for MMX... yes
  2496. checking for SSE2... yes
  2497. checking for SSSE3... yes
  2498. checking for SSE4.1... yes
  2499. checking for AVX... no
  2500. checking for as... /usr/bin/as
  2501. checking that 'as' works for AVX... no
  2502. checking for arch.h alternative... x86-64.h
  2503. checking for 32/64 bit... 64-bit
  2504. checking for extra ASFLAGS...  -DUNDERSCORES -DBSD -DALIGN_LOG
  2505. checking for X32 ABI... no
  2506. checking for unaligned memory access allowed... yes
  2507. checking for byte ordering according to target triple... little
  2508. checking additional paths for OpenSSL... none
  2509. checking openssl/opensslv.h usability... no
  2510. checking openssl/opensslv.h presence... no
  2511. checking for openssl/opensslv.h... no
  2512. configure: error: in `/Applications/john/src':
  2513. configure: error: JtR requires OpenSSL headers being installed
  2514. See `config.log' for more details
  2515. SixMillionKilaTons:src osx$ man brew
  2516. No manual entry for brew
  2517.  
  2518.  
  2519.  
  2520.  
  2521.  
  2522.  
  2523.  
  2524. SixMillionKilaTons:src osx$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  2525. ==> This script will install:
  2526. /usr/local/bin/brew
  2527. /usr/local/share/doc/homebrew
  2528. /usr/local/share/man/man1/brew.1
  2529. /usr/local/share/zsh/site-functions/_brew
  2530. /usr/local/etc/bash_completion.d/brew
  2531. /usr/local/Homebrew
  2532. ==> The following existing directories will be made group writable:
  2533. /usr/local/bin
  2534. /usr/local/lib
  2535. /usr/local/sbin
  2536. /usr/local/share
  2537. /usr/local/share/man
  2538. /usr/local/share/man/man1
  2539. ==> The following existing directories will have their owner set to osx:
  2540. /usr/local/bin
  2541. /usr/local/lib
  2542. /usr/local/sbin
  2543. /usr/local/share
  2544. /usr/local/share/man
  2545. /usr/local/share/man/man1
  2546. ==> The following new directories will be created:
  2547. /usr/local/Cellar
  2548. /usr/local/Homebrew
  2549. /usr/local/Frameworks
  2550. /usr/local/etc
  2551. /usr/local/include
  2552. /usr/local/opt
  2553. /usr/local/share/zsh
  2554. /usr/local/share/zsh/site-functions
  2555. /usr/local/var
  2556.  
  2557. Press RETURN to continue or any other key to abort
  2558. ==> /usr/bin/sudo /bin/chmod u+rwx /usr/local/bin /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/share/man /usr/local/share/man/man1
  2559. Password:
  2560. ==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/bin /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/share/man /usr/local/share/man/man1
  2561. ==> /usr/bin/sudo /usr/sbin/chown osx /usr/local/bin /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/share/man /usr/local/share/man/man1
  2562. ==> /usr/bin/sudo /bin/mkdir -p /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/etc /usr/local/include /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var
  2563. ==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/etc /usr/local/include /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var
  2564. ==> /usr/bin/sudo /bin/chmod 755 /usr/local/share/zsh /usr/local/share/zsh/site-functions
  2565. ==> /usr/bin/sudo /usr/sbin/chown osx /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/etc /usr/local/include /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var
  2566. ==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/etc /usr/local/include /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var
  2567. ==> /usr/bin/sudo /bin/mkdir -p /Users/osx/Library/Caches/Homebrew
  2568. ==> /usr/bin/sudo /bin/chmod g+rwx /Users/osx/Library/Caches/Homebrew
  2569. ==> /usr/bin/sudo /usr/sbin/chown osx /Users/osx/Library/Caches/Homebrew
  2570. ==> /usr/bin/sudo /bin/mkdir -p /Library/Caches/Homebrew
  2571. ==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew
  2572. ==> /usr/bin/sudo /usr/sbin/chown osx /Library/Caches/Homebrew
  2573. ==> Downloading and installing Homebrew...
  2574. remote: Counting objects: 94457, done.
  2575. remote: Compressing objects: 100% (30/30), done.
  2576. remote: Total 94457 (delta 18), reused 28 (delta 13), pack-reused 94413
  2577. Receiving objects: 100% (94457/94457), 21.58 MiB | 2.10 MiB/s, done.
  2578. Resolving deltas: 100% (68543/68543), done.
  2579. From https://github.com/Homebrew/brew
  2580. * [new branch]          master     -> origin/master
  2581. * [new tag]             0.1        -> 0.1
  2582. * [new tag]             0.2        -> 0.2
  2583. * [new tag]             0.3        -> 0.3
  2584. * [new tag]             0.4        -> 0.4
  2585. * [new tag]             0.5        -> 0.5
  2586. * [new tag]             0.6        -> 0.6
  2587. * [new tag]             0.7        -> 0.7
  2588. * [new tag]             0.7.1      -> 0.7.1
  2589. * [new tag]             0.8        -> 0.8
  2590. * [new tag]             0.8.1      -> 0.8.1
  2591. * [new tag]             0.9        -> 0.9
  2592. * [new tag]             0.9.1      -> 0.9.1
  2593. * [new tag]             0.9.2      -> 0.9.2
  2594. * [new tag]             0.9.3      -> 0.9.3
  2595. * [new tag]             0.9.4      -> 0.9.4
  2596. * [new tag]             0.9.5      -> 0.9.5
  2597. * [new tag]             0.9.8      -> 0.9.8
  2598. * [new tag]             0.9.9      -> 0.9.9
  2599. * [new tag]             1.0.0      -> 1.0.0
  2600. * [new tag]             1.0.1      -> 1.0.1
  2601. * [new tag]             1.0.2      -> 1.0.2
  2602. * [new tag]             1.0.3      -> 1.0.3
  2603. * [new tag]             1.0.4      -> 1.0.4
  2604. * [new tag]             1.0.5      -> 1.0.5
  2605. * [new tag]             1.0.6      -> 1.0.6
  2606. * [new tag]             1.0.7      -> 1.0.7
  2607. * [new tag]             1.0.8      -> 1.0.8
  2608. * [new tag]             1.0.9      -> 1.0.9
  2609. * [new tag]             1.1.0      -> 1.1.0
  2610. * [new tag]             1.1.1      -> 1.1.1
  2611. * [new tag]             1.1.10     -> 1.1.10
  2612. * [new tag]             1.1.11     -> 1.1.11
  2613. * [new tag]             1.1.12     -> 1.1.12
  2614. * [new tag]             1.1.13     -> 1.1.13
  2615. * [new tag]             1.1.2      -> 1.1.2
  2616. * [new tag]             1.1.3      -> 1.1.3
  2617. * [new tag]             1.1.4      -> 1.1.4
  2618. * [new tag]             1.1.5      -> 1.1.5
  2619. * [new tag]             1.1.6      -> 1.1.6
  2620. * [new tag]             1.1.7      -> 1.1.7
  2621. * [new tag]             1.1.8      -> 1.1.8
  2622. * [new tag]             1.1.9      -> 1.1.9
  2623. * [new tag]             1.2.0      -> 1.2.0
  2624. * [new tag]             1.2.1      -> 1.2.1
  2625. * [new tag]             1.2.2      -> 1.2.2
  2626. * [new tag]             1.2.3      -> 1.2.3
  2627. * [new tag]             1.2.4      -> 1.2.4
  2628. * [new tag]             1.2.5      -> 1.2.5
  2629. * [new tag]             1.2.6      -> 1.2.6
  2630. * [new tag]             1.3.0      -> 1.3.0
  2631. * [new tag]             1.3.1      -> 1.3.1
  2632. * [new tag]             1.3.2      -> 1.3.2
  2633. * [new tag]             1.3.3      -> 1.3.3
  2634. * [new tag]             1.3.4      -> 1.3.4
  2635. * [new tag]             1.3.5      -> 1.3.5
  2636. * [new tag]             1.3.6      -> 1.3.6
  2637. * [new tag]             1.3.7      -> 1.3.7
  2638. * [new tag]             1.3.8      -> 1.3.8
  2639. HEAD is now at 86305f7d8 Merge pull request #3470 from sjackman/analytics
  2640. ==> Tapping homebrew/core
  2641. Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...
  2642. remote: Counting objects: 4642, done.
  2643. remote: Compressing objects: 100% (4422/4422), done.
  2644. remote: Total 4642 (delta 36), reused 322 (delta 10), pack-reused 0
  2645. Receiving objects: 100% (4642/4642), 3.84 MiB | 2.00 MiB/s, done.
  2646. Resolving deltas: 100% (36/36), done.
  2647. Checking out files: 100% (4665/4665), done.
  2648. Tapped 4417 formulae (4,689 files, 12.0MB)
  2649. ==> Cleaning up /Library/Caches/Homebrew...
  2650. ==> Migrating /Library/Caches/Homebrew to /Users/osx/Library/Caches/Homebrew...
  2651. ==> Deleting /Library/Caches/Homebrew...
  2652. Already up-to-date.
  2653. ==> Installation successful!
  2654.  
  2655. ==> Homebrew has enabled anonymous aggregate user behaviour analytics.
  2656. Read the analytics documentation (and how to opt-out) here:
  2657.  https://docs.brew.sh/Analytics.html
  2658.  
  2659. ==> Next steps:
  2660. - Run `brew help` to get started
  2661. - Further documentation:
  2662.    https://docs.brew.sh
  2663.  
  2664.  
  2665.  
  2666.  
  2667.  
  2668.  
  2669.  
  2670.  
  2671. SixMillionKilaTons:src osx$ ./configure
  2672. checking build system type... x86_64-apple-darwin17.2.0
  2673. checking host system type... x86_64-apple-darwin17.2.0
  2674. checking whether to compile using MPI... no
  2675. checking for gcc... gcc
  2676. checking whether the C compiler works... yes
  2677. checking for C compiler default output file name... a.out
  2678. checking for suffix of executables...
  2679. checking whether we are cross compiling... no
  2680. checking for suffix of object files... o
  2681. checking whether we are using the GNU C compiler... yes
  2682. checking whether gcc accepts -g... yes
  2683. checking for gcc option to accept ISO C89... none needed
  2684. checking whether gcc understands -c and -o together... yes
  2685. checking whether we are using the GNU C compiler... (cached) yes
  2686. checking whether gcc accepts -g... (cached) yes
  2687. checking for gcc option to accept ISO C89... (cached) none needed
  2688. checking whether gcc understands -c and -o together... (cached) yes
  2689. checking additional paths...  -L/usr/local/lib -I/usr/local/include
  2690. checking arg check macro for -m with gcc... yes
  2691. checking arg check macro for -Q with gcc... yes
  2692. checking if gcc supports -funroll-loops... yes
  2693. checking if gcc supports -Os... yes
  2694. checking if gcc supports -finline-functions... yes
  2695. checking if gcc supports -Wall... yes
  2696. checking if gcc supports -Wdeclaration-after-statement... yes
  2697. checking if gcc supports -fomit-frame-pointer... yes
  2698. checking if gcc supports --param allow-store-data-races=0... no
  2699. checking if gcc supports -Wno-deprecated-declarations... yes
  2700. checking if gcc supports -Wno-format-extra-args... yes
  2701. checking if gcc supports -Qunused-arguments... yes
  2702. checking whether ln -s works... yes
  2703. checking for grep that handles long lines and -e... /usr/bin/grep
  2704. checking for a sed that does not truncate output... /usr/bin/sed
  2705. checking for GNU make... make
  2706. checking whether make sets $(MAKE)... yes
  2707. checking how to run the C preprocessor... gcc -E
  2708. checking for a thread-safe mkdir -p... ./install-sh -c -d
  2709. checking for sort... /usr/bin/sort
  2710. checking for ar... /usr/bin/ar
  2711. checking for find... /usr/bin/find
  2712. checking for pkg-config... no
  2713. checking if pkg-config will be used... no
  2714. checking for egrep... /usr/bin/grep -E
  2715. checking for ANSI C header files... yes
  2716. checking for sys/types.h... yes
  2717. checking for sys/stat.h... yes
  2718. checking for stdlib.h... yes
  2719. checking for string.h... yes
  2720. checking for memory.h... yes
  2721. checking for strings.h... yes
  2722. checking for inttypes.h... yes
  2723. checking for stdint.h... yes
  2724. checking for unistd.h... yes
  2725. checking size of char... 1
  2726. checking size of unsigned char... 1
  2727. checking size of short... 2
  2728. checking size of unsigned short... 2
  2729. checking size of int... 4
  2730. checking size of unsigned... 4
  2731. checking size of unsigned int... 4
  2732. checking size of long... 8
  2733. checking size of long long... 8
  2734. checking size of double... 8
  2735. checking size of long double... 16
  2736. checking size of int *... 8
  2737. checking size of long long *... 8
  2738. checking size of void *... 8
  2739. configure: Testing build host's native CPU features
  2740. checking for MMX... yes
  2741. checking for SSE2... yes
  2742. checking for SSSE3... yes
  2743. checking for SSE4.1... yes
  2744. checking for AVX... no
  2745. checking for as... /usr/bin/as
  2746. checking that 'as' works for AVX... no
  2747. checking for arch.h alternative... x86-64.h
  2748. checking for 32/64 bit... 64-bit
  2749. checking for extra ASFLAGS...  -DUNDERSCORES -DBSD -DALIGN_LOG
  2750. checking for X32 ABI... no
  2751. checking for unaligned memory access allowed... yes
  2752. checking for byte ordering according to target triple... little
  2753. checking additional paths for OpenSSL... none
  2754. checking openssl/opensslv.h usability... no
  2755. checking openssl/opensslv.h presence... no
  2756. checking for openssl/opensslv.h... no
  2757. configure: error: in `/Applications/john/src':
  2758. configure: error: JtR requires OpenSSL headers being installed
  2759. See `config.log' for more details
  2760.  
  2761.  
  2762.  
  2763.  
  2764.  
  2765.  
  2766. SixMillionKilaTons:src osx$ brew doctor
  2767. Please note that these warnings are just used to help the Homebrew maintainers
  2768. with debugging if you file an issue. If everything you use Homebrew for is
  2769. working fine: please don't worry and just ignore them. Thanks!
  2770.  
  2771. Warning: /usr/local/lib/python2.7/site-packages isn't writable.
  2772. This can happen if you "sudo pip install" software that isn't managed
  2773. by Homebrew. If you install a formula with Python modules, the install
  2774. will fail during the link step.
  2775.  
  2776. You should change the ownership and permissions of /usr/local/lib/python2.7/site-packages
  2777. back to your user account.
  2778.  sudo chown -R $(whoami) /usr/local/lib/python2.7/site-packages
  2779.  
  2780. Warning: Unbrewed dylibs were found in /usr/local/lib.
  2781. If you didn't put them there on purpose they could cause problems when
  2782. building Homebrew formulae, and may need to be deleted.
  2783.  
  2784. Unexpected dylibs:
  2785.   /usr/local/lib/SUVMMFaker.dylib
  2786.  
  2787. Warning: Homebrew's sbin was not found in your PATH but you have installed
  2788. formulae that put executables in /usr/local/sbin.
  2789. Consider setting the PATH for example like so
  2790.  echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.bash_profile
  2791. SixMillionKilaTons:src osx$ brew update
  2792. Already up-to-date.
  2793. SixMillionKilaTons:src osx$ brew upgrade
  2794. SixMillionKilaTons:src osx$ brew install openssl
  2795. ==> Downloading https://homebrew.bintray.com/bottles/openssl-1.0.2m.high_sierra.
  2796. ######################################################################## 100.0%
  2797. ==> Pouring openssl-1.0.2m.high_sierra.bottle.tar.gz
  2798. ==> Caveats
  2799. A CA file has been bootstrapped using certificates from the SystemRoots
  2800. keychain. To add additional certificates (e.g. the certificates added in
  2801. the System keychain), place .pem files in
  2802.  /usr/local/etc/openssl/certs
  2803.  
  2804. and run
  2805.  /usr/local/opt/openssl/bin/c_rehash
  2806.  
  2807. This formula is keg-only, which means it was not symlinked into /usr/local,
  2808. because Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries.
  2809.  
  2810. If you need to have this software first in your PATH run:
  2811.  echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> ~/.bash_profile
  2812.  
  2813. For compilers to find this software you may need to set:
  2814.    LDFLAGS:  -L/usr/local/opt/openssl/lib
  2815.    CPPFLAGS: -I/usr/local/opt/openssl/include
  2816.  
  2817. ==> Summary
  2818. 🍺  /usr/local/Cellar/openssl/1.0.2m: 1,792 files, 12.3MB
  2819. SixMillionKilaTons:src osx$ ./configure
  2820. checking build system type... x86_64-apple-darwin17.2.0
  2821. checking host system type... x86_64-apple-darwin17.2.0
  2822. checking whether to compile using MPI... no
  2823. checking for gcc... gcc
  2824. checking whether the C compiler works... yes
  2825. checking for C compiler default output file name... a.out
  2826. checking for suffix of executables...
  2827. checking whether we are cross compiling... no
  2828. checking for suffix of object files... o
  2829. checking whether we are using the GNU C compiler... yes
  2830. checking whether gcc accepts -g... yes
  2831. checking for gcc option to accept ISO C89... none needed
  2832. checking whether gcc understands -c and -o together... yes
  2833. checking whether we are using the GNU C compiler... (cached) yes
  2834. checking whether gcc accepts -g... (cached) yes
  2835. checking for gcc option to accept ISO C89... (cached) none needed
  2836. checking whether gcc understands -c and -o together... (cached) yes
  2837. checking additional paths...  -L/usr/local/lib -I/usr/local/include
  2838. checking arg check macro for -m with gcc... yes
  2839. checking arg check macro for -Q with gcc... yes
  2840. checking if gcc supports -funroll-loops... yes
  2841. checking if gcc supports -Os... yes
  2842. checking if gcc supports -finline-functions... yes
  2843. checking if gcc supports -Wall... yes
  2844. checking if gcc supports -Wdeclaration-after-statement... yes
  2845. checking if gcc supports -fomit-frame-pointer... yes
  2846. checking if gcc supports --param allow-store-data-races=0... no
  2847. checking if gcc supports -Wno-deprecated-declarations... yes
  2848. checking if gcc supports -Wno-format-extra-args... yes
  2849. checking if gcc supports -Qunused-arguments... yes
  2850. checking whether ln -s works... yes
  2851. checking for grep that handles long lines and -e... /usr/bin/grep
  2852. checking for a sed that does not truncate output... /usr/bin/sed
  2853. checking for GNU make... make
  2854. checking whether make sets $(MAKE)... yes
  2855. checking how to run the C preprocessor... gcc -E
  2856. checking for a thread-safe mkdir -p... ./install-sh -c -d
  2857. checking for sort... /usr/bin/sort
  2858. checking for ar... /usr/bin/ar
  2859. checking for find... /usr/bin/find
  2860. checking for pkg-config... no
  2861. checking if pkg-config will be used... no
  2862. checking for egrep... /usr/bin/grep -E
  2863. checking for ANSI C header files... yes
  2864. checking for sys/types.h... yes
  2865. checking for sys/stat.h... yes
  2866. checking for stdlib.h... yes
  2867. checking for string.h... yes
  2868. checking for memory.h... yes
  2869. checking for strings.h... yes
  2870. checking for inttypes.h... yes
  2871. checking for stdint.h... yes
  2872. checking for unistd.h... yes
  2873. checking size of char... 1
  2874. checking size of unsigned char... 1
  2875. checking size of short... 2
  2876. checking size of unsigned short... 2
  2877. checking size of int... 4
  2878. checking size of unsigned... 4
  2879. checking size of unsigned int... 4
  2880. checking size of long... 8
  2881. checking size of long long... 8
  2882. checking size of double... 8
  2883. checking size of long double... 16
  2884. checking size of int *... 8
  2885. checking size of long long *... 8
  2886. checking size of void *... 8
  2887. configure: Testing build host's native CPU features
  2888. checking for MMX... yes
  2889. checking for SSE2... yes
  2890. checking for SSSE3... yes
  2891. checking for SSE4.1... yes
  2892. checking for AVX... no
  2893. checking for as... /usr/bin/as
  2894. checking that 'as' works for AVX... no
  2895. checking for arch.h alternative... x86-64.h
  2896. checking for 32/64 bit... 64-bit
  2897. checking for extra ASFLAGS...  -DUNDERSCORES -DBSD -DALIGN_LOG
  2898. checking for X32 ABI... no
  2899. checking for unaligned memory access allowed... yes
  2900. checking for byte ordering according to target triple... little
  2901. checking additional paths for OpenSSL... none
  2902. checking openssl/opensslv.h usability... no
  2903. checking openssl/opensslv.h presence... no
  2904. checking for openssl/opensslv.h... no
  2905. configure: error: in `/Applications/john/src':
  2906. configure: error: JtR requires OpenSSL headers being installed
  2907. See `config.log' for more details
  2908.  
  2909.  
  2910.  
  2911.  
  2912.  
  2913.  
  2914.  
  2915.  
  2916.  
  2917. SixMillionKilaTons:src osx$ cd /usr/local/include
  2918. SixMillionKilaTons:include osx$ ln -s ../opt/openssl/include/openssl
  2919. SixMillionKilaTons:include osx$ ls
  2920. openssl
  2921. SixMillionKilaTons:include osx$ cd openssl
  2922. SixMillionKilaTons:openssl osx$ ls
  2923. aes.h       crypto.h    hmac.h      pem.h       ssl.h
  2924. asn1.h      des.h       idea.h      pem2.h      ssl2.h
  2925. asn1_mac.h  des_old.h   krb5_asn.h  pkcs12.h    ssl23.h
  2926. asn1t.h     dh.h        kssl.h      pkcs7.h     ssl3.h
  2927. bio.h       dsa.h       lhash.h     pqueue.h    stack.h
  2928. blowfish.h  dso.h       md4.h       rand.h      symhacks.h
  2929. bn.h        dtls1.h     md5.h       rc2.h       tls1.h
  2930. buffer.h    e_os2.h     mdc2.h      rc4.h       ts.h
  2931. camellia.h  ebcdic.h    modes.h     ripemd.h    txt_db.h
  2932. cast.h      ec.h        obj_mac.h   rsa.h       ui.h
  2933. cmac.h      ecdh.h      objects.h   safestack.h ui_compat.h
  2934. cms.h       ecdsa.h     ocsp.h      seed.h      whrlpool.h
  2935. comp.h      engine.h    opensslconf.h   sha.h       x509.h
  2936. conf.h      err.h       opensslv.h  srp.h       x509_vfy.h
  2937. conf_api.h  evp.h       ossl_typ.h  srtp.h      x509v3.h
  2938.  
  2939.  
  2940.  
  2941.  
  2942.  
  2943.  
  2944.  
  2945.  
  2946.  
  2947.  
  2948. SixMillionKilaTons:openssl osx$ cd /
  2949. SixMillionKilaTons:/ osx$ cd Applications
  2950. SixMillionKilaTons:Applications osx$ cd john
  2951. SixMillionKilaTons:john osx$ cd src
  2952. SixMillionKilaTons:src osx$ ./configure
  2953. checking build system type... x86_64-apple-darwin17.2.0
  2954. checking host system type... x86_64-apple-darwin17.2.0
  2955. checking whether to compile using MPI... no
  2956. checking for gcc... gcc
  2957. checking whether the C compiler works... yes
  2958. checking for C compiler default output file name... a.out
  2959. checking for suffix of executables...
  2960. checking whether we are cross compiling... no
  2961. checking for suffix of object files... o
  2962. checking whether we are using the GNU C compiler... yes
  2963. checking whether gcc accepts -g... yes
  2964. checking for gcc option to accept ISO C89... none needed
  2965. checking whether gcc understands -c and -o together... yes
  2966. checking whether we are using the GNU C compiler... (cached) yes
  2967. checking whether gcc accepts -g... (cached) yes
  2968. checking for gcc option to accept ISO C89... (cached) none needed
  2969. checking whether gcc understands -c and -o together... (cached) yes
  2970. checking additional paths...  -L/usr/local/lib -I/usr/local/include
  2971. checking arg check macro for -m with gcc... yes
  2972. checking arg check macro for -Q with gcc... yes
  2973. checking if gcc supports -funroll-loops... yes
  2974. checking if gcc supports -Os... yes
  2975. checking if gcc supports -finline-functions... yes
  2976. checking if gcc supports -Wall... yes
  2977. checking if gcc supports -Wdeclaration-after-statement... yes
  2978. checking if gcc supports -fomit-frame-pointer... yes
  2979. checking if gcc supports --param allow-store-data-races=0... no
  2980. checking if gcc supports -Wno-deprecated-declarations... yes
  2981. checking if gcc supports -Wno-format-extra-args... yes
  2982. checking if gcc supports -Qunused-arguments... yes
  2983. checking whether ln -s works... yes
  2984. checking for grep that handles long lines and -e... /usr/bin/grep
  2985. checking for a sed that does not truncate output... /usr/bin/sed
  2986. checking for GNU make... make
  2987. checking whether make sets $(MAKE)... yes
  2988. checking how to run the C preprocessor... gcc -E
  2989. checking for a thread-safe mkdir -p... ./install-sh -c -d
  2990. checking for sort... /usr/bin/sort
  2991. checking for ar... /usr/bin/ar
  2992. checking for find... /usr/bin/find
  2993. checking for pkg-config... no
  2994. checking if pkg-config will be used... no
  2995. checking for egrep... /usr/bin/grep -E
  2996. checking for ANSI C header files... yes
  2997. checking for sys/types.h... yes
  2998. checking for sys/stat.h... yes
  2999. checking for stdlib.h... yes
  3000. checking for string.h... yes
  3001. checking for memory.h... yes
  3002. checking for strings.h... yes
  3003. checking for inttypes.h... yes
  3004. checking for stdint.h... yes
  3005. checking for unistd.h... yes
  3006. checking size of char... 1
  3007. checking size of unsigned char... 1
  3008. checking size of short... 2
  3009. checking size of unsigned short... 2
  3010. checking size of int... 4
  3011. checking size of unsigned... 4
  3012. checking size of unsigned int... 4
  3013. checking size of long... 8
  3014. checking size of long long... 8
  3015. checking size of double... 8
  3016. checking size of long double... 16
  3017. checking size of int *... 8
  3018. checking size of long long *... 8
  3019. checking size of void *... 8
  3020. configure: Testing build host's native CPU features
  3021. checking for MMX... yes
  3022. checking for SSE2... yes
  3023. checking for SSSE3... yes
  3024. checking for SSE4.1... yes
  3025. checking for AVX... no
  3026. checking for as... /usr/bin/as
  3027. checking that 'as' works for AVX... no
  3028. checking for arch.h alternative... x86-64.h
  3029. checking for 32/64 bit... 64-bit
  3030. checking for extra ASFLAGS...  -DUNDERSCORES -DBSD -DALIGN_LOG
  3031. checking for X32 ABI... no
  3032. checking for unaligned memory access allowed... yes
  3033. checking for byte ordering according to target triple... little
  3034. checking additional paths for OpenSSL... none
  3035. checking openssl/opensslv.h usability... yes
  3036. checking openssl/opensslv.h presence... yes
  3037. checking for openssl/opensslv.h... yes
  3038. checking for SSL_library_init in -lssl... yes
  3039. checking for MD5_Update in -lcrypto... yes
  3040. checking for sqrt in -lm... yes
  3041. checking for deflate in -lz... yes
  3042. checking for library containing crypt... none required
  3043. checking gmp.h usability... no
  3044. checking gmp.h presence... no
  3045. checking for gmp.h... no
  3046. checking gmp/gmp.h usability... no
  3047. checking gmp/gmp.h presence... no
  3048. checking for gmp/gmp.h... no
  3049. checking skey.h usability... no
  3050. checking skey.h presence... no
  3051. checking for skey.h... no
  3052. checking for S/Key... using our own code
  3053. checking bzlib.h usability... yes
  3054. checking bzlib.h presence... yes
  3055. checking for bzlib.h... yes
  3056. checking for main in -lbz2... yes
  3057. checking for main in -lkernel32... no
  3058. checking for dlopen in -ldl... yes
  3059. checking librexgen/api/c/librexgen.h usability... no
  3060. checking librexgen/api/c/librexgen.h presence... no
  3061. checking for librexgen/api/c/librexgen.h... no
  3062. checking pcap.h usability... yes
  3063. checking pcap.h presence... yes
  3064. checking for pcap.h... yes
  3065. checking for pcap_compile in -lpcap... yes
  3066. checking for pcap.h... (cached) yes
  3067. checking for pcap_compile in -lwpcap... no
  3068. checking whether time.h and sys/time.h may both be included... yes
  3069. checking whether string.h and strings.h may both be included... yes
  3070. checking for EVP_aes_256_xts... yes
  3071. checking for SHA256... yes
  3072. checking for WHIRLPOOL... yes
  3073. checking for RIPEMD160... yes
  3074. checking for AES_encrypt... yes
  3075. checking for EVP_sha512... yes
  3076. checking for BIO_new... yes
  3077. checking for gcc option to support OpenMP... unsupported
  3078. checking additional paths for OpenCL... none
  3079. checking if compiler needs -Werror to reject unknown flags... yes
  3080. checking whether pthreads work with -pthread... yes
  3081. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  3082. checking if more special flags are required for pthreads... -D_THREAD_SAFE
  3083. checking for PTHREAD_PRIO_INHERIT... yes
  3084. checking whether we are using the Microsoft C compiler... no
  3085. checking CL/cl.h usability... no
  3086. checking CL/cl.h presence... no
  3087. checking for CL/cl.h... no
  3088. checking OpenCL/cl.h usability... yes
  3089. checking OpenCL/cl.h presence... yes
  3090. checking for OpenCL/cl.h... yes
  3091. checking windows.h usability... no
  3092. checking windows.h presence... no
  3093. checking for windows.h... no
  3094. checking for OpenCL library... -Wl,-framework,OpenCL
  3095. checking additional paths for CUDA... none
  3096. checking for nvcc... no
  3097. checking OS.h usability... no
  3098. checking OS.h presence... no
  3099. checking for OS.h... no
  3100. checking arpa/inet.h usability... yes
  3101. checking arpa/inet.h presence... yes
  3102. checking for arpa/inet.h... yes
  3103. checking crypt.h usability... no
  3104. checking crypt.h presence... no
  3105. checking for crypt.h... no
  3106. checking fcntl.h usability... yes
  3107. checking fcntl.h presence... yes
  3108. checking for fcntl.h... yes
  3109. checking limits.h usability... yes
  3110. checking limits.h presence... yes
  3111. checking for limits.h... yes
  3112. checking locale.h usability... yes
  3113. checking locale.h presence... yes
  3114. checking for locale.h... yes
  3115. checking net/ethernet.h usability... yes
  3116. checking net/ethernet.h presence... yes
  3117. checking for net/ethernet.h... yes
  3118. checking netdb.h usability... yes
  3119. checking netdb.h presence... yes
  3120. checking for netdb.h... yes
  3121. checking netinet/in.h usability... yes
  3122. checking netinet/in.h presence... yes
  3123. checking for netinet/in.h... yes
  3124. checking netinet/in_systm.h usability... yes
  3125. checking netinet/in_systm.h presence... yes
  3126. checking for netinet/in_systm.h... yes
  3127. checking stddef.h usability... yes
  3128. checking stddef.h presence... yes
  3129. checking for stddef.h... yes
  3130. checking for stdint.h... (cached) yes
  3131. checking for stdlib.h... (cached) yes
  3132. checking for string.h... (cached) yes
  3133. checking for strings.h... (cached) yes
  3134. checking sys/ethernet.h usability... no
  3135. checking sys/ethernet.h presence... no
  3136. checking for sys/ethernet.h... no
  3137. checking sys/file.h usability... yes
  3138. checking sys/file.h presence... yes
  3139. checking for sys/file.h... yes
  3140. checking sys/param.h usability... yes
  3141. checking sys/param.h presence... yes
  3142. checking for sys/param.h... yes
  3143. checking sys/socket.h usability... yes
  3144. checking sys/socket.h presence... yes
  3145. checking for sys/socket.h... yes
  3146. checking sys/time.h usability... yes
  3147. checking sys/time.h presence... yes
  3148. checking for sys/time.h... yes
  3149. checking sys/timeb.h usability... yes
  3150. checking sys/timeb.h presence... yes
  3151. checking for sys/timeb.h... yes
  3152. checking sys/times.h usability... yes
  3153. checking sys/times.h presence... yes
  3154. checking for sys/times.h... yes
  3155. checking for sys/types.h... (cached) yes
  3156. checking termios.h usability... yes
  3157. checking termios.h presence... yes
  3158. checking for termios.h... yes
  3159. checking for unistd.h... (cached) yes
  3160. checking unixlib/local.h usability... no
  3161. checking unixlib/local.h presence... no
  3162. checking for unixlib/local.h... no
  3163. checking wchar.h usability... yes
  3164. checking wchar.h presence... yes
  3165. checking for wchar.h... yes
  3166. checking for windows.h... (cached) no
  3167. checking for net/if.h... yes
  3168. checking for net/if_arp.h... yes
  3169. checking for netinet/if_ether.h... yes
  3170. checking for netinet/ip.h... yes
  3171. checking for stdbool.h that conforms to C99... yes
  3172. checking for _Bool... yes
  3173. checking for inline... inline
  3174. checking for int32_t... yes
  3175. checking for int64_t... yes
  3176. checking for off_t... yes
  3177. checking for size_t... yes
  3178. checking for ssize_t... yes
  3179. checking for uint16_t... yes
  3180. checking for uint32_t... yes
  3181. checking for uint64_t... yes
  3182. checking for uint8_t... yes
  3183. checking for ptrdiff_t... yes
  3184. checking for error_at_line... no
  3185. checking for stdlib.h... (cached) yes
  3186. checking for unistd.h... (cached) yes
  3187. checking for sys/param.h... (cached) yes
  3188. checking for getpagesize... yes
  3189. checking for working mmap... yes
  3190. checking for pid_t... yes
  3191. checking vfork.h usability... no
  3192. checking vfork.h presence... no
  3193. checking for vfork.h... no
  3194. checking for fork... yes
  3195. checking for vfork... yes
  3196. checking for working fork... yes
  3197. checking for working vfork... (cached) yes
  3198. checking for fseek64... no
  3199. checking for fseeko... yes
  3200. checking for fseeko64... no
  3201. checking for _fseeki64... no
  3202. checking for lseek64... no
  3203. checking for lseek... yes
  3204. checking for ftell64... no
  3205. checking for ftello... yes
  3206. checking for ftello64... no
  3207. checking for _ftelli64... no
  3208. checking for fopen64... no
  3209. checking for _fopen64... no
  3210. checking for memmem... yes
  3211. checking for sleep... yes
  3212. checking for atexit... yes
  3213. checking for endpwent... yes
  3214. checking for floor... yes
  3215. checking for ftruncate... yes
  3216. checking for gethostbyname... yes
  3217. checking for gettimeofday... yes
  3218. checking for inet_ntoa... yes
  3219. checking for isascii... yes
  3220. checking for mkdir... yes
  3221. checking for rmdir... yes
  3222. checking for setenv... yes
  3223. checking for putenv... yes
  3224. checking for strcasecmp... yes
  3225. checking for strncasecmp... yes
  3226. checking for stricmp... no
  3227. checking for strcmpi... no
  3228. checking for _stricmp... no
  3229. checking for _strcmpi... no
  3230. checking for strnicmp... no
  3231. checking for strncmpi... no
  3232. checking for _strnicmp... no
  3233. checking for _strncmpi... no
  3234. checking for strrchr... yes
  3235. checking for strcspn... yes
  3236. checking for strspn... yes
  3237. checking for strtol... yes
  3238. checking for strtoul... yes
  3239. checking for strlwr... no
  3240. checking for strupr... no
  3241. checking for bzero... yes
  3242. checking for atoll... yes
  3243. checking for _atoi64... no
  3244. checking for snprintf... yes
  3245. checking for sprintf_s... no
  3246. checking for yasm that supports "--prefix=_ -f macho64"...
  3247. checking for OS-specific feature macros needed... none
  3248. checking size of size_t... 8
  3249. checking size of off_t... 8
  3250. configure: creating ./john_build_rule.h
  3251. configure: creating ./config.status
  3252. config.status: creating Makefile
  3253. config.status: creating aes/Makefile
  3254. config.status: creating aes/aesni/Makefile
  3255. config.status: creating aes/openssl/Makefile
  3256. config.status: creating escrypt/Makefile
  3257. config.status: creating autoconfig.h
  3258. config.status: linking x86-64.h to arch.h
  3259. config.status: executing default commands
  3260. configure: creating ./fmt_externs.h
  3261. configure: creating ./fmt_registers.h
  3262. checking for john.local.conf... not found
  3263. configure: creating ../run/john.local.conf (with skeleton sections)
  3264. configure: WARNING: **************************************************
  3265. configure: WARNING: * System's 'as' can't assemble AVX instructions. *
  3266. configure: WARNING: * Fixing this may yield better performance.      *
  3267. configure: WARNING: * See last section of doc/INSTALL                *
  3268. configure: WARNING: **************************************************
  3269.  
  3270. Configured for building John the Ripper 1.8.0-jumbo-1:
  3271.  
  3272. Target CPU .................................. x86_64 SSE4.1, 64-bit LE
  3273. AES-NI support .............................. depends on OpenSSL
  3274. Target OS ................................... darwin17.2.0
  3275. Cross compiling ............................. no
  3276. Legacy arch header .......................... x86-64.h
  3277. OpenMPI support (default disabled) .......... no
  3278. Fork support ................................ yes
  3279. OpenMP support .............................. no
  3280. OpenCL support .............................. yes
  3281. CUDA support ................................ no
  3282. Generic crypt(3) format ..................... yes
  3283.  
  3284. Optional libraries found:
  3285. Rexgen (extra cracking mode) ................ no
  3286. GMP (performance for SRP formats) ........... no
  3287. PCAP (vncpcap2john and SIPdump) ............. yes
  3288. BZ2 (gpg2john extra decompression logic) .... yes
  3289.  
  3290. Development options (these may hurt performance when enabled):
  3291. Memdbg memory debugging settings ............ disabled
  3292. AddressSanitizer ("ASAN") ................... disabled
  3293.  
  3294. Install missing libraries to get any needed features that were omitted.
  3295.  
  3296. Configure finished.  Now 'make clean && make -s' to compile.
  3297.  
  3298.  
  3299.  
  3300.  
  3301.  
  3302.  
  3303.  
  3304.  
  3305.  
  3306.  
  3307. SixMillionKilaTons:src osx$ make clean
  3308. rm -f ../run/john ../run/unshadow ../run/unafs ../run/unique ../run/undrop ../run/ssh2john ../run/rar2john ../run/zip2john ../run/genmkvpwd ../run/mkvcalcproba ../run/calc_stat ../run/tgtsnarf ../run/racf2john ../run/hccap2john ../run/pwsafe2john ../run/raw2dyna ../run/keepass2john ../run/pfx2john ../run/keychain2john ../run/keyring2john ../run/kwallet2john ../run/dmg2john ../run/putty2john ../run/uaf2john ../run/truecrypt_volume2john ../run/keystore2john ../run/wpapcap2john ../run/gpg2john ../run/cprepair ../run/luks2john ../run/base64conv ../run/SIPdump ../run/vncpcap2john
  3309. rm -f john-macosx-* *.o escrypt/*.o *.bak core
  3310. rm -f ../run/kernels/*.cl ../run/kernels/*.h ../run/kernels/*.bin
  3311. rm -f detect bench para-bench generic.h tmp.s
  3312. rm -f cuda/*.o cuda/*~ *~
  3313. cp /dev/null Makefile.dep
  3314. /usr/bin/find . -name \*.a -exec rm {} \;
  3315. /usr/bin/find . -name \*.o -exec rm {} \;
  3316. /bin/rm -f tests crypto_scrypt-best.o crypto_scrypt-common.o sha256.o tests.o crypto_scrypt-*.o
  3317. SixMillionKilaTons:src osx$
  3318.  
  3319.  
  3320.  
  3321.  
  3322.  
  3323.  
  3324.  
  3325.  
  3326.  
  3327.  
  3328. SixMillionKilaTons:src osx$ make -s
  3329. dynamic_fmt.c:7737:39: warning: address of array 'pPriv->dynamic_WHICH_TYPE_SIG'
  3330.      will always evaluate to 'true' [-Wpointer-bool-conversion]
  3331.        if (!ciphertext || !pPriv || !pPriv->dynamic_WHICH_TYPE_SIG) return 0;
  3332.                                     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
  3333. 1 warning generated.
  3334. PO_fmt_plug.c:196:31: warning: implicit conversion from 'int' to 'char' changes
  3335.      value from 247 to -9 [-Wconstant-conversion]
  3336.        po_buf[saved_key_len + 33] = 247;
  3337.                                   ~ ^~~
  3338. 1 warning generated.
  3339.  
  3340. gpg2john.c:470:1: warning: variable 'SYM_ALGS' is not needed and will not be
  3341.      emitted [-Wunneeded-internal-declaration]
  3342. SYM_ALGS[] = {
  3343. ^
  3344. gpg2john.c:1057:1: warning: variable 'TAG' is not needed and will not be emitted
  3345.      [-Wunneeded-internal-declaration]
  3346. TAG[] = {
  3347. ^
  3348. gpg2john.c:1266:1: warning: variable 'SIGSUB' is not needed and will not be
  3349.      emitted [-Wunneeded-internal-declaration]
  3350. SIGSUB[] = {
  3351. ^
  3352. 3 warnings generated.
  3353. ar: creating archive aes.a
  3354. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  3355. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  3356.  
  3357. Make process completed.
  3358. SixMillionKilaTons:src osx$
  3359. SixMillionKilaTons:src osx$
  3360.  
  3361.  
  3362.  
  3363.  
  3364.  
  3365.  
  3366.  
  3367.  
  3368.  
  3369.  
  3370.  
  3371. SixMillionKilaTons:~ osx$ cd /
  3372. SixMillionKilaTons:/ osx$ cd Applications
  3373. SixMillionKilaTons:Applications osx$ cd john
  3374. SixMillionKilaTons:john osx$ cd run
  3375. SixMillionKilaTons:run osx$ ./john --test
  3376. Benchmarking: descrypt, traditional crypt(3) [DES 128/128 SSE2-16]... DONE
  3377. Many salts: 2432K c/s real, 2432K c/s virtual
  3378. Only one salt:  2177K c/s real, 2177K c/s virtual
  3379.  
  3380. Benchmarking: bsdicrypt, BSDI crypt(3) ("_J9..", 725 iterations) [DES 128/128 SSE2-16]... DONE
  3381. Many salts: 79232 c/s real, 79232 c/s virtual
  3382. Only one salt:  77180 c/s real, 77180 c/s virtual
  3383.  
  3384. Benchmarking: md5crypt, crypt(3) $1$ [MD5 128/128 SSE4.1 20x]... DONE
  3385. Raw:    17540 c/s real, 17540 c/s virtual
  3386.  
  3387. Benchmarking: bcrypt ("$2a$05", 32 iterations) [Blowfish 32/64 X3]... DONE
  3388. Raw:    705 c/s real, 705 c/s virtual
  3389.  
  3390. Benchmarking: scrypt (16384, 8, 1) [Salsa20/8 128/128 SSE2]... DONE
  3391. Raw:    20.0 c/s real, 19.8 c/s virtual
  3392.  
  3393. Benchmarking: LM [DES 128/128 SSE2-16]... DONE
  3394. Raw:    17442K c/s real, 17442K c/s virtual
  3395.  
  3396. Benchmarking: AFS, Kerberos AFS [DES 48/64 4K]... DONE
  3397. Short:  303651 c/s real, 303651 c/s virtual
  3398. Long:   764928 c/s real, 780538 c/s virtual
  3399.  
  3400. Benchmarking: tripcode [DES 128/128 SSE2-16]... DONE
  3401. Raw:    1949K c/s real, 2009K c/s virtual
  3402.  
  3403. Benchmarking: dummy [N/A]... DONE
  3404. Raw:    14408K c/s real, 14702K c/s virtual
  3405.  
  3406. Benchmarking: dynamic_0 [md5($p) (raw-md5) 128/128 SSE4.1 6x4x5]... DONE
  3407. Raw:    9337K c/s real, 9829K c/s virtual
  3408.  
  3409. Benchmarking: dynamic_1 [md5($p.$s) (joomla) 128/128 SSE4.1 6x4x5]... DONE
  3410. Many salts: 8777K c/s real, 9139K c/s virtual
  3411. Only one salt:  6185K c/s real, 6311K c/s virtual
  3412.  
  3413. Benchmarking: dynamic_2 [md5(md5($p)) (e107) 128/128 SSE4.1 6x4x5]... DONE
  3414. Raw:    5469K c/s real, 5638K c/s virtual
  3415.  
  3416. Benchmarking: dynamic_3 [md5(md5(md5($p))) 128/128 SSE4.1 6x4x5]... DONE
  3417. Raw:    3872K c/s real, 3911K c/s virtual
  3418.  
  3419. Benchmarking: dynamic_4 [md5($s.$p) (OSC) 128/128 SSE4.1 6x4x5]... DONE
  3420. Many salts: 10133K c/s real, 10340K c/s virtual
  3421. Only one salt:  6631K c/s real, 6698K c/s virtual
  3422.  
  3423. Benchmarking: dynamic_5 [md5($s.$p.$s) 128/128 SSE4.1 6x4x5]... DONE
  3424. Many salts: 8363K c/s real, 8532K c/s virtual
  3425. Only one salt:  5606K c/s real, 5779K c/s virtual
  3426.  
  3427. Benchmarking: dynamic_6 [md5(md5($p).$s) 128/128 SSE4.1 6x4x5]... DONE
  3428. Many salts: 12775K c/s real, 13170K c/s virtual
  3429. Only one salt:  4215K c/s real, 4300K c/s virtual
  3430.  
  3431. Benchmarking: dynamic_8 [md5(md5($s).$p) 128/128 SSE4.1 6x4x5]... DONE
  3432. Many salts: 10028K c/s real, 10232K c/s virtual
  3433. Only one salt:  6602K c/s real, 6668K c/s virtual
  3434.  
  3435. Benchmarking: dynamic_9 [md5($s.md5($p)) 128/128 SSE4.1 6x4x5]... DONE
  3436. Many salts: 9656K c/s real, 9955K c/s virtual
  3437. Only one salt:  3841K c/s real, 3880K c/s virtual
  3438.  
  3439. Benchmarking: dynamic_10 [md5($s.md5($s.$p)) 128/128 SSE4.1 6x4x5]... DONE
  3440. Many salts: 4792K c/s real, 4940K c/s virtual
  3441. Only one salt:  3865K c/s real, 3943K c/s virtual
  3442.  
  3443. Benchmarking: dynamic_11 [md5($s.md5($p.$s)) 128/128 SSE4.1 6x4x5]... DONE
  3444. Many salts: 4762K c/s real, 4859K c/s virtual
  3445. Only one salt:  3838K c/s real, 3916K c/s virtual
  3446.  
  3447. Benchmarking: dynamic_12 [md5(md5($s).md5($p)) (IPB) 128/128 SSE4.1 6x4x5]... DONE
  3448. Many salts: 6296K c/s real, 6359K c/s virtual
  3449. Only one salt:  2265K c/s real, 2334K c/s virtual
  3450.  
  3451. Benchmarking: dynamic_13 [md5(md5($p).md5($s)) 128/128 SSE4.1 6x4x5]... DONE
  3452. Many salts: 6419K c/s real, 6616K c/s virtual
  3453. Only one salt:  2292K c/s real, 2292K c/s virtual
  3454.  
  3455. Benchmarking: dynamic_14 [md5($s.md5($p).$s) 128/128 SSE4.1 6x4x5]... DONE
  3456. Many salts: 8224K c/s real, 8391K c/s virtual
  3457. Only one salt:  3871K c/s real, 3950K c/s virtual
  3458.  
  3459. Benchmarking: dynamic_15 [md5($u.md5($p).$s) 128/128 SSE4.1 6x4x5]... DONE
  3460. Many salts: 8676K c/s real, 8854K c/s virtual
  3461. Only one salt:  1814K c/s real, 2791K c/s virtual
  3462.  
  3463. Benchmarking: dynamic_16 [md5(md5(md5($p).$s).$s2) 128/128 SSE4.1 6x4x5]... DONE
  3464. Many salts: 465000 c/s real, 1500K c/s virtual
  3465. Only one salt:  1114K c/s real, 1311K c/s virtual
  3466.  
  3467. Benchmarking: dynamic_17 [phpass ($P$ or $H$) 32/64 1x2  (MD5_body)]... DONE
  3468. Raw:    654 c/s real, 660 c/s virtual
  3469.  
  3470. Benchmarking: dynamic_18 [md5($s.Y.$p.0xF7.$s) (Post.Office MD5) 32/64 64x2 (MD5_body)]... DONE
  3471. Many salts: 312192 c/s real, 321847 c/s virtual
  3472. Only one salt:  312320 c/s real, 318693 c/s virtual
  3473.  
  3474. Benchmarking: dynamic_19 [Cisco PIX (MD5) 128/128 SSE4.1 6x4x5]... DONE
  3475. Raw:    5292K c/s real, 5454K c/s virtual
  3476.  
  3477. Benchmarking: dynamic_20 [Cisco ASA (MD5 salted) 128/128 SSE4.1 6x4x5]... DONE
  3478. Many salts: 6745K c/s real, 6813K c/s virtual
  3479. Only one salt:  4165K c/s real, 4165K c/s virtual
  3480.  
  3481. Benchmarking: dynamic_21 [HTTP Digest Access Auth 128/128 SSE4.1 6x4x5]... DONE
  3482. Many salts: 205440 c/s real, 207515 c/s virtual
  3483. Only one salt:  206040 c/s real, 206040 c/s virtual
  3484.  
  3485. Benchmarking: dynamic_22 [md5(sha1($p)) 128/128 SSE4.1 6x4x2]... DONE
  3486. Raw:    1891K c/s real, 1929K c/s virtual
  3487.  
  3488. Benchmarking: dynamic_23 [sha1(md5($p)) 128/128 SSE4.1 6x4x2]... DONE
  3489. Raw:    1896K c/s real, 2107K c/s virtual
  3490.  
  3491. Benchmarking: dynamic_24 [sha1($p.$s) 128/128 SSE4.1 6x4x2]... DONE
  3492. Many salts: 3748K c/s real, 4254K c/s virtual
  3493. Only one salt:  2151K c/s real, 2473K c/s virtual
  3494.  
  3495. Benchmarking: dynamic_25 [sha1($s.$p) 128/128 SSE4.1 6x4x2]... DONE
  3496. Many salts: 2997K c/s real, 3526K c/s virtual
  3497. Only one salt:  1899K c/s real, 2374K c/s virtual
  3498.  
  3499. Benchmarking: dynamic_26 [sha1($p) raw-sha1 128/128 SSE4.1 6x4x2]... DONE
  3500. Raw:    2151K c/s real, 2623K c/s virtual
  3501.  
  3502. Benchmarking: dynamic_29 [md5(unicode($p)) 128/128 SSE4.1 6x4x5]... DONE
  3503. Raw:    2070K c/s real, 2958K c/s virtual
  3504.  
  3505. Benchmarking: dynamic_30 [md4($p) (raw-md4) 128/128 SSE4.1 6x4x4]... DONE
  3506. Raw:    3404K c/s real, 4365K c/s virtual
  3507.  
  3508. Benchmarking: dynamic_31 [md4($s.$p) 128/128 SSE4.1 6x4x4]... DONE
  3509. Many salts: 3523K c/s real, 5105K c/s virtual
  3510. Only one salt:  2591K c/s real, 3355K c/s virtual
  3511.  
  3512. Benchmarking: dynamic_32 [md4($p.$s) 128/128 SSE4.1 6x4x4]... DONE
  3513. Many salts: 9292K c/s real, 9576K c/s virtual
  3514. Only one salt:  6895K c/s real, 7109K c/s virtual
  3515.  
  3516. Benchmarking: dynamic_33 [md4(unicode($p)) 128/128 SSE4.1 6x4x4]... DONE
  3517. Raw:    7964K c/s real, 8384K c/s virtual
  3518.  
  3519. Benchmarking: dynamic_34 [md5(md4($p)) 128/128 SSE4.1 6x4x4]... DONE
  3520. Raw:    4529K c/s real, 4716K c/s virtual
  3521.  
  3522. Benchmarking: dynamic_35 [sha1(uc($u).:.$p) (ManGOS) 128/128 SSE4.1 6x4x2]... DONE
  3523. Many salts: 6212K c/s real, 6339K c/s virtual
  3524. Only one salt:  4757K c/s real, 4854K c/s virtual
  3525.  
  3526. Benchmarking: dynamic_36 [sha1($u.:.$p) (ManGOS2) 128/128 SSE4.1 6x4x2]... DONE
  3527. Many salts: 6315K c/s real, 6718K c/s virtual
  3528. Only one salt:  4943K c/s real, 5044K c/s virtual
  3529.  
  3530. Benchmarking: dynamic_37 [sha1(lc($u).$p) (SMF) 128/128 SSE4.1 6x4x2]... DONE
  3531. Many salts: 6770K c/s real, 6980K c/s virtual
  3532. Only one salt:  4996K c/s real, 5204K c/s virtual
  3533.  
  3534. Benchmarking: dynamic_38 [sha1($s.sha1($s.sha1($p))) (Wolt3BB) 128/128 SSE4.1 6x4x2]... DONE
  3535. Many salts: 1143K c/s real, 1216K c/s virtual
  3536. Only one salt:  1179K c/s real, 1241K c/s virtual
  3537.  
  3538. Benchmarking: dynamic_39 [md5($s.pad16($p)) (net-md5) 128/128 SSE4.1 6x4x5]...DONE
  3539. Many salts: 4165K c/s real, 4385K c/s virtual
  3540. Only one salt:  3038K c/s real, 3131K c/s virtual
  3541.  
  3542. Benchmarking: dynamic_40 [sha1($s.pad20($p)) (net-sha1) 128/128 SSE4.1 6x4x2]... DONE
  3543. Many salts: 5058K c/s real, 5380K c/s virtual
  3544. Only one salt:  4254K c/s real, 4297K c/s virtual
  3545.  
  3546. Benchmarking: dynamic_50 [sha224($p) 128/128 SSE4.1 4x]... DONE
  3547. Raw:    3666K c/s real, 3704K c/s virtual
  3548.  
  3549. Benchmarking: dynamic_51 [sha224($s.$p) 128/128 SSE4.1 4x]... DONE
  3550. Many salts: 3687K c/s real, 3881K c/s virtual
  3551. Only one salt:  3227K c/s real, 3259K c/s virtual
  3552.  
  3553. Benchmarking: dynamic_52 [sha224($p.$s) 128/128 SSE4.1 4x]... DONE
  3554. Many salts: 3823K c/s real, 3942K c/s virtual
  3555. Only one salt:  3076K c/s real, 3308K c/s virtual
  3556.  
  3557. Benchmarking: dynamic_53 [sha224(sha224($p)) 128/128 SSE4.1 4x]... DONE
  3558. Raw:    1313K c/s real, 1367K c/s virtual
  3559.  
  3560. Benchmarking: dynamic_54 [sha224(sha224_raw($p)) 128/128 SSE4.1 4x]... DONE
  3561. Raw:    1869K c/s real, 1988K c/s virtual
  3562.  
  3563. Benchmarking: dynamic_55 [sha224(sha224($p).$s) 128/128 SSE4.1 4x]... DONE
  3564. Many salts: 1337K c/s real, 1468K c/s virtual
  3565. Only one salt:  1364K c/s real, 1406K c/s virtual
  3566.  
  3567. Benchmarking: dynamic_56 [sha224($s.sha224($p)) 128/128 SSE4.1 4x]... DONE
  3568. Many salts: 1472K c/s real, 1501K c/s virtual
  3569. Only one salt:  1405K c/s real, 1405K c/s virtual
  3570.  
  3571. Benchmarking: dynamic_57 [sha224(sha224($s).sha224($p)) 128/128 SSE4.1 4x]... DONE
  3572. Many salts: 1067K c/s real, 1057K c/s virtual
  3573. Only one salt:  985900 c/s real, 1005K c/s virtual
  3574.  
  3575. Benchmarking: dynamic_58 [sha224(sha224($p).sha224($p)) 128/128 SSE4.1 4x]... DONE
  3576. Raw:    1353K c/s real, 1339K c/s virtual
  3577.  
  3578. Benchmarking: dynamic_60 [sha256($p) 128/128 SSE4.1 4x]... DONE
  3579. Raw:    3791K c/s real, 3830K c/s virtual
  3580.  
  3581. Benchmarking: dynamic_61 [sha256($s.$p) 128/128 SSE4.1 4x]... DONE
  3582. Many salts: 3985K c/s real, 4026K c/s virtual
  3583. Only one salt:  3197K c/s real, 3331K c/s virtual
  3584.  
  3585. Benchmarking: dynamic_62 [sha256($p.$s) 128/128 SSE4.1 4x]... DONE
  3586. Many salts: 3950K c/s real, 3989K c/s virtual
  3587. Only one salt:  3423K c/s real, 3423K c/s virtual
  3588.  
  3589. Benchmarking: dynamic_63 [sha256(sha256($p)) 128/128 SSE4.1 4x]... DONE
  3590. Raw:    1381K c/s real, 1409K c/s virtual
  3591.  
  3592. Benchmarking: dynamic_64 [sha256(sha256_raw($p)) 128/128 SSE4.1 4x]... DONE
  3593. Raw:    1999K c/s real, 2019K c/s virtual
  3594.  
  3595. Benchmarking: dynamic_65 [sha256(sha256($p).$s) 128/128 SSE4.1 4x]... DONE
  3596. Many salts: 1420K c/s real, 1464K c/s virtual
  3597. Only one salt:  1370K c/s real, 1370K c/s virtual
  3598.  
  3599. Benchmarking: dynamic_66 [sha256($s.sha256($p)) 128/128 SSE4.1 4x]... DONE
  3600. Many salts: 1415K c/s real, 1490K c/s virtual
  3601. Only one salt:  1370K c/s real, 1370K c/s virtual
  3602.  
  3603. Benchmarking: dynamic_67 [sha256(sha256($s).sha256($p)) 128/128 SSE4.1 4x]... DONE
  3604. Many salts: 804840 c/s real, 856212 c/s virtual
  3605. Only one salt:  775560 c/s real, 791387 c/s virtual
  3606.  
  3607. Benchmarking: dynamic_68 [sha256(sha256($p).sha256($p)) 128/128 SSE4.1 4x]... DONE
  3608. Raw:    980160 c/s real, 1053K c/s virtual
  3609.  
  3610. Benchmarking: dynamic_70 [sha384($p) 64/64 128x1 sha2-OpenSSL]... DONE
  3611. Raw:    428160 c/s real, 450694 c/s virtual
  3612.  
  3613. Benchmarking: dynamic_71 [sha384($s.$p) 64/64 128x1 sha2-OpenSSL]... DONE
  3614. Many salts: 446208 c/s real, 455314 c/s virtual
  3615. Only one salt:  431398 c/s real, 453866 c/s virtual
  3616.  
  3617. Benchmarking: dynamic_72 [sha384($p.$s) 64/64 128x1 sha2-OpenSSL]... DONE
  3618. Many salts: 443648 c/s real, 457369 c/s virtual
  3619. Only one salt:  430257 c/s real, 438949 c/s virtual
  3620.  
  3621. Benchmarking: dynamic_73 [sha384(sha384($p)) 64/64 128x1 sha2-OpenSSL]... DONE
  3622. Raw:    206720 c/s real, 229688 c/s virtual
  3623.  
  3624. Benchmarking: dynamic_74 [sha384(sha384_raw($p)) 64/64 128x1 sha2-OpenSSL]... DONE
  3625. Raw:    220514 c/s real, 227265 c/s virtual
  3626.  
  3627. Benchmarking: dynamic_75 [sha384(sha384($p).$s) 64/64 128x1 sha2-OpenSSL]... ^Z
  3628. [1]+  Stopped                 ./john --test
  3629. SixMillionKilaTons:run osx$
  3630.  
  3631.  
  3632.  
  3633.  
  3634.  
  3635. SixMillionKilaTons:run osx$ nmap --script intrusive stackoverflow.com
  3636.  
  3637. Starting Nmap 7.60 ( https://nmap.org ) at 2017-11-24 19:15 EST
  3638.  
  3639. v
  3640.  
  3641. Verbosity Increased to 1.
  3642. Completed NSE at 19:15, 10.23s elapsed
  3643. Initiating NSE at 19:15
  3644. Completed NSE at 19:15, 0.00s elapsed
  3645. Initiating Ping Scan at 19:15
  3646. Scanning stackoverflow.com (151.101.65.69) [2 ports]
  3647. Completed Ping Scan at 19:15, 0.06s elapsed (1 total hosts)
  3648. Initiating Parallel DNS resolution of 1 host. at 19:15
  3649. Completed Parallel DNS resolution of 1 host. at 19:15, 0.07s elapsed
  3650. Initiating Connect Scan at 19:15
  3651. Scanning stackoverflow.com (151.101.65.69) [1000 ports]
  3652. Discovered open port 80/tcp on 151.101.65.69
  3653. Discovered open port 443/tcp on 151.101.65.69
  3654. Increasing send delay for 151.101.65.69 from 0 to 5 due to 26 out of 85 dropped probes since last increase.
  3655. Increasing send delay for 151.101.65.69 from 5 to 10 due to max_successful_tryno increase to 4
  3656. Increasing send delay for 151.101.65.69 from 10 to 20 due to max_successful_tryno increase to 5
  3657.  
  3658. V
  3659.  
  3660. Verbosity Decreased to 0.
  3661. Stats: 0:01:01 elapsed; 0 hosts completed (1 up), 1 undergoing Connect Scan
  3662. Connect Scan Timing: About 99.99% done; ETC: 19:16 (0:00:00 remaining)
  3663.  
  3664. d
  3665.  
  3666. Debugging Increased to 1.
  3667. Overall sending rates: 42.84 packets / s.
  3668. NSE: Script scanning 151.101.65.69.
  3669. NSE: Starting runlevel 1 (of 2) scan.
  3670. NSE: Starting http-feed against stackoverflow.com (151.101.65.69:80).
  3671. NSE: Starting http-csrf against stackoverflow.com (151.101.65.69:80).
  3672. NSE: Starting http-iis-short-name-brute against stackoverflow.com (151.101.65.69:443).
  3673. NSE: Starting http-devframework against stackoverflow.com (151.101.65.69:80).
  3674. NSE: [http-devframework 151.101.65.69:80] Loading fingerprints: /usr/local/bin/../share/nmap/nselib/data/http-devframework-fingerprints.lua
  3675. NSE: Starting http-unsafe-output-escaping against stackoverflow.com (151.101.65.69:443).
  3676. NSE: Starting http-iis-short-name-brute against stackoverflow.com (151.101.65.69:80).
  3677. NSE: Starting http-vuln-cve2012-1823 against stackoverflow.com (151.101.65.69:80).
  3678. NSE: Starting http-sitemap-generator against stackoverflow.com (151.101.65.69:80).
  3679. NSE: Starting citrix-brute-xml against stackoverflow.com (151.101.65.69:80).
  3680. NSE: Finished citrix-brute-xml against stackoverflow.com (151.101.65.69:80).
  3681. NSE: Starting http-form-fuzzer against stackoverflow.com (151.101.65.69:80).
  3682. NSE: Starting http-chrono against stackoverflow.com (151.101.65.69:80).
  3683. NSE: Starting http-vuln-cve2009-3960 against stackoverflow.com (151.101.65.69:443).
  3684. NSE: Starting http-passwd against stackoverflow.com (151.101.65.69:80).
  3685. NSE: Starting http-vuln-cve2012-1823 against stackoverflow.com (151.101.65.69:443).
  3686. NSE: Starting http-config-backup against stackoverflow.com (151.101.65.69:80).
  3687. NSE: Starting http-userdir-enum against stackoverflow.com (151.101.65.69:443).
  3688. NSE: [http-userdir-enum 151.101.65.69:443] Testing 10 usernames.
  3689. NSE: Starting http-stored-xss against stackoverflow.com (151.101.65.69:443).
  3690. NSE: Starting http-vuln-cve2013-7091 against stackoverflow.com (151.101.65.69:443).
  3691. NSE: [http-vuln-cve2013-7091 151.101.65.69:443] Trying to detect if the server is vulnerable
  3692. NSE: [http-vuln-cve2013-7091 151.101.65.69:443] GET /zimbra/res/I18nMsg,AjxMsg,ZMsg,ZmMsg,AjxKeys,ZmKeys,ZdMsg,Ajx%20TemplateMsg.js.zgz?v=091214175450&skin=../../../../../../../../../dev/null%00
  3693. NSE: [http-vuln-cve2013-7091 151.101.65.69:443] GET /zimbra/res/I18nMsg,AjxMsg,ZMsg,ZmMsg,AjxKeys,ZmKeys,ZdMsg,Ajx%20TemplateMsg.js.zgz?v=091214175450&skin=../../../../../../../../../etc/passwd%00
  3694. NSE: Starting http-exif-spider against stackoverflow.com (151.101.65.69:443).
  3695. NSE: Starting http-majordomo2-dir-traversal against stackoverflow.com (151.101.65.69:443).
  3696. NSE: [http-majordomo2-dir-traversal 151.101.65.69:443] HTTP GET stackoverflow.com/cgi-bin/mj_wwwusr?passw=&list=GLOBAL&user=&func=help&extra=/../../../../../../../../etc/passwd
  3697. NSE: Starting http-drupal-enum against stackoverflow.com (151.101.65.69:80).
  3698. NSE: Starting http-slowloris against stackoverflow.com (151.101.65.69:443).
  3699. NSE: Starting http-axis2-dir-traversal against stackoverflow.com (151.101.65.69:80).
  3700. NSE: Starting http-drupal-enum-users against stackoverflow.com (151.101.65.69:80).
  3701. NSE: [http-drupal-enum-users 151.101.65.69:80] Total number of pipelined requests: 38
  3702. NSE: Starting http-vhosts against stackoverflow.com (151.101.65.69:80).
  3703. NSE: Starting http-iis-webdav-vuln against stackoverflow.com (151.101.65.69:443).
  3704. NSE: Starting http-devframework against stackoverflow.com (151.101.65.69:443).
  3705. NSE: [http-devframework 151.101.65.69:443] Loading fingerprints: /usr/local/bin/../share/nmap/nselib/data/http-devframework-fingerprints.lua
  3706. NSE: Starting http-default-accounts against stackoverflow.com (151.101.65.69:80).
  3707. NSE: Starting http-feed against stackoverflow.com (151.101.65.69:443).
  3708. NSE: Starting http-userdir-enum against stackoverflow.com (151.101.65.69:80).
  3709. NSE: Starting http-joomla-brute against stackoverflow.com (151.101.65.69:80).
  3710. NSE: Starting http-errors against stackoverflow.com (151.101.65.69:80).
  3711. NSE: Starting http-dombased-xss against stackoverflow.com (151.101.65.69:443).
  3712. NSE: Starting http-awstatstotals-exec against stackoverflow.com (151.101.65.69:80).
  3713. NSE: Starting dns-brute against stackoverflow.com (151.101.65.69).
  3714. NSE: [dns-brute 151.101.65.69] Starting dns-brute at: stackoverflow.com
  3715. NSE: [dns-brute 151.101.65.69] THREADS: 5
  3716. NSE: Starting http-iis-webdav-vuln against stackoverflow.com (151.101.65.69:80).
  3717. NSE: Starting http-slowloris against stackoverflow.com (151.101.65.69:80).
  3718. NSE: Starting http-brute against stackoverflow.com (151.101.65.69:80).
  3719. NSE: Starting http-vuln-cve2013-7091 against stackoverflow.com (151.101.65.69:80).
  3720. NSE: [http-vuln-cve2013-7091 151.101.65.69:80] Trying to detect if the server is vulnerable
  3721. NSE: [http-vuln-cve2013-7091 151.101.65.69:80] GET /zimbra/res/I18nMsg,AjxMsg,ZMsg,ZmMsg,AjxKeys,ZmKeys,ZdMsg,Ajx%20TemplateMsg.js.zgz?v=091214175450&skin=../../../../../../../../../dev/null%00
  3722. NSE: [http-vuln-cve2013-7091 151.101.65.69:80] GET /zimbra/res/I18nMsg,AjxMsg,ZMsg,ZmMsg,AjxKeys,ZmKeys,ZdMsg,Ajx%20TemplateMsg.js.zgz?v=091214175450&skin=../../../../../../../../../etc/passwd%00
  3723. NSE: Starting http-passwd against stackoverflow.com (151.101.65.69:443).
  3724. NSE: Starting http-brute against stackoverflow.com (151.101.65.69:443).
  3725. NSE: Starting http-drupal-enum-users against stackoverflow.com (151.101.65.69:443).
  3726. NSE: [http-drupal-enum-users 151.101.65.69:443] Total number of pipelined requests: 38
  3727. NSE: Starting http-shellshock against stackoverflow.com (151.101.65.69:443).
  3728. NSE: [http-shellshock 151.101.65.69:443] Sending '() { :;}; echo; echo "BYNCERXJBALBGZX"' in HTTP headers:User-Agent,Cookie and Referer
  3729. NSE: Starting http-vhosts against stackoverflow.com (151.101.65.69:443).
  3730. NSE: Starting http-chrono against stackoverflow.com (151.101.65.69:443).
  3731. NSE: Starting http-sitemap-generator against stackoverflow.com (151.101.65.69:443).
  3732. NSE: Starting http-phpself-xss against stackoverflow.com (151.101.65.69:80).
  3733. NSE: Starting http-stored-xss against stackoverflow.com (151.101.65.69:80).
  3734. NSE: Starting http-form-brute against stackoverflow.com (151.101.65.69:80).
  3735. NSE: Starting http-rfi-spider against stackoverflow.com (151.101.65.69:80).
  3736. NSE: Starting http-enum against stackoverflow.com (151.101.65.69:443).
  3737. NSE: [http-enum 151.101.65.69:443] Loading fingerprint database: /usr/local/bin/../share/nmap/nselib/data/http-fingerprints.lua
  3738. NSE: [http-enum 151.101.65.69:443] Loaded 276 fingerprints
  3739. NSE: Starting http-default-accounts against stackoverflow.com (151.101.65.69:443).
  3740. NSE: Starting http-fileupload-exploiter against stackoverflow.com (151.101.65.69:80).
  3741. NSE: Starting http-exif-spider against stackoverflow.com (151.101.65.69:80).
  3742. NSE: Starting http-litespeed-sourcecode-download against stackoverflow.com (151.101.65.69:443).
  3743. NSE: [http-litespeed-sourcecode-download 151.101.65.69:443] Trying to download the source code of /index.php
  3744. NSE: Starting http-open-redirect against stackoverflow.com (151.101.65.69:443).
  3745. NSE: Starting citrix-brute-xml against stackoverflow.com (151.101.65.69:443).
  3746. NSE: Finished citrix-brute-xml against stackoverflow.com (151.101.65.69:443).
  3747. NSE: Starting http-drupal-enum against stackoverflow.com (151.101.65.69:443).
  3748. NSE: Starting http-enum against stackoverflow.com (151.101.65.69:80).
  3749. NSE: [http-enum 151.101.65.69:80] Loading fingerprint database: /usr/local/bin/../share/nmap/nselib/data/http-fingerprints.lua
  3750. NSE: [http-enum 151.101.65.69:80] Loaded 276 fingerprints
  3751. NSE: Starting http-majordomo2-dir-traversal against stackoverflow.com (151.101.65.69:80).
  3752. NSE: [http-majordomo2-dir-traversal 151.101.65.69:80] HTTP GET stackoverflow.com/cgi-bin/mj_wwwusr?passw=&list=GLOBAL&user=&func=help&extra=/../../../../../../../../etc/passwd
  3753. NSE: Starting http-form-fuzzer against stackoverflow.com (151.101.65.69:443).
  3754. NSE: Starting http-joomla-brute against stackoverflow.com (151.101.65.69:443).
  3755. NSE: Starting http-errors against stackoverflow.com (151.101.65.69:443).
  3756. NSE: Starting http-phpself-xss against stackoverflow.com (151.101.65.69:443).
  3757. NSE: Starting http-fileupload-exploiter against stackoverflow.com (151.101.65.69:443).
  3758. NSE: Starting http-litespeed-sourcecode-download against stackoverflow.com (151.101.65.69:80).
  3759. NSE: [http-litespeed-sourcecode-download 151.101.65.69:80] Trying to download the source code of /index.php
  3760. NSE: Starting http-csrf against stackoverflow.com (151.101.65.69:443).
  3761. NSE: Starting http-open-redirect against stackoverflow.com (151.101.65.69:80).
  3762. NSE: Starting http-sql-injection against stackoverflow.com (151.101.65.69:443).
  3763. NSE: Starting http-axis2-dir-traversal against stackoverflow.com (151.101.65.69:443).
  3764. NSE: Starting http-put against stackoverflow.com (151.101.65.69:443).
  3765. NSE: Finished http-put against stackoverflow.com (151.101.65.69:443).
  3766. NSE: Starting http-vuln-cve2009-3960 against stackoverflow.com (151.101.65.69:80).
  3767. NSE: Starting http-shellshock against stackoverflow.com (151.101.65.69:80).
  3768. NSE: [http-shellshock 151.101.65.69:80] Sending '() { :;}; echo; echo "WGOJTNRNBLYYSHT"' in HTTP headers:User-Agent,Cookie and Referer
  3769. NSE: Starting http-rfi-spider against stackoverflow.com (151.101.65.69:443).
  3770. NSE: Starting http-form-brute against stackoverflow.com (151.101.65.69:443).
  3771. NSE: Starting http-awstatstotals-exec against stackoverflow.com (151.101.65.69:443).
  3772. NSE: Starting http-dombased-xss against stackoverflow.com (151.101.65.69:80).
  3773. NSE: Starting http-config-backup against stackoverflow.com (151.101.65.69:443).
  3774. NSE: Starting http-unsafe-output-escaping against stackoverflow.com (151.101.65.69:80).
  3775. NSE: Starting http-sql-injection against stackoverflow.com (151.101.65.69:80).
  3776. NSE: Starting http-put against stackoverflow.com (151.101.65.69:80).
  3777. NSE: Finished http-put against stackoverflow.com (151.101.65.69:80).
  3778. NSE: [http-vuln-cve2012-1823 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3779. NSE: [http-majordomo2-dir-traversal 151.101.65.69:443] http.request socket error: ERROR
  3780. NSE: Finished http-majordomo2-dir-traversal against stackoverflow.com (151.101.65.69:443).
  3781. NSE: [http-iis-short-name-brute 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3782. NSE: [http-drupal-enum-users 151.101.65.69:80] No answers from pipelined requests
  3783. NSE: Finished http-drupal-enum-users against stackoverflow.com (151.101.65.69:80).
  3784. NSE: [http-brute 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3785. NSE: Finished http-brute against stackoverflow.com (151.101.65.69:80).
  3786. NSE: [http-unsafe-output-escaping 151.101.65.69:443] http.request socket error: ERROR
  3787. NSE: [http-config-backup 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3788. NSE: [http-config-backup 151.101.65.69:80] Unexpected response returned for 404 check: creating socket.
  3789. NSE: [http-iis-webdav-vuln 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3790. NSE: [http-iis-webdav-vuln 151.101.65.69:80] Root folder is not password protected, continuing...
  3791. NSE: [http-vuln-cve2009-3960 151.101.65.69:443] http.request socket error: ERROR
  3792. NSE: [http-default-accounts 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3793. NSE: [http-default-accounts 151.101.65.69:80] Unexpected response returned for 404 check: creating socket.
  3794. NSE: [http-default-accounts 151.101.65.69:80] Loading fingerprints: /usr/local/bin/../share/nmap/nselib/data/http-default-accounts-fingerprints.lua
  3795. NSE: [http-default-accounts 151.101.65.69:80] 50 fingerprints were loaded
  3796. NSE: [http-default-accounts 151.101.65.69:80] Trying known locations under path '' (change with 'http-default-accounts.basepath' argument)
  3797. NSE: [http-default-accounts 151.101.65.69:80] Total number of pipelined requests: 17
  3798. NSE: [http-axis2-dir-traversal 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3799. NSE: [http-axis2-dir-traversal 151.101.65.69:80] This does not look like an Apache Axis2 installation.
  3800. NSE: Finished http-axis2-dir-traversal against stackoverflow.com (151.101.65.69:80).
  3801. NSE: [http-slowloris 151.101.65.69:443] [MONITOR]: Monitoring 151.101.65.69 started
  3802. NSE: [http-vuln-cve2013-7091 151.101.65.69:443] http.request socket error: ERROR
  3803. NSE: [http-joomla-brute 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3804. NSE: [http-joomla-brute 151.101.65.69:80] HTTP GET stackoverflow.com/administrator/index.php
  3805. NSE: [http-joomla-brute 151.101.65.69:80] Initial check failed. Password field wasn't found
  3806. NSE: Finished http-joomla-brute against stackoverflow.com (151.101.65.69:80).
  3807. NSE: [http-userdir-enum 151.101.65.69:443] http.request socket error: ERROR
  3808. NSE: [http-userdir-enum 151.101.65.69:443] Unexpected response returned for 404 check: creating socket.
  3809. NSE: [http-iis-short-name-brute 151.101.65.69:443] http.request socket error: ERROR
  3810. NSE: [http-feed 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3811. NSE: [http-vuln-cve2012-1823 151.101.65.69:443] http.request socket error: ERROR
  3812. NSE: [http-iis-webdav-vuln 151.101.65.69:443] http.request socket error: ERROR
  3813. NSE: [http-iis-webdav-vuln 151.101.65.69:443] Root folder is not password protected, continuing...
  3814. NSE: [http-awstatstotals-exec 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3815. NSE: [http-awstatstotals-exec 151.101.65.69:80] This does not look like Awstats Totals. Quitting.
  3816. NSE: Finished http-awstatstotals-exec against stackoverflow.com (151.101.65.69:80).
  3817. NSE: [http-passwd 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3818. NSE: [http-vuln-cve2012-1823 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3819. NSE: Finished http-vuln-cve2012-1823 against stackoverflow.com (151.101.65.69:80).
  3820. NSE: [http-config-backup 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3821. NSE: [http-iis-webdav-vuln 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3822. NSE: [http-iis-webdav-vuln 151.101.65.69:80] PROPFIND request failed with "Error creating socket.".
  3823. NSE: Finished http-iis-webdav-vuln against stackoverflow.com (151.101.65.69:80).
  3824. NSE: [http-vuln-cve2009-3960 151.101.65.69:443] http.request socket error: ERROR
  3825. NSE: Finished http-default-accounts against stackoverflow.com (151.101.65.69:80).
  3826. NSE: [http-vuln-cve2013-7091 151.101.65.69:443] http.request socket error: ERROR
  3827. NSE: [http-vuln-cve2013-7091 151.101.65.69:443] The website seems to be not vulnerable to this attack.
  3828. NSE: Finished http-vuln-cve2013-7091 against stackoverflow.com (151.101.65.69:443).
  3829. NSE: [http-iis-short-name-brute 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3830. NSE: Finished http-iis-short-name-brute against stackoverflow.com (151.101.65.69:80).
  3831. NSE: [http-iis-short-name-brute 151.101.65.69:443] http.request socket error: ERROR
  3832. NSE: Finished http-iis-short-name-brute against stackoverflow.com (151.101.65.69:443).
  3833. NSE: [http-vuln-cve2012-1823 151.101.65.69:443] http.request socket error: ERROR
  3834. NSE: Finished http-vuln-cve2012-1823 against stackoverflow.com (151.101.65.69:443).
  3835. NSE: [http-iis-webdav-vuln 151.101.65.69:443] http.request socket error: ERROR
  3836. NSE: [http-iis-webdav-vuln 151.101.65.69:443] PROPFIND request failed with "Error creating socket.".
  3837. NSE: Finished http-iis-webdav-vuln against stackoverflow.com (151.101.65.69:443).
  3838. NSE: [http-passwd 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3839. NSE: [http-vhosts 151.101.65.69:443] http.request socket error: ERROR
  3840. NSE: Finished http-vhosts against stackoverflow.com (151.101.65.69:443).
  3841. NSE: [http-vhosts 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3842. NSE: Finished http-vhosts against stackoverflow.com (151.101.65.69:80).
  3843. NSE: [http-vhosts 151.101.65.69:443] http.request socket error: ERROR
  3844. NSE: Finished http-vhosts against stackoverflow.com (151.101.65.69:443).
  3845. NSE: [http-vhosts 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3846. NSE: Finished http-vhosts against stackoverflow.com (151.101.65.69:80).
  3847. NSE: [http-vhosts 151.101.65.69:443] http.request socket error: ERROR
  3848. NSE: Finished http-vhosts against stackoverflow.com (151.101.65.69:443).
  3849. NSE: [http-vhosts 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3850. NSE: Finished http-vhosts against stackoverflow.com (151.101.65.69:80).
  3851. NSE: [http-config-backup 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3852. NSE: [dns-brute 151.101.65.69] Detecting wildcard for "A" records using random hostname "VKUUXFITHOMQJNYXQSDPAGDU.stackoverflow.com".
  3853. NSE: [http-vuln-cve2009-3960 151.101.65.69:443] http.request socket error: ERROR
  3854. NSE: [http-passwd 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3855. NSE: [http-vhosts 151.101.65.69:443] http.request socket error: ERROR
  3856. NSE: Finished http-vhosts against stackoverflow.com (151.101.65.69:443).
  3857. NSE: [http-vhosts 151.101.65.69:443] http.request socket error: ERROR
  3858. NSE: Finished http-vhosts against stackoverflow.com (151.101.65.69:443).
  3859. NSE: [http-vhosts 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3860. NSE: Finished http-vhosts against stackoverflow.com (151.101.65.69:80).
  3861. NSE: [http-vhosts 151.101.65.69:443] http.request socket error: ERROR
  3862. NSE: Finished http-vhosts against stackoverflow.com (151.101.65.69:443).
  3863. NSE: [http-vhosts 151.101.65.69:443] http.request socket error: ERROR
  3864. NSE: Finished http-vhosts against stackoverflow.com (151.101.65.69:443).
  3865. NSE: [http-vhosts 151.101.65.69:443] http.request socket error: ERROR
  3866. NSE: Finished http-vhosts against stackoverflow.com (151.101.65.69:443).
  3867. NSE: [http-vhosts 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3868. NSE: Finished http-vhosts against stackoverflow.com (151.101.65.69:80).
  3869. NSE: [http-vhosts 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3870. NSE: Finished http-vhosts against stackoverflow.com (151.101.65.69:80).
  3871. NSE: [http-config-backup 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3872. NSE: [http-vuln-cve2009-3960 151.101.65.69:443] http.request socket error: ERROR
  3873. NSE: [http-passwd 151.101.65.69:80] http.request socket error: sorry, you don't have OpenSSL
  3874.  
  3875. D
  3876.  
  3877. Debugging Decreased to 0.
  3878.  
  3879. ctrl z
  3880.  
  3881. [2]+  Stopped                 nmap --script intrusive stackoverflow.com
  3882. SixMillionKilaTons:run osx$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement