rapid7 / meterpreter

THIS REPO IS OBSOLETE. USE https://github.com/rapid7/metasploit-payloads INSTEAD
Other
326 stars 143 forks source link

Add arch to Linux ps #127

Closed wvu closed 9 years ago

wvu commented 9 years ago

Uses /proc/<PID>/exe and e_ident[EI_CLASS].

Haven't been able to test it yet, since APT decided to blow up and kill my deps - no build environment.

This feature exists because we were dummies and tried migrating 32-bit Meterpreter into a 64-bit process. ptrace_scope was not to blame. 8)

metasploit-public-bot commented 9 years ago

Can one of the admins verify this patch? For more information see: https://github.com/rapid7/meterpreter/wiki/CI-Testing

wvu commented 9 years ago

Also, Ruby has destroyed my ability to write C. :'(

bcook-r7 commented 9 years ago

jenkins, add to whitelist jenkins, this is ok to test

bcook-r7 commented 9 years ago

this breaks listing any processes not owned by the user if not running as root - will send a fix

wvu commented 9 years ago

Stupid continue.

bcook-r7 commented 9 years ago

jenkins, this is ok to test

OJ commented 9 years ago

Good stuff wvu.