configuration file for the reverse shell

This commit is contained in:
Kevin
2021-12-13 19:29:29 -08:00
parent 4ca2e1f10a
commit d83acb7cd6
+3
View File
@@ -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;