1 Attachment(s)
[FIX] for Yersinia tool included with BT5
The Yersinia tool fails to start in ncurses (-I) mode on some systems, where libpcap USB_LINUX interfaces are present. So, here is a script, which corrects the problem by downloading latest snapshot of the tool from the author's site, patching it, and installing patched version over existing Yersinia installation. Unzip attached file to any temporary directory and run yersinia_rebuild.sh
Re: [FIX] for Yersinia tool included with BT5
Quote:
Originally Posted by
vasya749
The Yersinia tool fails to start in ncurses (-I) mode on some systems, where libpcap USB_LINUX interfaces are present. So, here is a script, which corrects the problem by downloading latest snapshot of the tool from the author's site, patching it, and installing patched version over existing Yersinia installation. Unzip attached file to any temporary directory and run yersinia_rebuild.sh
Hi,
many thanks for this ! - which works fine with a BT4R2. unfortunatly , with a BT4R3 (gnome,32bits,vmware) I experience some troubles ;)
(...)
configure: WARNING: unrecognized options: --enable-maintainer-mode
./configure: line 4207: AC_LBL_UNALIGNED_ACCESS: command not found
(...)
xstp.c:1548: error: ‘LIBNET_802_3_H’ undeclared (first use in this function)
xstp.c:1548: error: invalid operands to binary + (have ‘u_int8_t *’ and ‘struct proto_features *’)
xstp.c:1548: error: ‘LIBNET_802_2_H’ undeclared (first use in this function)
xstp.c:1548: error: invalid operands to binary + (have ‘struct proto_features *’ and ‘struct proto_features *’)
xstp.c:1551: error: dereferencing pointer to incomplete type
xstp.c:1551: error: request for member ‘_802_3_shost’ in something not a structure or union
(...)
make[1]: *** [xstp.o] Error 1
make: *** [install-recursive] Error 1
Would you have a hint ?
Re: [FIX] for Yersinia tool included with BT5
Quote:
Originally Posted by
benoki
Hi,
many thanks for this ! - which works fine with a BT4R2. unfortunatly , with a BT4R3 (gnome,32bits,vmware) I experience some troubles ;)
Would you have a hint ?
many thanks for this ! - which works fine with a BT4R2. unfortunatly , with a BT5R3 (gnome,32bits,vmware) I experience some troubles ;)
..
sorry for typo ;(
Re: [FIX] for Yersinia tool included with BT5
I don't know if this is related but I was recently looking at vlan traffic and dynamic trunking (DTP) does not work properly. The reason I mention this is because interactive mode wouldn't work at all. This may be a VM issue however since you are sharing the network adapter with the host OS.
Re: [FIX] for Yersinia tool included with BT5
the reason why I did compile it under VMware was the ability to "snapshot" the situation, and trying to to have a 'workable' yersinia in interactive mode.
this -once ok- would be applied on a backtrack running as a native OS of course.
the reason why you may not see DTP in a VM is that your host may be running as Windows OS , which doesnt support DTP.
Re: [FIX] for Yersinia tool included with BT5
Yep thx that's what I figured :))