blob: 372274e48a788bc956adc97699f9c0fd8858191b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
config BR2_PACKAGE_DSNIFF
prompt "dsniff............................ A collection of tools for betwork auditing and penetration testing"
tristate
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBNIDS
select BR2_PACKAGE_LIBNET
select BR2_PACKAGE_LIBOPENSSL
select BR2_PACKAGE_LIBGDBM
default m if CONFIG_DEVEL
help
A collection of tools for network auditing and penetration testing
http://www.monkey.org/~dugsong/dsniff/
|