.. |
arch
|
First round of bugfixes for encoders. Alphanumeric encoders no longer default the BufferRegister option, since this can lead to non-compatible exploits falling through to these encoders, selecting them, and then crashing. The new method uses a dynamic (not quite poly) geteip generator, that while not yet alphanumeric compatible, it handles most of the known use cases. Remaining items:
|
2006-09-10 05:10:48 +00:00 |
assembly
|
Always use IO.read vs IO.readlines.join
|
2006-12-17 07:00:44 +00:00 |
encoder
|
fixed a few issues with the alpha2 implementation
|
2006-12-28 05:19:31 +00:00 |
encoders
|
/usr/bin/ruby vs /usr/bin/env ruby
|
2005-12-17 06:46:23 +00:00 |
encoding
|
Tabs vs Spaces
|
2006-01-27 05:33:08 +00:00 |
exploitation
|
hex-normal is broken?
|
2007-01-15 00:43:17 +00:00 |
io
|
Consistency fixes for the print_* routines
|
2007-02-11 19:40:33 +00:00 |
logging
|
Added the stderr log sink
|
2006-09-16 05:50:10 +00:00 |
nop
|
/usr/bin/ruby vs /usr/bin/env ruby
|
2005-12-17 06:46:23 +00:00 |
parser
|
/usr/bin/ruby vs /usr/bin/env ruby
|
2005-12-17 06:46:23 +00:00 |
payloads
|
Changed the defaut win32 process back to lsass.exe until we come up with a better solution -- spools just results in nothing happening in many cases.
|
2006-11-16 03:49:56 +00:00 |
peparsey
|
potential fix for msfpescan issue
|
2006-07-31 13:44:58 +00:00 |
pescan
|
Bugfix
|
2006-09-02 06:49:06 +00:00 |
platforms
|
This adds the backupexec registry access module and a supporting library for windows registry constants
|
2006-12-02 19:48:10 +00:00 |
poly
|
fix poly generation bug
|
2006-04-14 04:09:53 +00:00 |
post
|
rescue Timeout::Error, not TimeoutError
|
2007-03-01 07:47:40 +00:00 |
proto
|
fixed typo in simplified modules
|
2007-02-24 21:42:13 +00:00 |
services
|
defanged mode
|
2007-01-30 04:48:35 +00:00 |
socket
|
Wifi updates
|
2006-11-11 21:45:28 +00:00 |
struct2
|
support to use proper pointer representation and 64-bit integers in struct
|
2006-04-24 21:09:36 +00:00 |
sync
|
major doc update
|
2005-11-15 05:22:13 +00:00 |
ui
|
Sessions can be detached and killed from the console
|
2007-02-18 22:35:07 +00:00 |
LICENSE
|
Updated to reflect the new license of Rex
|
2006-09-01 15:50:10 +00:00 |
arch.rb
|
Fixed Rex::Arch.endian()
|
2006-07-31 02:50:41 +00:00 |
codepage.map
|
* add MS's widechar encoding support, named uhwtfms :P (note, to use in something like a URI, it needs to be cleaned up... since you have to send %uXXXX instead of just 2 bytes raw encoded)
|
2006-02-22 23:29:34 +00:00 |
compat.rb
|
Minor bug fixes to remove extra 'p' calls
|
2006-07-27 22:28:19 +00:00 |
constants.rb
|
Initial support for PHP payloads
|
2006-12-17 07:57:51 +00:00 |
exceptions.rb
|
Tabs vs Spaces
|
2006-01-27 05:33:08 +00:00 |
exceptions.rb.ut.rb
|
/usr/bin/ruby vs /usr/bin/env ruby
|
2005-12-17 06:46:23 +00:00 |
file.rb
|
typo, case sensitive
|
2007-02-15 07:28:52 +00:00 |
file.rb.ut.rb
|
/usr/bin/ruby vs /usr/bin/env ruby
|
2005-12-17 06:46:23 +00:00 |
job_container.rb
|
Fix a bug that prevents jobs from being cleaned up
|
2006-09-16 20:07:25 +00:00 |
logging.rb
|
Make it so you can require meterpreter without having to require rex.rb, steps towards a standalone meterp
|
2006-08-21 21:35:03 +00:00 |
payloads.rb
|
starting integration of kernel-mode payloads
|
2006-10-16 21:40:38 +00:00 |
peparsey.rb
|
lib/msf/core/module_manager.rb - bug fixes to make it work with ruby-cvs
|
2006-04-15 20:26:41 +00:00 |
pescan.rb
|
Nearly 100% functional
|
2006-04-16 04:41:54 +00:00 |
platforms.rb
|
Woops, forgot to commit this, thanks MC!
|
2006-12-02 23:56:52 +00:00 |
poly.rb
|
poly encoder fixes
|
2006-01-18 15:43:48 +00:00 |
post.rb
|
/usr/bin/ruby vs /usr/bin/env ruby
|
2005-12-17 06:46:23 +00:00 |
proto.rb
|
Changes from Brian Caswell
|
2005-11-30 19:42:19 +00:00 |
proto.rb.ts.rb
|
* fixup include path
|
2006-01-30 18:58:16 +00:00 |
script.rb
|
support for meterpreter scripts
|
2006-09-19 03:15:25 +00:00 |
service.rb
|
fix for service management issue with tcp server/http server mixins
|
2006-12-17 07:12:04 +00:00 |
service_manager.rb
|
woops
|
2006-12-17 07:52:05 +00:00 |
service_manager.rb.ut.rb
|
/usr/bin/ruby vs /usr/bin/env ruby
|
2005-12-17 06:46:23 +00:00 |
socket.rb
|
Support for bidirectional pipe on windows uses a hacked up socket_pair()
|
2007-01-21 20:21:58 +00:00 |
socket.rb.ut.rb
|
* add dotted quad validation tests (to prove the current one is broken :P )
|
2006-06-15 22:41:31 +00:00 |
struct2.rb
|
/usr/bin/ruby vs /usr/bin/env ruby
|
2005-12-17 06:46:23 +00:00 |
sync.rb
|
more meterp decoupling
|
2006-08-21 22:50:27 +00:00 |
test.rb
|
fixed typo in simplified modules
|
2007-02-24 21:42:13 +00:00 |
text.rb
|
Sessions can be detached and killed from the console
|
2007-02-18 22:35:07 +00:00 |
text.rb.ut.rb
|
* add html encoding
|
2006-07-24 19:25:59 +00:00 |
time.rb
|
added gzip detection
|
2006-01-03 04:07:20 +00:00 |
transformer.rb
|
major doc update
|
2005-11-15 05:22:13 +00:00 |
transformer.rb.ut.rb
|
* rex exception names are used, therefor rex/exceptions is required
|
2006-01-30 18:50:43 +00:00 |
ui.rb
|
meterp/msfconsole irb mode
|
2005-12-06 04:39:14 +00:00 |