slimm609 / checksec

Checksec
https://slimm609.github.io/checksec
Other
2.05k stars 306 forks source link

--proc not documented or working #183

Closed huornlmj closed 3 years ago

huornlmj commented 3 years ago

Command: checksec --proc=1234

Result: Error: Please provide a valid process name.

Command: checksec --proc=process-name

Result: Error: Please provide a valid process name.

Does the --proc switch actually connect to a running process, or if not where is it documented?

slimm609 commented 3 years ago

I am putting up a fix for this. It supports filenames such as --proc=bash but it will also support a pid once the fix is merged