Giter Club home page Giter Club logo

Comments (2)

weldingwit avatar weldingwit commented on August 24, 2024

Fixed it

from o365-attack-toolkit.

Anon-Exploiter avatar Anon-Exploiter commented on August 24, 2024

The compiled binary might not be suitable for all distributions/architectures. Re-compilation is required.

Here's how to recompile, spent time so no one has to.

Setup go (if not already installed):

cd

apt-get -y update
apt-get -y install gcc

wget https://go.dev/dl/go1.22.3.linux-amd64.tar.gz
tar -xvf go1.22.3.linux-amd64.tar.gz

export PATH=$PATH:/home/$USER/go/bin/ # (add in .zshrc as well for access later on)
export CGO_ENABLED=1

go

Download and Compile the binary:

wget https://github.com/mdsecactivebreach/o365-attack-toolkit/archive/refs/heads/master.zip
unzip master.zip
mv o365-attack-toolkit-master /home/$USER/go/src/o365-attack-toolkit

cd /home/$USER/go/src/o365-attack-toolkit
go mod init o365-binary
go mod tidy
go build # takes 1-2 minutes to compile the binary

Run the newly compiled binary:

./o365-binary

from o365-attack-toolkit.

Related Issues (20)

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.