FileZilla Server Privilege Escalation

Source: Internet
Author: User
Tags filezilla

 

Figure-FileZilla

FileZilla ServerA lot of cool people know how to raise the right. It's very simple. I'll be jealous again.

The administrator password and port are stored in the FileZilla Server Interface. xml file.

The content of FileZilla Server Interface. xml is roughly as follows:

 
 
  1. <FileZillaServer>  
  2. <Settings>  
  3. <Item name="Last Server Port" type="numeric">14147</Item>  
  4. <Item name="Last Server Password" type="cool"/>  
  5. <Item name="Always use last server" type="numeric">1</Item>  
  6. <Item name="User Sorting" type="numeric">0</Item>  
  7. <Item name="Last Server Address" type="string">127.0.0.1</Item>  
  8. </Settings>  
  9. </FileZillaServer>  

The port is 14147, And the password is cool. 14147 is the Management port, for example, su 43859.

The FileZilla Server. xml file is the FileZilla Server. xml user password used to save the ftp user password. It is a 32-bit encrypted md5

The contents of FileZilla Server. xml are as follows:

 
 
  1. <FileZillaServer>  
  2. <Settings>  
  3. <Item name="Admin port" type="numeric">14147</Item>  
  4. </Settings>  
  5. <Groups/>  
  6. <Users>  
  7. <User Name="abc">  
  8. <Option Name="Pass">900150983cd24fb0d6963f7d28e17f72</Option>  
  9. <Option Name="Group"/>  
  10. <Option Name="Bypass server userlimit">0</Option>  
  11. <Option Name="User Limit">0</Option>  
  12. <Option Name="IP Limit">0</Option>  
  13. <Option Name="Enabled">1</Option>  
  14. <Option Name="Comments"/>  
  15. <Option Name="ForceSsl">0</Option>  
  16. <IpFilter>  
  17. <Disallowed/>  
  18. <Allowed/>  
  19. </IpFilter>  
  20. <Permissions>  
  21. <Permission Dir="E:">  
  22. <Option Name="FileRead">1</Option>  
  23. <Option Name="FileWrite">1</Option>  
  24. <Option Name="FileDelete">1</Option>  
  25. <Option Name="FileAppend">0</Option>  
  26. <Option Name="DirCreate">1</Option>  
  27. <Option Name="DirDelete">1</Option>  
  28. <Option Name="DirList">1</Option>  
  29. <Option Name="DirSubdirs">1</Option>  
  30. <Option Name="IsHome">1</Option>  
  31. <Option Name="AutoCreate">0</Option>  
  32. </Permission>  
  33. </Permissions>  
  34. <SpeedLimits DlType="0" DlLimit="10" ServerDlLimitBypass="0" UlType="0" UlLimit="10" ServerUlLimitBypass="0">  
  35. <Download/>  
  36. <Upload/>  
  37. </SpeedLimits>  
 
 
  1. <User Name = "abc"> User Name <Option Name = "Pass"> 900150983cd24fb0d6963f7d28e17f72 </Option> is the User password.
 
 
  1. <Permission Dir = "E:">
  2. <Option Name = "FileRead"> 1 </Option>
  3. <Option Name = "FileWrite"> 1 </Option>
  4. <Option Name = "FileDelete"> 1 </Option>
  5. <Option Name = "FileAppend"> 0 </Option>
  6. <Option Name = "DirCreate"> 1 </Option>
  7. <Option Name = "DirDelete"> 1 </Option>
  8. <Option Name = "DirList"> 1 </Option>
  9. <Option Name = "DirSubdirs"> 1 </Option>
  10. <Option Name = "IsHome"> 1 </Option>
  11. <Option Name = "AutoCreate"> 0 </Option> permission of the user

Now, let's introduce how to use it. You just need to forward port 14147 and then use the management password to log in and add users.

Let's demonstrate it.

Forward the port

Enable FileZilla Server locally and enter the IP port password.

Success

Through the introduction of this article, we will know that the FileZilla Server privilege escalation is useful to everyone!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.