rust-metasploit 1.2.0

Rust wrapper for metasploit
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(non_camel_case_types)]
use std::collections::HashMap;
use serde::Serialize as se;

#[derive(se)]
pub struct load(pub String,pub String,pub String,pub HashMap<String,String>);
#[derive(se)]
pub struct unload(pub String,pub String,pub String);
#[derive(se)]
pub struct loaded(pub String,pub String);