46
I Use This!
Very High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 28, 2024 — May 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
back to development. 3.8 here we come
egyp7
as James Lee
More... about 14 years ago
reverting the disclosure dates for now need to clean up the patch More... about 14 years ago
Fixes a ton of Disclosure Date discrepencies in various modules, thanks a ton to Michael Baker for spending the time to ensure accuracy More... about 14 years ago
Added TheLightCosines OpenSSL ChangeCipherSpec DoS aux module More... about 14 years ago
add post count to the banner
egyp7
as James Lee
More... about 14 years ago
Exceptions trying to determine DB status should simply return false More... about 14 years ago
allow extra arguments to svn
egyp7
as James Lee
More... about 14 years ago
cosmetic
egyp7
as James Lee
More... about 14 years ago
Lets try this without breaking msfpayload More... about 14 years ago
add osvdb ref More... about 14 years ago
drastically reduce wait time for -h by moving the usage above msf requires, see r12510
egyp7
as James Lee
More... about 14 years ago
Clean up an SNMP rescue clause that makes Windows Ruby builds sad.
todb
as Tod Beardsley
More... about 14 years ago
This adds a migrated flag to the framework.db object, to prevent a race condition between session_manager startup and db availability while the schema loads. This also makes the session_manager code try again (up to a max count) when it encounters an exception More... about 14 years ago
check for a nil return value from write(), fixes #4329
egyp7
as James Lee
More... about 14 years ago
Fixed more typos
sinn3r
as Wei Chen
More... about 14 years ago
Fixed typo.
sinn3r
as Wei Chen
More... about 14 years ago
Map write to syswrite for BufferSock More... about 14 years ago
Updated print_error() for sqlite3's rescue
sinn3r
as Wei Chen
More... about 14 years ago
Check for the database first More... about 14 years ago
Fix URL More... about 14 years ago
release!
egyp7
as James Lee
More... about 14 years ago
don't read from the rsock as that's already taken care of by monitor_rsock in StreamAbstraction. fixes EVERYTHING. also fixes #4321
egyp7
as James Lee
More... about 14 years ago
This removes the abortive_close code for stream sockets, it was leading to inconsistencies in how dead sessions were cleaned up More... about 14 years ago
Add the second required argument to write() More... about 14 years ago
Just use :mac not :host_mac More... about 14 years ago
Use shell_write vs ring.put More... about 14 years ago
Make it clear that all Rex::IO::Stream implementations must accept a second parameter called opts for the read, write, and put methods More... about 14 years ago
fix cmd/unix/reverse by adding proper read() and write() methods to TcpReverseDoubleSessionChannel
egyp7
as James Lee
More... about 14 years ago
don't kill a session when the user ctrl-C's during a command run by sessions -c or a script/postmod
egyp7
as James Lee
More... about 14 years ago
Only try to report to the database if the database driver is active. Fixes #4306 More... about 14 years ago