You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
371 B
13 lines
371 B
config BR2_PACKAGE_DSNIFF
|
|
tristate "dsniff - network auditing and penetration testing"
|
|
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
|
|
|
|
collection of tools for network auditing and penetration testing
|
|
|
|
http://www.monkey.org/~dugsong/dsniff/
|
|
|