Cale Black
Cale Black
> See #113 for discussion Added a SHA-512 hashing mechanism modeled off of the SHA-256 tools. The majority of this code is nearly copy and pasted from the function with...
# Use Case Currently SHA-256 is the only supported hashing algorithm (and there is some engineering design decisions in #39), this PR creates a SHA-512 sink that works identically the...
In the check for compression the application only checks for the string "tar.gz", but "tgz", "tar.gzip", etc. are very common. I would suggest removing these string checks and add to...
Fixed posix environmental variables getting pulled from os.environ to ctypes to allow for use before init and in specific sudo environments. Example, when run from init.d droopy would error out...
# Problem Currently the `go-exploit/payload` package is used as a generic store for all payload related activities including: - Bind shells - Reverse shells - Payload encoding - "Minified" &...
This adds the NodeJS, Perl, Ruby, ksh, and socat payloads from the gtfobins project (with some modification). It's also the first steps to starting to figure out how to best...
It's come up a few times in the last few weeks where we have added flags for doing virtualhost settings in `protocol` or want to allow for changing of the...
We are now at the point that simple reverse shells are not cutting all the use cases. This lays the framework to move to a channel object containing data that...
There's a couple of really simple functions that we have used to a pretty extreme degree that might save a decent amount of time to just wrap in a simple...
# Problem Currently there's no formalized way to store exploit artifacts in a consistent way, and has been handled by either just printing extracted data into `Success` log level or...