Hyenae 0.27-1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Hyenae 0.27-1 (Default branch)
# 1  
Old 02-26-2009
Hyenae 0.27-1 (Default branch)

Hyenae is a highly flexible and platform independent network packet generator. It allows you to reproduce low level Ethernet attack scenarios (such as MITM, DoS, and DDoS) to reveal the potential security vulnerabilities of your network. Besides smart wildcard-based address randomization and a highly customizable packet generation control, Hyenae comes with a clusterable remote daemon for setting up distributed attack networks. License: GNU General Public License (GPL) Changes:
This release added TODO and HOWTO files, refactored the protocol wrapping, fixed possible integer truncations, added usage info on unknown arguments, refactored daemon attack request logging, stripped remote attack request processing, and improved and corrected the documentation. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
EDSC(4) 						   BSD Kernel Interfaces Manual 						   EDSC(4)

NAME
edsc -- Ethernet discard network interface SYNOPSIS
device edsc DESCRIPTION
The edsc interface is a software discard mechanism which may be used for performance analysis and software testing. It imitates an Ethernet device, which allows for its use in conjunction with such drivers as if_bridge(4) and vlan(4). As with other network interfaces, an edsc interface must have network addresses assigned for each address family with which it is to be used. These addresses may be set or changed with the SIOCSIFADDR ioctl(2) or ifconfig(8) utility. Each edsc interface is created at runtime using interface cloning. This is most easily done with the ifconfig(8) create command or using the cloned_interfaces variable in rc.conf(5). SEE ALSO
ioctl(2), arp(4), if_bridge(4), inet(4), intro(4), vlan(4), rc.conf(5), arp(8), ifconfig(8) HISTORY
The edsc device was derived from the disc(4) device and first appeared in FreeBSD 6.3. This manpage was adapted from disc(4). CAVEATS
Since outgoing packets are just discarded by edsc, ARP requests stay unreplied. Consequently, an IP packet cannot be sent via edsc until a static arp(4) entry is created for its next hop using arp(8). Initially an edsc interface has a zero link level address. It can be changed with ifconfig(8) lladdr if needed. BSD
March 25, 2007 BSD