Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Docs for PHP Object Injection Emulator #329

Merged
merged 2 commits into from
Jun 8, 2019
Merged

Conversation

rjt-gupta
Copy link
Collaborator

No description provided.

@coveralls
Copy link

coveralls commented Jun 8, 2019

Pull Request Test Coverage Report for Build 977

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 70.602%

Totals Coverage Status
Change from base Build 972: 0.0%
Covered Lines: 1184
Relevant Lines: 1677

💛 - Coveralls

@@ -88,6 +88,21 @@ It emulates `PHP code injection`_ vuln. Usually, this type of vuln is found wher
functions like eval, assert. To mimic the functionality, user input is converted to the following code
``<?php eval('$a = user_input'); ?>`` and then passed to phpox to get php code emulation results.

PHP Object Injection Emulator
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add information that user need have its own method to expose the code about class itself for now. And also add a link to `vuln_code stating this is the default code but you can add your own class here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@rnehra01 rnehra01 merged commit e68e79c into mushorg:master Jun 8, 2019
@rjt-gupta rjt-gupta deleted the poi-docs branch June 8, 2019 18:27
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants