2008-02-13 00:13:36 by Adrian Portelli | Files touched by this commit (5) | |
Log message:
Remove msf v2.x for a number of reasons:
* v3.x is now out
* Any patches to update files for where interpreters are get overwritten
the next time you update the msf files from metasploit.org. This renders
the PLIST useless.
|
2007-06-14 14:56:43 by Greg Troxel | Files touched by this commit (1) |
Log message:
Add RESTRICTED and NO_*_ON_* because the license does not grant
permissiont to redistribute.
|
2007-03-24 20:21:34 by Joerg Sonnenberger | Files touched by this commit (124) |
Log message:
Prepare for switching to NO_MTREE=yes.
|
2006-06-05 14:33:52 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Update to 2.6
The changes since the 2.5 release include:
msfconsole:
* Tab completion improvements
* Remember last used exploit after save
* Improved reload/rexploit/rcheck commands
* Security fixes for handling terminal escapes
msfcli:
* Security fixes for handling terminal escapes
msfweb:
* Security fixes when using defanged mode
meterpreter:
* Addition of the SAM password dump extension
* Improvements to the VNC injection
msfpescan:
* PE fingerprinting via the -S option
* Additional information via the -D option
* Major bug fixes to PE format parser
exploits:
* Major rewrites of many exploit modules
* Reliability improvements across the entire set
* 42 new exploits added since 2.5 was released
* Improved IPS evasion for SMB/DCERPC/HTTP modules
libraries:
* Human-friendly SMB and DCERPC error codes
* Reworking of the entire DCERPC API
* Incremental improvements to the SMB stack
* Integration of commonly-duplicated routines
* Major improvements to PEInfo module
|
2006-04-12 23:31:51 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed pkglint warnings. Added a file to PERL_REPLACE. Bumped PKGREVISION.
|
2005-10-19 12:34:33 by Adrian Portelli | Files touched by this commit (4) | |
Log message:
Update to metasploit 2.5
This is a maintenance release - all updates to 2.4 have been rolled into
2.5, along with some new exploits and minor features.
|
2005-08-08 12:33:25 by Adrian Portelli | Files touched by this commit (2) |
Log message:
whitespace removal
|
2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | |
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
2005-08-03 22:37:44 by Adrian Portelli | Files touched by this commit (3) | |
Log message:
Add patch to address msfweb "refang" security update
Bump to nb2
make pkglint happy
|
2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273) |
Log message:
Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|