46
I Use This!
Very High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
Jun 02, 2024 — Jun 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
OpenSSH Information Gather Module, tested against OSX and Linux More... about 14 years ago
This adds a basic RPC server that operates over HTTP and uses MessagePack. The client/server wrappers are still being finalized. MessagePack libraries are avavailable for all major languages ( http://msgpack.org/ ) and this implementation is ridiculous fast and binary safe, relative to XMLRPC. More... about 14 years ago
Two performance fixes for HTTP Servers. The first reduces latency from 0.25s to near-zero for back-to-back connections by using the Queue class as a notify system. The second switches the slow socket.get for the much faster socket.read More... about 14 years ago
Format fix. More... about 14 years ago
Bump back to test More... about 14 years ago
Test update More... about 14 years ago
Nessus imported vulns should reference themselves as a NSS- identifier.
todb
as Tod Beardsley
More... about 14 years ago
Allows for nessus imports to grab the plugin name as well as the plugin ID.
todb
as Tod Beardsley
More... about 14 years ago
mark version for minor release
egyp7
as James Lee
More... about 14 years ago
Bubble up errors from socket.get_once() and trigger an EOFError when read() returns nil More... about 14 years ago
remove logging again, silly debugging
egyp7
as James Lee
More... about 14 years ago
remove logging again, silly debugging
egyp7
as James Lee
More... about 14 years ago
php doesn't reuse array indexes with [], so do some acrobatics to figure out a real channel id. fixes #4418
egyp7
as James Lee
More... about 14 years ago
php doesn't reuse array indexes with [], so do some acrobatics to figure out a real channel id. fixes #4418
egyp7
as James Lee
More... about 14 years ago
don't leave unnecessary evil-looking logs
egyp7
as James Lee
More... about 14 years ago
Remove the leftover autoloads More... about 14 years ago
Change this back to cooincide with autoload revert More... about 14 years ago
Rolling two changes through again (stomped on by the autoload revert) More... about 14 years ago
Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround More... about 14 years ago
Rework to avoid a warning More... about 14 years ago
See #4371, add a missing autoload for :Script More... about 14 years ago
Fixes 4373, Migrates lib/msf to use autoload instead of require (first try) More... about 14 years ago
remove some more unecessary requires More... about 14 years ago
added some more verbosity so its clear things are happening, moved the session.type check to be more immediate More... about 14 years ago
Remove the requires now that autoload has been fixed More... about 14 years ago
See #4371, fix uninitialized constant Rex::Exploitation::Egghunter More... about 14 years ago
Apply patch from chao-mu, fixes #4414 More... about 14 years ago
Add missing requires and autoload to make browser exploits work again. More... about 14 years ago
See #4371, add autoload for PeParsey More... about 14 years ago
remove unnecessary requires for stuff in rex. autoload and a high-level require 'rex' in lib/msf/core.rb should take care of everything. see #4371, #4373, r12587, and r12554.
egyp7
as James Lee
More... about 14 years ago