Konrads Klints
Konrads Klints
Made it nicer for people to use
Evtx'es have a property "InstanceID" which is related to EventID: > InstanceID is not EventID, but can be: > The InstanceId property uniquely identifies an event entry for a configured...
1>------ Build started: Project: DiscUtils.PowerShell, Configuration: Debug Any CPU ------ 1>CSC : error CS0006: Metadata file 'C:\Users\Administrator\Documents\Code\discutils\Library\DiscUtils\bin\Debug\net40\DiscUtils.dll' could not be found 1>Done building project "DiscUtils.PowerShell.csproj" -- FAILED. ========== Build: 0...
### Issue description pipenv can generate file paths during build which are more than 260 characters which breaks on Windows as described in this issue by https://github.com/netleibi/fastchunking/issues/6#issuecomment-877677653 by @netleibi There...
### Description NB: This is a cross-bug report with https://github.com/pypa/pipenv/issues/5160. As per @matteius advice I am putting this on pip backlog. pip can generate file paths during build which are...
Traces
The sample span in [this documentation page ](https://opentelemetry.io/docs/concepts/signals/traces/#spans-in-opentelemetry) does not include neither "Trace Flags" nor "Trace State". This needs either a better example span or the documentation needs adjusting.
Baggage
The [documentation on Baggage](https://opentelemetry.io/docs/concepts/signals/baggage/) provides examples of "non-sensitive data that you’re okay with potentially exposing to third parties", such as: - Account Identification; - User Ids; - Product Ids;and -...
On Win 7 it fails as ssl protocol isn't correct. Add anywhere before net webclient [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
If an exec command is given to the client, the client executes it and then exits, for example: ``` $ ./dnscat --dns domain=dnscat2.smelkovs.com --secret acme Creating DNS driver: domain =...
* This PR fixes a NULL pointer deref and crash issue when domain is empty (no --dns or domain). * It also changes -d to --debug (and -q to --quiet)...