Zach Riggle
Zach Riggle
In order to ease the process of writing exploits that work on both Python2 and Python3, we should promote some functions from `six` to the toplevel so they come in...
The `MemLeak` module is really nifty, but it would be nice if there were a way to (optionally) automatically persist leaked memory to a file, such that subsequent script executions...
We spam the error message multiple times. The simplest solution to this is likely to only attempt to fill `_platform_info` once via `_init_remote_platform_info` (e.g. `_platform_info['attempted']=True`) Perhaps setting a dummy key...
It looks like using Secretive as the IdentityAgent invalidates options specified in `~/.ssh/config` such as `ControlMaster` and `ControlPersist`. This means that I cannot set keep alive to ~15 minutes to...
Added registers for ARM and PPC, in addition to breaking some other functionality (EFLAGS, bufferizing) which weren't playing nicely. This was mostly just a hack for Boston Key Party, but...
`sync_folder` is currently an absolute path, which prevents (ironically) syncing the PackageSyncing settings between different machines. For example, if my home directory is /home/usera and /home/userb on two different machines,...
Tests.
There are no tests. I'd recommend looking into a corpus of PE files and using Travis CI, Shippable, or Circle Ci to ensure that all of the files parse correctly....
The following snippet does not work as expected, and sits in an infinite loop when using the Django template compiler. ``` p markdown: | Hello, *world*! ``` It appears that...
It looks like sometimes `gist -l` does not correctly fetch the filenames / description of a Gist. This tends to happen more with `(secret)` gists, but since some `(secret)` gists...
## Thanks! Thanks @defunkt for making such a great tool! One thing that I've always wanted is the ability to easily update an existing Gist, without using the web UI....