Caleb Stewart
Caleb Stewart
Currently, on the subject of adding database tables to CTFd through a plugin, the documentation only states that you *can* define tables with SQLAlchemy syntax in your plugin ([ref](https://docs.ctfd.io/docs/plugins/overview#adding-database-tables)). While...
Is there a resource anywhere that describes exactly how to modify or extend the theme? I'd simply like to make some slight modifications to the existing core theme. I'd like...
## Description of Changes This PR adds the ability to reload pwncat modules at runtime. This is facilitated through the addition of a new flag for the `Manager.load_modules` method, which...
## Description of Changes Removed loading configuration from XDG directories out of the Manager constructor and into the main entrypoint, and modified logic to comply with the XDG Base Directories...
## Bug Description @mgeddert reported this issue within another issue and via E-mail directly to me. Roughly speaking, the attacker is attempting to load the PowerSploit Recon powershell modules in...
## Bug Description At one point in the past, the `gtfobins` module supported both "printable", "raw" and "base64" streams. The intent was that some commands may not be able to...
## Description of Changes The `base64` stream type in `gtfobins.json` is no longer valid, but there were entries left behind using it. This pull request is meant to remove all...
## Description of Changes Fixes #128. This pull request implements the remaining Windows Privilege Escalation modules tracked in #128. ## Major Changes Implemented: - - - ## Pre-Merge Tasks -...
**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** We need to implement a full compliment of baseline windows enumerations. A good start...
## Bug Description @JohnHammond found this last night, and I wanted to make sure it got tracked here. When attempting to establish a session with a Windows 10 Enterprise 1607...