Skip to content

How to see all passwords in ftp-remote-edit #444

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

Open
rootcstar opened this issue Jan 3, 2023 · 1 comment
Open

How to see all passwords in ftp-remote-edit #444

rootcstar opened this issue Jan 3, 2023 · 1 comment

Comments

@rootcstar
Copy link

Hello guys is there any way to get FTP passwords and informations from the plugin. Atom is dead and i have so many FTP accounts that i gotta go into their server one by one and get the passwords.

I need a way to decrypt config file or something else to get my passwords.

@rootcstar
Copy link
Author

rootcstar commented Jan 3, 2023

Guys,
The ones who wanna see their passwords do these steps.

  1. Go to Preferences(or settings)
  2. click Packages
  3. type ftp-remote-edit to the search bar
  4. click settings under ftp-remote-edit package
  5. in the settings there is a button on "Wiew code"
  6. You'll see the source code of the package on the left
  7. Go to lib > helper >secure.js
  8. on the top there is a function called "decrypt"
  9. Add atom.config.set('ftp-remote-edit.test', dec); under the let dec = decipher.update(text, 'hex', 'utf8');
  10. restart atom
  11. login to the ftp remote edit
  12. then click Config under the Edit.
  13. You'll see a json in the config file under the ftp remote edit> test that contains the whole information. Save it. Enjoy.

@rootcstar rootcstar changed the title I can't get my passwords since Atom is a dead project How to see all passwords in ftp-remote-edit Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant