Giter Site home page Giter Site logo

fluxany / bolt-rs Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 33 KB

Searches filesystem for 7z archives containing a matching regex or hash in the filename.

License: Eclipse Public License 2.0

Rust 100.00%
compression malware reverse-engineering scripting security utility

bolt-rs's Introduction

Bolt

Bolt searches for 7-zip archive files and extracts only the filenames that match either a hash or regular expression.

This tool is used to aid in the development of Linux security products focused on analyzing artifacts from vx-underground.org and VirusSign.

Usage

Build with Cargo:

cargo build

Run with Cargo:

cargo run -- --help
bolt 
Bolt Archive File Search

USAGE:
    bolt.exe [OPTIONS] <directory>

ARGS:
    <directory>    Sets the input directory

OPTIONS:
    -e                   Extracts the files from the archive.
    -h <hash>            Default hash for files. [default: ]
        --help           Print help information
    -i                   Inverts all bits of the output file.
    -o <output>          Sets the output directory [default: .]
    -p <password>        Default password for files. [default: ]
    -r <regex>           Sets the regular expression to match files. [default: .*]
    -t <term>            Sets the file name term to match files. [default: .*]
    -v                   Sets the level of verbosity

cargo run -- -h hash -pinfected --extract --verbose "/mnt/drive/somefolder"

bolt-rs's People

Contributors

fluxany avatar

Stargazers

 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.