Skip to content
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

Attack plugins: Add support for duplicated command output in response body #46

Open
andresriancho opened this issue Jan 22, 2013 · 0 comments

Comments

@andresriancho
Copy link
Owner

Introduction

Attack plugins should support the case when the application returns the expected command output more than once. The problem looks like this:

Works

http://localhost/foo?cmd=whoami
...
root

Doesn't work

http://localhost/foo?cmd=whoami
...
root
...
root
...
root

Conditions of satisfaction

  • Write a django-moth test with os_commanding
  • Write a unittest showing that it doesn't work
  • Fix it to work with 1-N copies of the command output in the HTTP response body
@ghost ghost assigned andresriancho Jan 22, 2013
@andresriancho andresriancho changed the title Support the case when the application returns the expected command output more than once Attack plugins: Add support for duplicated command output in response body Mar 29, 2014
@andresriancho andresriancho removed this from the 1.7 - Multiprocessing release milestone Mar 29, 2014
@andresriancho andresriancho added this to the Undefined milestone Feb 5, 2015
@andresriancho andresriancho modified the milestone: Undefined Jun 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant