The IO::Socket::Multicast module subclasses IO::Socket::INET to enable
you to manipulate multicast groups. With this module (and an operating
system that supports multicasting), you will be able to receive incoming
multicast transmissions and generate your own outgoing multicast
packets.
IO::Interface adds object-methods to IO::Socket objects to allow
them to get and set operational characteristics of network interface
cards, such as IP addresses, net masks, and so forth. It is useful
for identifying runtime characteristics of cards, such as broadcast
addresses, and finding interfaces that satisfy certain criteria,
such as the ability to multicast.
I cannot test atm.
The label part of this patch is needed until I can figure completely what's
needed to support local labels longer than one digit on a.out arch's.
coding style, and features beginner's C code mistakes, such as incorrect
use of pointers, etc.
Needs a strong cleanup before this can be considered a real program again.
ok lebel@ and maintainer
- Fixed Net::DNS::mx() to work properly in scalar context.
- Fixed taint issue when Net::DNS::Resolver::nameservers() is passed
a hostname as an argument.
>From ChangeLog:
- security fix: long error message from ftp server could cause buffer overflow.
- fixed ftp:fix-pasv-address. Now the address should be fixed properly.
- handle HTTP `100 Continue' in any open mode.
- status line fixed: don't write a space to last screen column.
- security fix: check that addresses have proper length.
It transfers documents from HTTP, FTP, Gopher and optionaly from HTTPS (HTTP
over SSL) servers. Pavuk have optional GUI based on GTK+ widget set.
comments by jsyn@ and pval@
Now works on ELF archs thanks to additional patch from brad@
From CHANGES:
+ Ability to bind a port on which ettercap forwards the sniffed traffic
+ The -H option now supports range ip
+ NEW PLUGIN: lamia (become root of a switches spanning tree)
+ Updated the passive OS fingerprint database (825 records)
!! Fixed the -w options (openssl path related bug)
!! Fixed the conflicting options -Y and -a
!! Fixed the FindIface function under BSD