Code Monkey home page Code Monkey logo

dfirws's Introduction

dfirws's People

Contributors

dependabot[bot] avatar reuteras avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

joelvaneenwyk

dfirws's Issues

Add ghidriff

Add ghidriff to the sandbox to get be able to test the interesting binary diff reports. Access symbolservers during run so will require network access when running.

Fix sigma venv

Install plugins during download to be able to use offline.

MVT

It would be nice to https://github.com/mvt-project/mvt installed but at the moment (2023-12-03) the documentation (https://docs.mvt.re/en/latest/install/) says:

MVT does not currently officially support running natively on Windows. While most functionality should work out of the box, there are known issues especially with mvt-android.

They recommend WSL which isn't available in the sandbox.

Revisit later.

Change download of Didier tools

Download via git in a sandbox and save the needed tools. Need to remove some tools since AV sometimes flags binary files as malware.

Add Perl

Add Strawberry Perl. It's available on GitHub so easier to download then ActiveState Perl.

Install in VM

Look at the possibility to change this tool to make it possible to use the downloaded files for installation in a VM or in the local machine.

How to do upgrades then?

JSON

Since JSON is a very common format add more tools to handle JSON-data.

Add tools:

Watch releases and security notifications.

Tool that currently isn't supported on Windows is jless.

Related:

  • Add links to tools
  • Add JSON-page in wiki

Add tools to Git for Windows bash

Tools can be added from https://repo.msys2.org/msys/x86_64/. Files are compressed by zstd by Facebook so a version of https://github.com/facebook/zstd must be available to expand since zstd is not included in Git for Windows. Some packages to add are:

  • binutils
  • bash-completion
  • cpio
  • nasm
  • pv
  • tree
  • zstd

This will be optional since zstd is needed. After installing zstd packages can be uncompressed by running:

C:\Tools\bin\zstd.exe -d C:\Users\reuteras\Downloads\binutils-2.40-1-x86_64.pkg.tar.zst

In bash you can unpack the tar-file:

cd /
tar -x -vf ~/Desktop/readonly/binutils-2.40-1-x86_64.pkg.tar

The latest version of a package can be found with:

curl --silent https://repo.msys2.org/msys/x86_64/ | findstr '"binutils' | findstr /v ".sig" | select -Last 1 | foreach { ($_ -split '"')[1]}

With binutils and nasm code like https://github.com/accidentalrebel/shcode2exe should work.

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.