diff --git a/src/main.rs b/src/main.rs index 10d047d..7a30fcd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,24 +12,10 @@ use tokio; use tokio::sync::mpsc::{channel, Sender}; /* -Author: Kevin (Kaged Pyro) Gunter +Author: Kevin (Bu4$t_Py40) Gunter Purpose: I got tired of snaffler getting caught, so I rewrote it in rust, which edrs have trouble detecting. - */ -/*#[derive(Parser, Debug)] -#[command(version, about, long_about = Some("finds shares, but its written in rust which sometimes gets past EDR!"))] -struct Args{ - #[arg(short, long, help = "path to save output file Defaults to not saving output.")] - outfile: Option, - - #[arg(short, long, help = "number of threads to use, default to 10. \\nNote thre thread count will be doubled, one set for share finder tasks, and one set for file and infor finding tasks.")] - threads: Option, - - #[arg(short, long, help = "specific targets. should be comma separated.")] - targets: Option, -}*/ - #[derive(Parser, Debug)] #[command(version, about, long_about = Some("finds shares, but its written in rust which sometimes gets past EDR!"))] struct Args{