-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgoogle.html
18 lines (15 loc) · 1.05 KB
/
google.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<p><span style="font-size: 24px;"><strong><span style="color: rgb(243, 121, 52);"><u>Google Hacking</u></span></strong></span></p>
<p><span style="font-size: 24px;">Cache - <strong>cache:website</strong> = Displays version of site in google cache instead of current version</span></p>
<p><span style="font-size: 24px;">Link - <strong>link:website</strong> = Lists any web pages that contain links to queried site</span></p>
<p><span style="font-size: 24px;">Info - <strong>info:website</strong> = Give info about listed page</span></p>
<p><span style="font-size: 24px;">Site - <strong>{keyword}site:website</strong> = Restricts search to specified location</span></p>
<p><span style="font-size: 24px;">Allintitle - <strong>allintitle:keyword</strong> = Returns words with specified keyword in the title</span></p>
<p><span style="font-size: 24px;">AllinURL - <strong>allinurl:keyword</strong> = Returns results only specified in query URL</span></p>
</body>
</html>