.. |
arch
|
…
|
|
assembly
|
…
|
|
elfparsey
|
…
|
|
elfscan
|
…
|
|
encoder
|
Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround
|
2011-05-12 20:03:55 +00:00 |
encoders
|
…
|
|
encoding
|
Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround
|
2011-05-12 20:03:55 +00:00 |
exploitation
|
remove extraneous relative load path addition, bad bad bad
|
2011-09-19 23:01:26 +00:00 |
image_source
|
…
|
|
io
|
supress a useless exception (trying to close a closed stream)
|
2011-06-30 05:12:07 +00:00 |
logging
|
Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround
|
2011-05-12 20:03:55 +00:00 |
machparsey
|
…
|
|
machscan
|
…
|
|
mime
|
…
|
|
nop
|
…
|
|
ole
|
…
|
|
parser
|
Fixes a problem where vulns were sometimes given the reference of the one before it.
|
2011-10-16 04:46:16 +00:00 |
payloads
|
Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround
|
2011-05-12 20:03:55 +00:00 |
peparsey
|
…
|
|
pescan
|
Show DllCharacteristics (see #5234)
|
2011-09-08 22:55:12 +00:00 |
platforms
|
…
|
|
poly
|
add BufferRegister and BufferOffset support for shikata_ga_nai. see #3563. tested this pretty extensively. /me crosses fingers
|
2011-01-26 04:24:41 +00:00 |
post
|
Winsock2 getaddrinfo definition for Railgun
|
2011-10-12 23:14:10 +00:00 |
proto
|
Fix some TOCTOU confusion and database errors.
|
2011-09-23 15:12:19 +00:00 |
ropbuilder
|
RopCollect needs to use print_status too
|
2011-09-06 23:08:58 +00:00 |
script
|
make sure we have the right kind of args. fixes argument processing for scripts
|
2011-01-19 23:36:11 +00:00 |
services
|
…
|
|
socket
|
This small patch causes any input to RangeWalker that contains a host name to expand to all A records returned for that name. This allows RHOSTS to be set to a dns name that returns multiple addresses and for all addresses corresponding to the name to be tested.
|
2011-10-09 01:07:51 +00:00 |
struct2
|
…
|
|
sync
|
…
|
|
ui
|
better fix for gsub() on non-String values in the table. Fixes cachedump brokenness
|
2011-10-16 00:23:29 +00:00 |
zip
|
add support for providing a list of CA certs for the signature
|
2011-05-26 17:50:56 +00:00 |
LICENSE
|
…
|
|
arch.rb
|
Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround
|
2011-05-12 20:03:55 +00:00 |
codepage.map
|
…
|
|
compat.rb
|
whitespace
|
2011-08-16 21:16:25 +00:00 |
constants.rb
|
…
|
|
elfparsey.rb
|
…
|
|
elfscan.rb
|
…
|
|
exceptions.rb
|
sometimes windows raises EADDRNOTAVAIL which gets mapped to AddressInUse when using addresses it doesn't like, e.g. .0 and .255; make AddressInUse a ConnectionError so scanners handle it properly. makes scanners work on windows when an address range includes one of these. they won't be scanned (since windows is dumb) but at least it won't error out.
|
2011-08-10 00:51:23 +00:00 |
exceptions.rb.ut.rb
|
…
|
|
file.rb
|
Apply patches from Matthew Weeks (scriptjunkie) to fix traversal flaws outlined in his Black Hat DC talk:
|
2011-01-25 02:24:37 +00:00 |
file.rb.ut.rb
|
…
|
|
image_source.rb
|
…
|
|
job_container.rb
|
Proactively wrap each() in other Hash based classes to avoid situations that trigger modification during enumeration
|
2011-04-30 04:59:27 +00:00 |
logging.rb
|
Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround
|
2011-05-12 20:03:55 +00:00 |
machparsey.rb
|
…
|
|
machscan.rb
|
…
|
|
mime.rb
|
…
|
|
ole.rb
|
…
|
|
payloads.rb
|
Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround
|
2011-05-12 20:03:55 +00:00 |
peparsey.rb
|
Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround
|
2011-05-12 20:03:55 +00:00 |
pescan.rb
|
Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround
|
2011-05-12 20:03:55 +00:00 |
platforms.rb
|
Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround
|
2011-05-12 20:03:55 +00:00 |
poly.rb
|
…
|
|
post.rb
|
Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround
|
2011-05-12 20:03:55 +00:00 |
proto.rb
|
Lets just leave this here (insurance against my laptop melting down between now and tomorrow morning). Nothing to see here, move along ;)
|
2011-08-03 22:58:55 +00:00 |
proto.rb.ts.rb
|
…
|
|
ropbuilder.rb
|
Add msfrop, a tool for collecting and ROP gadgets, features include export and import in CSV format, powerful regex searching
|
2011-06-10 12:54:01 +00:00 |
script.rb
|
…
|
|
service.rb
|
…
|
|
service_manager.rb
|
Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround
|
2011-05-12 20:03:55 +00:00 |
service_manager.rb.ut.rb
|
…
|
|
socket.rb
|
This small patch causes any input to RangeWalker that contains a host name to expand to all A records returned for that name. This allows RHOSTS to be set to a dns name that returns multiple addresses and for all addresses corresponding to the name to be tested.
|
2011-10-09 01:07:51 +00:00 |
socket.rb.ut.rb
|
add a method for determining if an address is internal, i.e. within the ranges specified in rfc1918 or rfc5735, and cleanup the unit tests to work on 1.9 and account for various changes to the library that previously didn't get any love in the tests, e.g. r4545.
|
2011-01-15 04:40:21 +00:00 |
struct2.rb
|
…
|
|
sync.rb
|
Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround
|
2011-05-12 20:03:55 +00:00 |
test.rb
|
…
|
|
text.rb
|
Treat all input as strings, avoids some sloppy caller code that wasn't as strict before
|
2011-10-18 19:16:48 +00:00 |
text.rb.ut.rb
|
…
|
|
thread_factory.rb
|
…
|
|
time.rb
|
…
|
|
transformer.rb
|
…
|
|
transformer.rb.ut.rb
|
…
|
|
ui.rb
|
Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround
|
2011-05-12 20:03:55 +00:00 |
zip.rb
|
fix the requires for java signing.
|
2011-05-25 18:02:02 +00:00 |