Skip to content

This tool can collect different artifact on running windows system.🦀

License

Notifications You must be signed in to change notification settings

tranosgames/Collector

Repository files navigation

Collector

This tool can collect different artifact on running system.

Like a kape but faster, more secure and open source in rust 🦀.

🏗️ Build Poject

You need to install rust on you computer.

You can use this following command to run the project for test:

cargo run --bin collector_cli -- -h

Or build in production mode:

cargo build --release --bin collector_cli

Run collector

The project is build to easy to run. You can just start the binary and the process go to start.

🆘 Help command

This tool was an artifact collector fast and secure. It can collect low level files.

Usage: collector_cli.exe [OPTIONS] [COMMAND]

Commands:
  ressources  Ressource list options
  help        Print this message or the help of the given subcommand(s)

Options:
  -s, --source <SOURCE>
          The source of collecting artifact [default: C:\]
  -d, --destination <DESTINATION>
          The destination of collecting artifact [default: .\out\]
  -r, --ressources <RESSOURCES>
          Ressources selection. You can list with "ressources" command. Exemple: MFT,Prefetch,EVTX [default: All]
  -p, --path-ressources <PATH_RESSOURCES>
          Path to artifact resources [default: .\ressources\]
      --zip
          Zip the output directory
      --pass <PASS>
          Set zip password
      --vss
          Collect from vss. (longer)
      --log
          Print log output in terminal. (longer)
  -v, --verbose
          Verbose log
  -h, --help
          Print help
  -V, --version
          Print version

👨‍💻 Features

  • VSS (Collect from volume shadow copy)
  • Add ZIP password
  • Emebed config file and ressources to execute in click and lauch binary.
  • Export to VHDX

🖼️ Next project

At the end of this project, I developping a GUI to interact easier with the binary.

About

This tool can collect different artifact on running windows system.🦀

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages