took the tcp-test code and made a C2 server/beacon
This commit is contained in:
@@ -390,7 +390,7 @@ async fn main() -> anyhow::Result<()> {
|
||||
let srcip: Ipv4Addr = srcip.into();
|
||||
dbg!(srcip, src_mac, dst_mac);
|
||||
|
||||
let dst_mac = [0x00, 0x16, 0x3e, 0xde, 0xa9, 0x93];
|
||||
// let dst_mac = [0x00, 0x16, 0x3e, 0xde, 0xa9, 0x93];
|
||||
|
||||
interface.set_buffer_size(8192)?;
|
||||
interface.set_non_blocking(true)?;
|
||||
|
||||
Reference in New Issue
Block a user