开发者

Notedpad++ NppFTP plugin retrieval of passwords [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.

Closed 8 years ago.

开发者_JAVA技巧 Improve this question

Is there a way we can retrieve passwords saved for FTP accounts under NppFTP plugin with Notepad++?

Thank you. Jae


There is one way but you must put some effort:

  1. Download Wireshark http://www.wireshark.org/ (program for network monitoring)
  2. After installation, open it as administrator
  3. Click: Capture->Interfaces
  4. Choose interface which has some packets (you will see them if you wait on this screen for a while) and click Start
  5. Open Notepad++ and connect to FTP of your choice
  6. Go back to the wireshark and click stop (4th button on the left)
  7. Inside filter field type: ftp
  8. Your password will be listed among other stuff about this FTP connection (check out the Info column for Request: PASS)

It's not an easy solution but it's good for every FTP program not only Npp


It is in %APPDATA%\Notepad++\plugins\Config\NppFTP\NppFTP.xml however the passwords are hashed somehow.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜