Home  >  Q&A  >  body text

ios - scp 命令 :ssh 连接手机之后,把手机中的文件拷贝到电脑上

  1. 我现在搞Hook微信,砸壳之后的文件在手机上,想拷贝回电脑中,用scp命令怎么写,或者有什么别的办法吗?

迷茫迷茫2763 days ago377

reply all(5)I'll reply

  • 黄舟

    黄舟2017-04-18 09:32:00

    If you can ssh to your mobile phone, write down the path of the file you want to copy, and then scp it in the terminal on the computer, right?

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-18 09:32:00

    scp ip:/path macPath

    reply
    0
  • PHPz

    PHPz2017-04-18 09:32:00

    man scp to see detailed usage

    reply
    0
  • 黄舟

    黄舟2017-04-18 09:32:00

    scp ./webchat 192.168.x.x:/tmp

    reply
    0
  • PHPz

    PHPz2017-04-18 09:32:00

    It’s so lazy. Copy the command and check it yourself. An original path and a mobile path

    reply
    0
  • Cancelreply