mirror of
https://github.com/kmanc/remote_code_oxidation
synced 2026-06-08 15:21:46 +00:00
configuration file for the reverse shell
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// Configure attacking machine's IP and listening port
|
||||
pub const IP: &str = "127.0.0.1";
|
||||
pub const PORT: u16 = 4444;
|
||||
Reference in New Issue
Block a user