metasploit-framework/lib/msf/core/auxiliary
HD Moore 5757216f9a This overhauls the database reporting code - all report_* functions now add their write operation to a queue that is processed sequentially in the background. This prevents concurrency issues around database writes, but prevents modules from immediately using the results of their report_* calls in the database. Still todo is a method for waiting on the write to have occurred
git-svn-id: file:///home/svn/framework3/trunk@7997 4d416f70-5f16-0410-b530-b9f4589650da
2009-12-28 00:21:21 +00:00
..
dos.rb Disbale DoS modules from automation 2008-11-18 19:56:03 +00:00
fuzzer.rb Import some basic ssh fuzzers and a smb fuzzer that can trigger the smb2 negotiate bug 2009-10-25 03:25:15 +00:00
mixins.rb Adds a basic fuzzing mixin, as well as a TDS username fuzzer to demonstrate usage 2009-10-25 01:40:27 +00:00
report.rb This overhauls the database reporting code - all report_* functions now add their write operation to a queue that is processed sequentially in the background. This prevents concurrency issues around database writes, but prevents modules from immediately using the results of their report_* calls in the database. Still todo is a method for waiting on the write to have occurred 2009-12-28 00:21:21 +00:00
scanner.rb Ignore proxy errors during scanning 2009-12-23 15:29:22 +00:00
timed.rb Fixes #434. Always use Timeout.timeout() -- on Ruby 1.9 this results in the Timeout::TimeoutError exception vs RuntimeError 2009-11-02 18:14:57 +00:00
wmapmodule.rb Additional reporting methods removed 2009-11-25 06:20:21 +00:00