Changeset 1409
- Timestamp:
- 10/10/07 18:43:39 (1 year ago)
- Files:
-
- honeytrap/trunk/ChangeLog (modified) (1 diff)
- honeytrap/trunk/configure.in (modified) (19 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeytrap/trunk/ChangeLog
r1360 r1409 1 1 Version 1.0.0 2 - Improved configure script 2 3 - Basic http download wrapper plugin added 3 4 - VNC plugin redesigned to generate virtual attacks honeytrap/trunk/configure.in
r1407 r1409 40 40 for tool in tput tcout; do 41 41 for dir in $paths; do 42 if [ -r "$dir/$tool" ]; then42 if test -r "$dir/$tool" ; then 43 43 for seq in bold md smso; do # 'smso' is last 44 44 bold="`$dir/$tool $seq 2>/dev/null`" 45 if [ ".$bold" != . ]; then45 if test ".$bold" != . ; then 46 46 term_bold="$bold" 47 47 break 48 48 fi 49 49 done 50 if [ ".$term_bold" != . ]; then50 if test ".$term_bold" != . ; then 51 51 for seq in sgr0 me rmso init reset; do # 'reset' is last 52 52 norm="`$dir/$tool $seq 2>/dev/null`" 53 if [ ".$norm" != . ]; then53 if test ".$norm" != . ; then 54 54 term_norm="$norm" 55 55 break … … 60 60 fi 61 61 done 62 if [ ".$term_bold" != . ] && [ ".$term_norm" != . ]; then62 if test ".$term_bold" != . && test ".$term_norm" != . ; then 63 63 break; 64 64 fi … … 293 293 bold " %BError%b - libpcap headers not found. Install them or use the following options:" 294 294 echo 295 echo " --with-libpcap-includes=location of libpcap header files"295 bold " %B--with-libpcap-includes=%b[location of libpcap header files]" 296 296 echo 297 297 exit 1 … … 307 307 bold " %BError%b - libpcap library not found. Install it or use the following options:" 308 308 echo 309 echo " --with-libpcap-library=location of libpcap shared library files"309 bold " %B--with-libpcap-library=%b[location of libpcap shared library files]" 310 310 echo 311 311 exit 1 … … 333 333 bold " %BError%b - libnetfilter_queue headers not found. Install them or use the following options:" 334 334 echo 335 echo " --with-libnfq-includes=location of libnetfilter_queue header files"335 bold " %B--with-libnfq-includes=%b[location of libnetfilter_queue header files]" 336 336 echo 337 337 exit … … 347 347 bold " %BError%b - libnetfilter_queue library not found. Install it or use the following options:" 348 348 echo 349 echo " --with-libnfq-library=location of libnetfilter_queue shared library files"349 bold " %B--with-libnfq-library=%b[location of libnetfilter_queue shared library files]" 350 350 echo 351 351 exit … … 372 372 bold " %BError%b - libipq headers not found. Install them or use the following options:" 373 373 echo 374 echo " --with-libipq-includes=location of libipq header files"374 bold " %B--with-libipq-includes=%b[location of libipq header files]" 375 375 echo 376 376 exit … … 386 386 bold " %BError%b - libipq library not found. Install it or use the following options:" 387 387 echo 388 echo " --with-libipq-library=location of libipq shared library files"388 bold " %B--with-libipq-library=%[blocation of libipq shared library files]" 389 389 echo 390 390 exit … … 403 403 bold " %BError%b - No connection monitor selected. Please reconfigure with one of the following:" 404 404 echo 405 echo " --with-stream-mon=nfq receive packets via netfilter's NFQUEUE target (Linux only, recommended)"406 echo " --with-stream-mon=ipq receive packets via netfilter's QUEUE target (Linux only)"407 echo " --with-stream-mon=pcap receive packets using a built-in pcap sniffer"405 bold " %B--with-stream-mon=%bnfq receive packets via netfilter's NFQUEUE target (Linux only, recommended)" 406 bold " %B--with-stream-mon=%bipq receive packets via netfilter's QUEUE target (Linux only)" 407 bold " %B--with-stream-mon=%bpcap receive packets using a built-in pcap sniffer" 408 408 echo 409 409 exit 1 … … 448 448 bold " %BError%b - libclamav headers not found. Install them or use the following options:" 449 449 echo 450 bold " %B--with-libclamav-includes %b=location of libclamav header files"450 bold " %B--with-libclamav-includes=%b[location of libclamav header files]" 451 451 echo 452 452 exit … … 462 462 bold " %BError%b - libclamav library not found. Install it or use the following options:" 463 463 echo 464 bold " %B--with-libclamav-library %b=location of libclamav shared library files"464 bold " %B--with-libclamav-library=%b[location of libclamav shared library files]" 465 465 echo 466 466 exit … … 492 492 bold " %BError%b - libemu headers not found. Install them or use the following options:" 493 493 echo 494 bold " %B--with-libemu-includes %b=location of libemu header files"494 bold " %B--with-libemu-includes=%b[location of libemu header files]" 495 495 echo 496 496 exit … … 505 505 bold " %BError%b - libemu library not found. Install it or use the following options:" 506 506 echo 507 bold " %B--with-libemu-library %b=location of libemu shared library files"507 bold " %B--with-libemu-library=%b[location of libemu shared library files]" 508 508 echo 509 509 exit … … 541 541 bold " %BError%b - libcurl headers not found. Install them or use the following options:" 542 542 echo 543 bold " %B--with-libcurl-includes %b=location of libcurl header files"543 bold " %B--with-libcurl-includes=%b[location of libcurl header files]" 544 544 echo 545 545 exit … … 551 551 bold " %BError%b - libcurl library not found. Install it or use the following options:" 552 552 echo 553 bold " %B--with-libcurl-library %b=location of libcurl shared library files"553 bold " %B--with-libcurl-library=%b[location of libcurl shared library files]" 554 554 echo 555 555 exit … … 594 594 bold " %BError%b - libpcre headers not found. Install them or use the following options:" 595 595 echo 596 bold " %B--with-libpcre-includes %b=location of libpcre header files"596 bold " %B--with-libpcre-includes=%b[location of libpcre header files]" 597 597 echo 598 598 exit … … 608 608 bold " %BError%b - libpcre library not found. Install it or use the following options:" 609 609 echo 610 bold " %B--with-libpcre-library %b=location of libpcre shared library files"610 bold " %B--with-libpcre-library=%b[location of libpcre shared library files]" 611 611 echo 612 612 exit … … 641 641 bold " %BError%b - libpq headers not found. Install them or use the following options:" 642 642 echo 643 bold " %B--with-libpq-includes %b=location of libpq header files"643 bold " %B--with-libpq-includes=%b[location of libpq header files]" 644 644 echo 645 645 exit … … 655 655 bold " %BError%b - libpq library not found. Install it or use the following options:" 656 656 echo 657 bold " %B--with-libpq-library %b=location of libpq shared library files"657 bold " %B--with-libpq-library=%b[location of libpq shared library files]" 658 658 echo 659 659 exit
