Tobias Neitzel

Results 14 issues of Tobias Neitzel

Added the tool remote-method-guesser presented at BHUSA Arsenal 2021.

Hi there :wave: **Describe the bug**: There seems to be an issue with line numbers in code blocks and mobile devices. When using line numbers with table format (``lineNos: true``...

bug
help wanted

**What does this PR change? What problem does it solve?** This PR resolves two formatting issues with code block borders. The following screenshot demonstrates the problem: ![image](https://user-images.githubusercontent.com/49147108/147380535-5914ce54-a3d4-41f9-aa74-813f0284c1ec.png) 1. The background...

bug
help wanted

Hi there :wave: so far, `GetADUsers.py` only allowed searching for users within the same domain. When running against a foreign domain, that trusts the domain the current user is authenticating...

Hi there :wave: this PR adds a new type to *argparse4j*: `SubparserGroup`. ### Why ---- Well, we already have `ArgumentGroup` to group arguments into logical groups. For command line applications...

**V version:** `V 0.3.1 90d9b20.7eb3678` **OS:** linux, "Manjaro Linux" (VM) **What did you do?** I'm sorry, but the problem I'm currently encountering only occurred at a certain point of a...

Bug

### Describe the bug I try to save a *C* struct within the `App` structure that holds the `vweb.Context`. This works basically, but I'm required to declare the *C* structure...

Bug
Unit: vweb

### Describe the feature v's compile time `$if` seems currently not to work on the toplevel of a module. It needs to be nested within a function. This makes it...

Feature Request

In the last few months, we encountered more and more ADCS instances that neither supported web enrollment, nor exposed the CertSvc via plain RPC. The output of `certipy req` looks...

From *RpcCore2* on, the `_RPC_INTERFACE_T` structure layout seems to be incorrect regarding the security callback. I recently encountered a 32bit RPC server utilizing security callbacks and they were not displayed...