build: made it easier to build bind-shell
This commit is contained in:
@@ -8,7 +8,7 @@ use pcap_sys::{self, packets::EthernetPacket};
|
||||
use tokio::{self, io::AsyncReadExt, process, sync::mpsc};
|
||||
use tokio_stream::StreamExt;
|
||||
|
||||
const PUBKEY: &[u8] = include_bytes!("../../key-generator/pubkey");
|
||||
use ex_bind_shell_key_generator::PUBKEY;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> anyhow::Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user