mirror of
https://github.com/s-b-repo/rustsploit
synced 2026-06-27 09:54:12 +00:00
Fix formatting issue in Contributing.md
This commit is contained in:
@@ -60,7 +60,7 @@ If your module discovers credentials, hosts, or services, use the framework help
|
||||
|
||||
```rust
|
||||
crate::cred_store::store_credential(host, port, "ssh", user, pass,
|
||||
crate::cred_store::CredType::Password, "my_module");
|
||||
crate::cred_store::CredType::Password, "my_module");
|
||||
crate::workspace::track_host(ip, Some("hostname"), None);
|
||||
crate::workspace::track_service(ip, 22, "tcp", "ssh", Some("OpenSSH 8.9"));
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user