back to development. 3.8 here we come |
|
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 |
|
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 |
|
More...
|
about 14 years ago
|
cosmetic |
|
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 |
|
More...
|
about 14 years ago
|
Clean up an SNMP rescue clause that makes Windows Ruby builds sad. |
|
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 |
|
More...
|
about 14 years ago
|
Fixed more typos |
|
More...
|
about 14 years ago
|
Fixed typo. |
|
More...
|
about 14 years ago
|
Map write to syswrite for BufferSock |
|
More...
|
about 14 years ago
|
Updated print_error() for sqlite3's rescue |
|
More...
|
about 14 years ago
|
Check for the database first |
|
More...
|
about 14 years ago
|
Fix URL |
|
More...
|
about 14 years ago
|
release! |
|
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 |
|
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 |
|
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 |
|
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
|