h3imdall / ftp-remote-edit

Edit files on ftp servers with Atom editor and without a workspace.
MIT License
178 stars 26 forks source link

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

Open rootcstar opened 1 year ago

rootcstar commented 1 year ago

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 commented 1 year ago

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.