[Wi-Fi, BT] Задай вопрос - получи ответ!

Discussion in 'Беспроводные технологии/Wi-Fi/Wardriving' started by Alexsize, 11 Sep 2007.

Thread Status:
Not open for further replies.
  1. neko

    neko Elder - Старейшина

    Joined:
    2 Dec 2007
    Messages:
    47
    Likes Received:
    10
    Reputations:
    0
    При конфигурировании установки Кисмета в логе выдаёт что не может найти libpcap хотя она у мня установлена. Наодном из форумов был совет проделать данное: Downloaded the latest stable source,
    Removed libpcap0, libpcap0-devel, kismet,
    Installed byacc (byacc-1.9-20mdk) & flex (flex-2.5.4a-25mdv2007.0) to satisfy libpcap's dependencies,
    Compiled libpcap, and
    Compiled kismet, непомогло. Кстати после удаления библиотеки и установки её из архива пишет что библиотека в системе есть. Как решается эта трабла?
     
  2. faxband

    faxband New Member

    Joined:
    10 Nov 2007
    Messages:
    16
    Likes Received:
    3
    Reputations:
    0
    Уверенности нет, есть только предположение. Это частная сеть "какого то нового русского". Ланспекотром отсканил сеть, там все Д-линк АР. Возможно там сделали просто сетку только для видеонаблюдения на WiFi, но тогда должен быть хотя бы один сервер-компьтер для обработки поступающей видеоинформации. К слову сказать, поделитесь опытом, кто чем сканит сетку, войдя в нее, что бы понять ее конфигурацию - шлюзы и т.п.
    Я пользую lanSpector, но описания на него не нашел, вот и мучаюсь "методом тыка"...
     
  3. L0rd_Ha0S

    L0rd_Ha0S Elder - Старейшина

    Joined:
    25 Jan 2006
    Messages:
    148
    Likes Received:
    102
    Reputations:
    64
    neko, какая у тебя система? Насколько я понял из названия пакетов - Mandriva, верно? Каким образом устанавливаешь Kismet - из пакета или из исходников? Выложи сюда весь свой лог(про CODE-теги не забывай ;))
    Это ты где посмотрел? Команду покажи.. И скажи путь, куда устанавливал libpcap.
     
  4. Elvis000

    Elvis000 Патриот

    Joined:
    23 Apr 2007
    Messages:
    600
    Likes Received:
    339
    Reputations:
    148
    http://lantricks.ru/ загляни на этот сайт
     
  5. neko

    neko Elder - Старейшина

    Joined:
    2 Dec 2007
    Messages:
    47
    Likes Received:
    10
    Reputations:
    0
    система Mandriva 2008 64

    кисмет ставлю с исходников, вот конфиг установки:
    [root@localhost kismet-2007-10-R1]# ./configure
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether make sets $(MAKE)... yes
    checking how to run the C preprocessor... gcc -E
    checking for platform-specific compiler flags... none needed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking whether byte ordering is bigendian... no
    checking errno.h usability... yes
    checking errno.h presence... yes
    checking for errno.h... yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking sys/socket.h usability... yes
    checking sys/socket.h presence... yes
    checking for sys/socket.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking sys/wait.h usability... yes
    checking sys/wait.h presence... yes
    checking for sys/wait.h... yes
    checking for unistd.h... (cached) yes
    checking for sys/types.h... (cached) yes
    checking netdb.h usability... yes
    checking netdb.h presence... yes
    checking for netdb.h... yes
    checking getopt.h usability... yes
    checking getopt.h presence... yes
    checking for getopt.h... yes
    checking for an ANSI C-conforming const... yes
    checking whether time.h and sys/time.h may both be included... yes
    checking whether struct tm is in sys/time.h or time.h... time.h
    checking for ANSI C header files... (cached) yes
    checking return type of signal handlers... void
    checking whether lstat dereferences a symlink specified with a trailing slash...
    yes
    checking whether stat accepts an empty string... no
    checking for gettimeofday... yes
    checking for memset... yes
    checking for select... yes
    checking for socket... yes
    checking for strcasecmp... yes
    checking for strftime... yes
    checking for strstr... yes
    checking for system-level getopt_long()... yes
    checking for stdint.h... (cached) yes
    checking for accept() addrlen type... socklen_t
    checking for special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... no
    checking for main in -luClibc++... no
    checking for main in -lstdc++... yes
    checking for group 'root'... yes
    checking for group 'man'... checking for initscr in -lncurses... yes
    checking for new_panel in -lpanel... yes
    checking for assume_default_colors in -lncurses... yes
    checking for linux/netlink.h... yes
    checking for linux/wireless.h... yes
    checking that linux/wireless.h is what we expect... yes
    checking that wireless extentions support SIOCIWFIRSTPRIV... yes
    checking can we use iw_freq.flags... yes
    checking for pcap_open_live in -lpcap... no
    configure: WARNING: Compiling without libpcap support.
    configure: WARNING: Compiling without libpcap support. Many capture sources wil
    l be disabled.
    configure: WARNING: Using local radiotap support on a non-bsd system
    checking for setuid ... yes
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for DBUS... no
    checking for XML_GetCurrentLineNumber in -lexpat... no
    configure: WARNING: *** Missing Expat XML library. gpsmap will not be built. **
    *
    checking gmp.h usability... no
    checking gmp.h presence... no
    checking for gmp.h... no
    configure: WARNING: *** Missing GMP math library. gpsmap will not be built. ***
    checking for Magick-config... no
    configure: WARNING: *** Missing Magick-config (or it is not in the path). gpsma
    p will not be built. ***
    checking pthread.h usability... yes
    checking pthread.h presence... yes
    checking for pthread.h... yes
    checking for pthread_create in -lpthread... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting
    config.status: creating extra/buzzme/Makefile
    config.status: WARNING: extra/buzzme/Makefile.in seems to ignore the --dataroot
    dir setting
    config.status: creating extra/Makefile
    config.status: WARNING: extra/Makefile.in seems to ignore the --datarootdir set
    ting
    config.status: creating conf/kismet.conf
    config.status: creating conf/kismet_ui.conf
    config.status: creating config.h
    config.status: config.h is unchanged

    Configuration complete:
    Compiling for: linux-gnu (x86_64)
    C++ Library: stdc++
    Installing as group: root
    Man pages owned by: man
    Installing into: /usr/local
    Setuid capable: yes
    Terminal Control: ncurses
    Curses interface: yes
    Panels interface: yes
    Linux Netlink capture: yes
    Linux wireless : yes
    Linux wireless v.22+ : yes
    pcap capture: no
    airpcap control: n/a (only Cygwin/Win32)
    WSP100 capture: no
    Viha capture: n/a (only Darwin)
    OSX/Darwin capture : n/a (only OSX/Darwin)
    Radiotap headers: yes
    Using local dump code: yes
    DBUS Integration: no
    Imagemagick support: no
    Expat Library: no
    GMP Library: no
    PThread Support: yes
    libz compression: no
    *** WARNING ***
    LibPCAP was not found. Kismet previously included a local copy of this
    library, however it now expects libpcap to be provided by the system.
    Kismet on Linux without LibPcap cannot capture data locally and will
    almost certainly NOT BE WHAT YOU WANT.
    Your distribution should provide packages for libpcap, otherwise
    it can be downloaded from http://tcpdump.org

    Configuration complete. Run 'make dep' to generate dependencies
    and 'make' followed by 'make install' to compile and

    вот конфиг установки библиотеки, я так понял что для неё версия Флекса не подходит, устанавливается в /usr/local/lib64
    мне выложить сам config.log?

    [root@localhost libpcap-0.9.8]# ./configure
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking target system type... x86_64-unknown-linux-gnu
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking gcc version... 4
    checking for inline... inline
    checking for __attribute__... yes
    checking for u_int8_t using gcc... yes
    checking for u_int16_t using gcc... yes
    checking for u_int32_t using gcc... yes
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking sys/ioccom.h usability... no
    checking sys/ioccom.h presence... no
    checking for sys/ioccom.h... no
    checking sys/sockio.h usability... no
    checking sys/sockio.h presence... no
    checking for sys/sockio.h... no
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking paths.h usability... yes
    checking paths.h presence... yes
    checking for paths.h... yes
    checking for net/pfvar.h... no
    checking for netinet/if_ether.h... yes
    checking for ANSI ioctl definitions... yes
    checking for strerror... yes
    checking for strlcpy... no
    checking for vsnprintf... yes
    checking for snprintf... yes
    checking for library containing gethostbyname... none required
    checking for library containing socket... none required
    checking for library containing putmsg... none required
    checking for ether_hostton... yes
    checking whether ether_hostton is declared... no
    checking netinet/ether.h usability... yes
    checking netinet/ether.h presence... yes
    checking for netinet/ether.h... yes
    checking whether ether_hostton is declared... yes
    checking if --disable-protochain option is specified... enabled
    checking packet capture type... linux
    checking for getifaddrs... yes
    checking ifaddrs.h usability... yes
    checking ifaddrs.h presence... yes
    checking for ifaddrs.h... yes
    checking if --enable-ipv6 option is specified... no
    checking whether to build optimizer debugging code... no
    checking whether to build parser debugging code... no
    checking Linux kernel version... 2
    checking if if_packet.h has tpacket_stats defined... yes
    checking whether we have /proc/net/dev... yes
    checking whether we have DAG API headers... no (/usr/local/include)
    checking whether we have Septel API... no
    checking for flex... flex
    checking for flex 2.4 or higher... yes
    checking for bison... no
    configure: WARNING: don't have both flex and bison; reverting to lex/yacc
    checking for capable lex... insufficient
    configure: error: Your operating system's lex is insufficient to compile
    libpcap. flex is a lex replacement that has many advantages, including
    being able to compile libpcap. For more information, see
    http://www.gnu.org/software/flex/flex.html .
     
    #185 neko, 5 Dec 2007
    Last edited: 5 Dec 2007
    1 person likes this.
  6. Alexsize

    Alexsize Fail

    Joined:
    17 Sep 2005
    Messages:
    1,771
    Likes Received:
    1,221
    Reputations:
    704
    Нету bison и Flex. Удовлетвори зависимости и все будет ОК.
     
    2 people like this.
  7. L0rd_Ha0S

    L0rd_Ha0S Elder - Старейшина

    Joined:
    25 Jan 2006
    Messages:
    148
    Likes Received:
    102
    Reputations:
    64
    Не совсем так. Flex у него есть
    Code:
    checking for flex... flex
    checking for flex 2.4 or higher... yes
    а вот bison - нет
    Code:
    checking for bison... no
    Для успешной компиляции libpcap требуется либо flex & bison, либо lex & yacc. configure не находит ни того, ни другого
    Code:
    configure: WARNING: don't have both flex and bison; reverting to lex/yacc
    Так что доставить нужно только bison. :)
    А при установке kismet'а configure не находит саму библиотеку libpcap
    Code:
    checking for pcap_open_live in -lpcap... no
    Если как ты говоришь, она у тебя установлена (хотя судя по последнему логу libpcap не установилась), тогда попробуй указать configure путь к библиотекам явно, точно название параметра не помню, но вроде называется --libdir.
    Попробуй установить так:
    Code:
    ./configure --libdir=/usr/local/lib64
    Вечером приду, скажу точнее. А пока посмотри
    Code:
    ./configure --help
     
    1 person likes this.
  8. neko

    neko Elder - Старейшина

    Joined:
    2 Dec 2007
    Messages:
    47
    Likes Received:
    10
    Reputations:
    0
    сенкс, буду пробовать.+
    к сведению: flex и byacc установлены (как было написано в первом посту) с мандривы, и libpcap установлен с пакета мандривы.
     
    #188 neko, 6 Dec 2007
    Last edited: 6 Dec 2007
  9. hew

    hew New Member

    Joined:
    5 Dec 2007
    Messages:
    5
    Likes Received:
    1
    Reputations:
    0
    monitor mode iwp395 xp

    возможно впринипе под виндой включить monitore mode на встроенной в ноут кароточке Intel Pro Wireless 3945ABG . (ноут asus f3jp)
    на каком то буржуйском сайте, испанском, читал что, на соньках такая же карта стоит и парень реализовал monitor mode, но только из под линукса...а хотелось бы под виндой..быть может кто поможет решить эту проблемму? :confused:
     
    #189 hew, 6 Dec 2007
    Last edited: 7 Dec 2007
  10. Elvis000

    Elvis000 Патриот

    Joined:
    23 Apr 2007
    Messages:
    600
    Likes Received:
    339
    Reputations:
    148
    Под линуксом это возможно, и на испанском читать не обязательно, есть русские сайты на которых это описано. Чтобы не мучиться с виндой, вот тебе совет: купи внешнюю карту на призме или асеросе, к ней можно и антенну помощнее прицепить. :)
     
  11. mmm

    mmm Elder - Старейшина

    Joined:
    14 Nov 2007
    Messages:
    50
    Likes Received:
    3
    Reputations:
    -1
    нада мне для atheros ar5006eg драйверы загнать? загнал с http://www.aircrack-ng.org/doku.php?id=compatibility_drivers
    драйверы после загона написано было atheros ar5006x может паисчете
     
  12. drive_pan

    drive_pan Elder - Старейшина

    Joined:
    18 Oct 2007
    Messages:
    178
    Likes Received:
    78
    Reputations:
    5
    Уточни какой именно (версию, ссылку) драйвер ты ставил и на какую систему (Windows или Linux) ?
     
  13. mmm

    mmm Elder - Старейшина

    Joined:
    14 Nov 2007
    Messages:
    50
    Likes Received:
    3
    Reputations:
    -1
    на windows vista паставел версия 4.2
    http://www.wildpackets.com/support/downloads/drivers
    Other hardware models
     
  14. drive_pan

    drive_pan Elder - Старейшина

    Joined:
    18 Oct 2007
    Messages:
    178
    Likes Received:
    78
    Reputations:
    5
    Посмотри здесь Atheros drivers
    Все версии какие только есть.
    P.S. Прекращай тратить время под Вистой. ;)
     
  15. Lopster

    Lopster New Member

    Joined:
    19 Oct 2007
    Messages:
    20
    Likes Received:
    3
    Reputations:
    0
    Объясните по подробние что такое Wi-Fi
     
  16. Alpha][

    Alpha][ Elder - Старейшина

    Joined:
    19 Oct 2007
    Messages:
    75
    Likes Received:
    5
    Reputations:
    0
    вотс
     
  17. drive_pan

    drive_pan Elder - Старейшина

    Joined:
    18 Oct 2007
    Messages:
    178
    Likes Received:
    78
    Reputations:
    5
    Мдааа..... даже не знаю что ответить, может стоит попробовать спросить у GOOGLE !!! :mad:
    P.S. Вроде правила форума ещё никто не отменял, хотя... я сомневаюсь что ты их вообще читал. :D
     
  18. mmm

    mmm Elder - Старейшина

    Joined:
    14 Nov 2007
    Messages:
    50
    Likes Received:
    3
    Reputations:
    -1
    драйверы подошли. А сечас с peek проблема перенес их в aircrack-ng/bin запустил airdump-ng выдали no adapters have been detected - make sure peek5.sys in present ad your card in. и что сечас делать?
     
  19. Elvis000

    Elvis000 Патриот

    Joined:
    23 Apr 2007
    Messages:
    600
    Likes Received:
    339
    Reputations:
    148
    Я, конечно, могу и заблуждаться, но, что-то мне подсказывает, что твоя карточка AR5006EG не совместима с airdump-ng . Но я могу и ошибиться. Поддерживаемые модели: Atheros Wireless Network Adapter (AR5008), Atheros Wireless Network Adapter (AR5001 through AR5007).
     
  20. mmm

    mmm Elder - Старейшина

    Joined:
    14 Nov 2007
    Messages:
    50
    Likes Received:
    3
    Reputations:
    -1
    ясна а я исче папробовал сабрать пакеты через commonview for wifi 5.7 treal
    сахраняю ракеты в cap выбевает сахранено 5000 пакетов пачему так мала если я собрал 500000 пакетов? кагда эти 5000 пакетов собрал аткрыл aircrack-ng gui указал что wpa ключ а атменя требуют wordlist а сто это такое? зделал там аткрыл тоже 5000 пакетов
    запустил кагбы все расшифровывает а потом пишит index number of target network? вот и
    все
     
Thread Status:
Not open for further replies.