Himadri Bhattacharjee
Himadri Bhattacharjee
This commit adds flag groups which are mutually exclusive but required, as in, at least one of the flags in a group must be supplied. For example: ```go rootCmd.Flags().StringVarP(&authToken, "auth-token",...
## Description of Changes Addresses https://github.com/calebstewart/pwncat/issues/260. The Linux implant module for authorized keys now checks for the existence of the .ssh directory and the key file. Any file or directory...
# Description The `-sn` flag is added to stop the current ffuf job after receiving N matching responses. Fixes: #540 ## Additonally - [x] If this is the first time...
## Description For a given conjunction continuation, we traverse up to its parent if it exists. If any of the continuations need to be backgrounded, we error out stating that...
When running `goop` in a restricted environment such as a container, the `git` command might not be installed. Instead of assuming the existence of the command, we use the pure...
## Description When using `GSettingsSetting` outside a flatpak environment, the added getter, setter and reset methods should prevent the `AttributeError` when attempting to set the GTK3 theme. Note: I used...
## Description This PR involves replacing a bunch of manual implementations for copying, removing, checking extensions and the like with use of built-in python modules. The JSON reading and parsing...
### Changes - use `.remove()` method on DOM elements to remove them without accessing the parent node - use query selector with filters to match all elements for removal -...
Upon coming across an undefined mode entered using the `@enter` statement, the daemon erroneously states that it is entering the last mode on the mode stack. This PR uses a...
### Changes - The input stream from the microphone is built once in the thread that handles it. - Inside the loop block, the stream is played and paused for...