Skip to content

0neday/MA5671-exploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Get sshd runing on SmartAX MA5671

  1. flash 101 firmware and using tftp command to upload all files in /mnt to 5671's /mnt
cd /tmp
tftp -g -r sshd.tar.gz 192.168.1.2
tar -xzvf sshd.tar.gz -C /
  1. flash latest 205 firmware which have getshell script.
flash MA5671V800R016C00SPH205_common_all_with_getshell.bin by web 
  1. after that login into using ssh client with id_rsa
cp /mnt/jffs2/hw/id_rsa ~/.ssh
chmod 600 ~/.ssh/id_rsa
ssh root@192.168.100.1

License

GPLv3.0