Alex Flores

Results 12 issues of Alex Flores

is there currently any notion of session data exchanged between client and proxy? during network hiccups, it's great to get a connection back, but it creates a new session on...

#### Card #635 #### Details Changes logontype to INTERACTIVE to allow expected behavior from `make-token`

**Describe the bug** the make-token functionality always reports success, even when providing incorrect credentials **To Reproduce** Steps to reproduce the behavior: 1. `make-token -d bits.lan -u noone -p b4dp4ssw0rd` 2....

bug

**Describe the bug** `psexec` states "no generated payloads" exist for a given profile despite explicitly generating one beforehand message displays: `- [*] No builds found for profile $MYPROFILE, generating a...

bug

Adding initial Swarm support and customizable labels. Potentially addresses #10 #11 #15 #5

exploding zipped rows to flatten them is unnecessary since `Hash[]` takes a 2-d array ``` ruby def ordered_map_for columns, row h = Hash[*columns.zip(row).flatten] row.each_with_index { |r, i| h[i] = r...

performance

Currently returning thousands of records with string instances as keys. Seems wasteful. ``` ruby [12] pry(main)> DB.execute("select * from politicians")[0].keys.first.object_id # is String: "name" => 70139106472200 [13] pry(main)> DB.execute("select *...

This PR pulls in changes made to `master` since the last divergence of `dev` from `master` (these would have surfaced merge conflicts on the next merge from dev into master)...

- [x] The submission is for [a stable version](https://docs.brew.sh/Acceptable-Casks#stable-versions) or [documented exception](https://docs.brew.sh/Acceptable-Casks#but-there-is-no-stable-version). - [x] `brew audit --cask --online ` is error-free. - [x] `brew style --fix ` reports no offenses....

new cask

**OS version** ``` Linux box 6.3.0-1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.3.7-1 (2023-06-12) x86_64 GNU/Linux ``` **QT version** *if dynamically linking* (`qtdiag |head -n 3`): n/a **Description of the problem including...

bug
triage