ntqbit

Results 7 issues of ntqbit

Hello. Running the following code in python results in warning: ```python from keystone import * ks = Ks(KS_ARCH_ARM, KS_MODE_ARM) ks.asm('MCR p15, #0, r1, c7, c5, #4') ``` ``` warning: deprecated...

### Operating system Windows 10 x64 22H2 (19045.2006) ### Issue description Hello. First of all, thank you for the great project you made! EfiGuard outputs an error "LoadImage error 800000000000000E...

bug

### Check Existing Issues - [x] I have searched the existing issues and discussions. ### Problem Description Currently, if I am not mistaken, there is no way to disable the...

Implements https://github.com/mitmproxy/mitmproxy/issues/7418. I had to fork the upstream WireGuard library `boringtun` since the upstream version does not allow to extract handshake keys. The fork is here: https://github.com/ntqbit/boringtun/tree/feature/key_logger The changes made...

#### Problem Description WireGuard mode feature is marvelous. It greatly simplifies configuration and avoids dealing with the firewall rules required to set up a regular transparent proxy. However, it has...

kind/feature

#### Problem Description When using `--mode wireguard` and there are some flows, when exiting mitmproxy a segfault occurs. ``` mitmproxy --mode wireguard zsh: IOT instruction (core dumped) mitmproxy --mode wireguard...

kind/triage

This pull request implements logging of handshake wireguard keys into a file compatible with WireShark's key log file for WireGuard protocol, allowing to decrypt WireGuard traffic in Wireshark. WireShark allows...