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

document known weaknesses #27

Open
clach04 opened this issue Mar 4, 2023 · 0 comments
Open

document known weaknesses #27

clach04 opened this issue Mar 4, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@clach04
Copy link
Owner

clach04 commented Mar 4, 2023

Known weaknesses and considerations.
Keywords; security, problems.

Some info in wiki:

Some info in #4

#25

PT stores unencrypted text in memory. If a memory dump is automatically taken after a system or application crash or some of the memory is saved to a swap file, the sensitive information will be present on the disk. Sometimes it is possible to configure an operating system not to use a dump and swap files.

PT stores unencrypted passwords in memory

vim script/plugin/auto command (as of

if $PT_PASSWORD == ""
) caches password.

Doc command line arg exposure.

Doc or link to each encryption implementation with quick overview and possible weaknesses (some notes in #4):

For shelling out, command with same name as real command at head is path could wrap real binary/script and log passwords and/or plain text.

https://www.reddit.com/r/crypto/comments/100b0ed/how_much_of_a_security_risk_is_it_to_expose_a/

WIP ptwebcp uses/allows GET parameters for password for convenience of debugging and testing. Leaks passwords to browser history.

@clach04 clach04 added the documentation Improvements or additions to documentation label Mar 4, 2023
@clach04 clach04 pinned this issue Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant