TheZ3ro

Results 13 issues of TheZ3ro

**Describe the bug** It's possible to upload a release attachment file without having a valid repository/release and without a valid user account, even if DISABLE_REGISTRATION is set to true in...

💊 bug

Add support for SerialPort flags in SerialPortManagerjava SerialPort flags are used in the C library here: https://github.com/kongqw/AndroidSerialPort/blob/master/SerialPortLibrary/src/main/cpp/SerialPort.c#L98 but SerialPortManager.java has an hardcoded flag of 0 https://github.com/kongqw/AndroidSerialPort/blob/master/SerialPortLibrary/src/main/java/com/kongqw/serialportlibrary/SerialPortManager.java#L60 This PR doesn't break...

When downloading an app while using an app-specific password with MFA enabled the following error is reported: `Security check is needed, try to visit https://accounts.google.com/b/0/DisplayUnlockCaptcha to unlock, or setup an...

## Please follow the guide below - You will be asked some questions, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ]...

Add support for WASM bytecode emulation. Qiling already support the EVM as a stack virtual machine. Other VMs that could be supported are the WASM VM, the Dalvik VM, etc.

**Is your feature request related to a problem? Please describe.** Right now, to install pwndoc you need to download the repository and build all the docker images in order to...

enhancement

This PR implements #456 by enabling a new Github Action that will periodically build PwnDoc docker images for every push to the `main` branch or for every new release version...

The Audit Object that is used for the DocxTemplater miss some interesting fields. For example the "Reviewer" data is not included while "Collaborators" are present. https://pwndoc.github.io/pwndoc/#/docxtemplate?id=audit-object Can you point me...

This PR add a new grammar-based fuzzer for boost-json. The JSON protobuf grammar and proto converter are taken from the jsoncpp project here on oss-fuzz. The fuzzers are committed here...