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

Collect copies of processes shown up as being "(deleted)" #36

Closed
tclahr opened this issue Mar 5, 2022 · 3 comments
Closed

Collect copies of processes shown up as being "(deleted)" #36

tclahr opened this issue Mar 5, 2022 · 3 comments
Assignees
Labels
type: artifact Improvements or additions to artifacts

Comments

@tclahr
Copy link
Owner

tclahr commented Mar 5, 2022

Collect copies of /proc/<pid>/exe or any of /proc/<pid>/fd/* if they are shown up as being "(deleted)".

Please refer to discussion #34

@tclahr tclahr added the type: artifact Improvements or additions to artifacts label Mar 5, 2022
@tclahr tclahr self-assigned this Mar 5, 2022
@tclahr
Copy link
Owner Author

tclahr commented Mar 18, 2022

I have updated UAC to collect copies of '/proc/[pid]/exe' and their related '/proc/[pid]/fd/*' if they are shown up as being (deleted) on Linux systems. They are copied using 'dd conv=swab' tool in order to avoid UAC output file being flagged and quarantined by any antivirus tool.

Clone the following branch if you want to test it please -> https://github.com/tclahr/uac/tree/feature/issue-36

@tclahr
Copy link
Owner Author

tclahr commented Mar 21, 2022

I have updated UAC to collect copies of '/proc/[pid]/object/a.out' if they are shown up as being (deleted) on Solaris systems. They are copied using 'dd conv=swab' tool in order to avoid UAC output file being flagged and quarantined by any antivirus tool.

Clone the following branch if you want to test it please -> https://github.com/tclahr/uac/tree/feature/issue-36

@tclahr
Copy link
Owner Author

tclahr commented Mar 25, 2022

Merged into develop branch via PR #42

@tclahr tclahr closed this as completed Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: artifact Improvements or additions to artifacts
Projects
None yet
Development

No branches or pull requests

1 participant