Alan Foster

Results 50 issues of Alan Foster

Hi @jjyg - thanks for metasm :+1: I was just investigating how much effort was required to get the arm64 assembly parsing and encoding support wired up, and this is...

Hi there; Thanks for Sankeymatic! Is it possible to use Sankeymatic as a standalone library? i.e. providing a slightly different API to support dependency injecting some of the required values...

Continuation of https://github.com/rapid7/metasploit-framework/pull/18646 Adds a new `osx/aarch64/shell_bind_tcp` payload that can opens a listening port on the target machiine, an attacker can then attack to this open port to spawn a...

Continuation of https://github.com/rapid7/metasploit-framework/pull/18646 Adds a new `osx/aarch64/shell_reverse_tcp` payload that can connect back to attacker and spawn a command shell using the user provided command via a execve system call on...

I'm attempting to run the examples: ``` cd libuv ./autogen.sh ./configure make ``` Full output ``` ➜ libuv git:(master) ./configure checking for a BSD-compatible install... /usr/local/bin/ginstall -c checking whether build...

Hey; I've just cloned the repo and noticed that the example app within `examples/oauth-dropbox` doesn't work: ![image](https://user-images.githubusercontent.com/1271782/47300194-ce613580-d613-11e8-89eb-b2a71f579263.png) I'm not sure what the problem is, other than the issue being with...

Hey; Thanks for the component. I just noticed that if you're using a flux/redux style of state management to persist and hydrate the `selectFrom`/`selectTo` values - there are infinite onSelectionChange...

When a preflight CORS request fails, capybara webkit crashes: ``` Capybara::Webkit::CrashError: The webkit_server process crashed! Connection reset by peer This is a bug in capybara-webkit. For help with this crash,...

I would love to understand more about how capybara-webkit works and provide contributions to capybara-webkit. However the contributor's guide does not provide a high-level view of how Capybara Webkit works....

feature-request

Add aarch64 windows exec payload; as well as the initial building blocks of the block API for future windows aarch64 payloads This PR is a draft until there's some more...