qu35t-code

Results 53 issues of qu35t-code

I have a problem when launching ruby programs (msfconsole, evil-winrm) in exegol : ```bash root@lab:/workspace# evil-winrm Traceback (most recent call last): 2: from /usr/local/bin/evil-winrm:23:in `' 1: from /usr/lib/ruby/vendor_ruby/rubygems.rb:300:in `activate_bin_path' /usr/lib/ruby/vendor_ruby/rubygems.rb:281:in...

Steps to reproduce : ``` git clone https://github.com/micahvandeusen/gMSADumper.git cd gMSADumper python3 -m venv ./venv source ./venv/bin/activate pip install -r requirements.txt python3 ./gMSADumper.py -d "cascade.local" -l "10.10.10.182" -u "r.thompson" -p "rY4n5eva"...

Better code + better user experience. Please merge !

### Contact Details _No response_ ### What is the idea? Havoc would need to integrate Linux agents. I know there is an external way like Shaco: https://github.com/souzomain/Shaco but the best...

enhancement

Works with Base64 but fail with Base32 ```bash > RUST_BACKTRACE=1 basecracker crack "MJQXG2LMNFZWW4Y=" thread 'main' panicked at 'explicit panic', /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base85-1.1.1/src/lib.rs:210:18 stack backtrace: 0: rust_begin_unwind at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/std/src/panicking.rs:578:5 1: core::panicking::panic_fmt at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/panicking.rs:67:14...

Donut-shellcode is not supported for arm64. ``` ib -o build/lib.linux-aarch64-cpython-311/donut.cpython-311-aarch64-linux-gnu.so /usr/bin/ld: lib/aplib64.a(elfstubs.o): Relocations in generic ELF (EM: 62) /usr/bin/ld: lib/aplib64.a: error adding symbols: file in wrong format collect2: error: ld...

* Mac M2 ARM * go version go1.21.0 darwin/arm64 `go get -u github.com/mysteriumnetwork/go-openvpn` ```bash if _, err := os.Stat(vpnFileParam); os.IsNotExist(err) { fmt.Println("The file does not exist :", vpnFileParam) os.Exit(1) }...

The golang version you are using is 1.16. Currently we are on version 1.21.6. For a question of stability I recommend 1.20. Update your go.mod file and don't forget goreleaser...

Hi, You forgot the `pypdf` dependency in the `pyproject.toml` file during your last release (v1.2.0). **Fail :** ```bash [Apr 04, 2024 - 11:49:22 (CEST)] exegol-ctf4 /workspace # pipx install --system-site-packages...