rust-metasploit 1.2.0

Rust wrapper for metasploit
Documentation
1
2
3
4
5
6
7
8
9
#![cfg_attr(docsrs, feature(doc_cfg))]
//! The module which contain all the necessary modules to communicate with RPC Server
pub mod auth;
pub mod console;
pub mod core;
pub mod jobs;
pub mod modules;
pub mod plugins;
pub mod sessions;