-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a subreddit transport #8
Comments
I agree, this would likely be a much lower level of effort that Twitter as well. I'll begin researching options |
Commit 9f0d36b is a working implementation of this using reddit PMs. While this does not fulfill the the specified "subreddit" request, this is a good first proof of concept that demonstrates this is possible and fairly straightforward. The
You will need to register a reddit app (as a script), install the Currently, there is a bug that will be encountered if the data being sent is greater than 10k characters in length. I will resolve this, but one can load the stager manually (e.g. from a text file) for debugging purposes and verify that this does in fact work as a transport mechanism. This should be fairly straightforward if we go the route of adding a beginning and ending delimiter between transmissions. |
In 4fc3399, renaming |
Moving development tracking of reddit PM transport to #9 |
Adding to backlog for now, will revisit after beta release, see #23 and Milestone 3. |
It would be nice to have a subreddit based c2 support. This should avoid the challenges posed by twitter. While still being just as reliable.
The text was updated successfully, but these errors were encountered: