| Class | Msf::DBManager |
| In: |
lib/msf/core/db_manager.rb
lib/msf/core/db.rb |
| Parent: | Object |
The DB module ActiveRecord definitions for the DBManager
| active | [RW] | Returns true if we are ready to load/store data |
| usable | [RW] | Returns true if the prerequisites have been installed |
This method iterates the hosts table calling the supplied block with the host instance of each entry. TODO: use the find() block syntax instead
This method iterates the services table calling the supplied block with the service instance of each entry.
This method iterates the vulns table calling the supplied block with the vuln instance of each entry.