From df9c8899b2174f07ab0fba446b01cbfc75ad8ee8 Mon Sep 17 00:00:00 2001 From: pyro57000 Date: Thu, 23 Oct 2025 15:16:19 -0500 Subject: [PATCH] cleaned up the initial comments --- src/main.rs | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) 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{