Giter Club home page Giter Club logo

collector's Introduction

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

Build under Linux

It's able to build rust project under linux to windows. To do that execute the following command

apt-get install gcc-mingw-w64-x86-64 -y
apt-get install gcc -y
apt-get install build-essential -y
rustup target add x86_64-pc-windows-gnu

after that you can build the project for example:

cargo build --target x86_64-pc-windows-gnu --bin collector_packer --release

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.

collector's People

Contributors

tranosgames avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.