Re: NEW: security/yersinia

2009-09-20 Thread graeme
I have been using this on i386. Yersinia works but only if I first bring
down interface pflog0 otherwise yersinia core dumps.

Its not a big issue for me but I was wondering if there was a fix I could
put in for this?


Re: NEW: security/yersinia

2008-08-25 Thread nayden
compiled fine on amd64 and sparc64.

On Mon, Aug 25, 2008 at 10:36 AM, Steven Mestdagh <[EMAIL PROTECTED]> wrote:
> Rolf Sommerhalder [2008-08-24, 09:03:27]:
>> Many thanks to Markus Lude and Fernando Quintero for their kind
>> feedback, which I included in attached yersinia-0.7.1p0.
>>
>> 'make port-lib-depends-check' is now happy.
>>
>> Tested on i386. OK?
>
> tried this before and had some issue on amd64, but will look at it again
> soon.
>
>



Re: NEW: security/yersinia

2008-08-25 Thread Steven Mestdagh
Rolf Sommerhalder [2008-08-24, 09:03:27]:
> Many thanks to Markus Lude and Fernando Quintero for their kind
> feedback, which I included in attached yersinia-0.7.1p0.
> 
> 'make port-lib-depends-check' is now happy.
> 
> Tested on i386. OK?

tried this before and had some issue on amd64, but will look at it again
soon.



Re: NEW: security/yersinia

2008-08-24 Thread Rolf Sommerhalder
Many thanks to Markus Lude and Fernando Quintero for their kind
feedback, which I included in attached yersinia-0.7.1p0.

'make port-lib-depends-check' is now happy.

Tested on i386. OK?

Thanks,
Rolf



yersinia-0.7.1p0.tgz
Description: Binary data


Re: NEW: security/yersinia

2008-08-23 Thread Markus Lude
On Sat, Aug 23, 2008 at 03:20:52PM +0200, Rolf Sommerhalder wrote:
> Tested on i386, so far.
> 
> 
> cat pkg/DESCR
> Yersinia is a layer 2 vulnerability scanner with support for the
> following protocols:
> 
> - Cisco Discovery Protocol (CDP)
> - Dynamic Host Configuration Protocol (DHCP)
> - IEEE 802.1q
> - IEEE 802.1x
> - Dynamic Trunking Protocol (DTP)
> - Hot Standby Router Protocol (HSRP)
> - Inter-Switch Link Protocol (ISL)
> - Spanning Tree Protocol (STP, RSTP)
> - VLAN Trunking Protocol (VTP)
> 
> 
> How can I get rid of the follwing error?  To me it looks like Makefile
> needs an additional entry which tells lib-depends-check to check for
> linet-1.1 in /usr/local/lib/libnet-1.1/ :
> 
> 
> $ make lib-depends-check
> 
> /usr/ports/packages/i386/all/yersinia-0.7.1.tgz:
> Missing lib:   net.11 (/usr/local/bin/yersinia) (NOT REACHABLE)
> *** Error code 1
> 
> Stop in /usr/ports/mystuff/security/yersinia-0.7.1 (line 1750 of
> /usr/ports/infrastructure/mk/bsd.port.mk).
> $

There are 2 versions (1.0 and 1.1) of libnet in the tree. libnet-config
therefore is renamed to libnet-config-1.1 for 1.1. Probably the same for
1.0. You may need to patch this.

You may also replace /usr/local with LOCALBASE in Makefile.

LIB_DEPENDS for libnet-1.1 seems to be missing.

Regards,
Markus