-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInstagram.html
209 lines (191 loc) · 9.29 KB
/
Instagram.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!doctype html>
<html>
<style>
body {background-color: black;color:white;font-family: monospace;font-size: 16px}
input[type=text] {
border: 1px solid white;
background-color: #303942;
padding-left: 15px;
color: white;
border-radius: 10px;
transition: width 0.4s ease-in-out;
}
input[type=button], input[type=submit], input[type=reset] {
background-color: #303942;
border: none;
color: white;
text-decoration: none;
margin: 1.5px 1.5px;
cursor: pointer;
border-radius: 10px;
}
ul {list-style-type: none;margin: 0;padding: 0;width: 200px;background-color: #f1f1f1;}
li a {display: block;color: #000;padding: 8px 16px;text-decoration: none;}
li a:hover {background-color: #555;color: white;}
li a.active {background-color: #303942;color: white;}
li a.grey {background-color: #cdcdcd;color: black;}
li a.blue {background-color: #b4c8da;color: black;}
table td, table td * {vertical-align: top;}
</style>
<head>
<meta charset="UTF-8">
<title>Instagram Tool</title>
<link rel="shortcut icon" type="image/jpg" href="/OSINT-Search-Tools/Files/hop.png"/>
</head>
<body>
<table width="1000" border="0">
<tbody>
<tr>
<td width="200">
<ul>
<li><a href="index.html" class="grey">OSINT-WEB</a></li>
<li><a href="Search.html">Search Engines</a></li>
<li><a href="Facebook.html">Facebook</a></li>
<li><a href="Twitter.html">Twitter</a></li>
<li><a href="Instagram.html" class="active">Instagram</a></li>
<li><a href="LinkedIn.html">LinkedIn</a></li>
<li><a href="Communities.html">Communities</a></li>
<li><a href="Email.html">Email Addresses</a></li>
<li><a href="Username.html">Usernames</a></li>
<li><a href="Name.html">Names</a></li>
<li><a href="Telephone.html">Telephone Numbers</a></li>
<li><a href="Location.html">Maps</a></li>
<li><a href="Documents.html">Documents</a></li>
<li><a href="Pastes.html">Pastes</a></li>
<li><a href="Images.html">Images</a></li>
<li><a href="Videos.html">Videos</a></li>
<li><a href="Domain.html">Domains</a></li>
<li><a href="IP.html">IP Addresses</a></li>
<li><a href="Business.html">Business & Government</a></li>
<li><a href="Currencies.html">Virtual Currencies</a></li>
<li><a href="Breaches.html">Data Breaches & Leaks</a></li>
<li><a href="Credit.html" class="grey">Credit</a></li>
</ul>
</td>
<td width="800">
<script type="text/javascript">
function doPopAll(PopAll){var pop = document.getElementById("PopAll");
for (j = 1; j <= 100; j++){if (j < 10){j = "0" + j.toString();}
else {j = j.toString();}
console.log(j)
item = document.getElementById("Search" + j);
if (item != null){item.value = pop.value;}}}
</script>
<form onsubmit="doPopAll(this.PopAll.value); return false;">
<input type="text" id="PopAll" name="PopAll" size="30" placeholder="FB Username"/>
<input type="submit" style="width:140px" value="Populate All" /><br /></form><br>
<script type="text/javascript">
function doSearch01(Search01)
{window.open('http://instagram.com/' + Search01, 'Search01window');}
</script>
<form onsubmit="doSearch01(this.Search01.value); return false;">
<input type="text" id="Search01" name="Search01" size="30" placeholder="Username"/>
<input type="submit" style="width:140px" value="IG Profile" /><br /></form>
<script type="text/javascript">
function doSearch02(Search02)
{window.open('http://instagram.com/' + Search02 + '/channel/', 'Search02window');}
</script>
<form onsubmit="doSearch02(this.Search02.value); return false;">
<input type="text" id="Search02" name="Search02" size="30" placeholder="Username" value="" />
<input type="submit" style="width:140px" value="IG Channel" /><br /></form>
<script type="text/javascript">
function doSearch03(Search03)
{window.open('https://instagram.com/' + Search03 + '/tagged/', 'Search03window');}
</script>
<form onsubmit="doSearch03(this.Search03.value); return false;">
<input type="text" id="Search03" name="Search03" size="30" placeholder="Username" value="" />
<input type="submit" style="width:140px" value="IG Tagged" /><br /></form>
<script type="text/javascript">
function doSearch04(Search04)
{window.open('https://www.google.com/search?q=site%3Ainstagram.com+"' + Search04 + '%22', 'Search04window');}
</script>
<form onsubmit="doSearch04(this.Search04.value); return false;">
<input type="text" id="Search04" name="Search04" size="30" placeholder="Username" value="" />
<input type="submit" style="width:140px" value="Outgoing Search" /><br /></form>
<script type="text/javascript">
function doSearch05(Search05)
{window.open('https://www.google.com/search?q=site%3Atwitter.com+"@' + Search05 + '"', 'Search05window');}
</script>
<form onsubmit="doSearch05(this.Search05.value); return false;">
<input type="text" id="Search05" name="Search05" size="30" placeholder="Username" value="" />
<input type="submit" style="width:140px" value="Incoming Search" /><br /></form>
<script type="text/javascript">
function doSearch06(Search06)
{window.open('https://www.bing.com/search?q=site%3Ainstagram.com+"' + Search06 + '"', 'Search06window');}
</script>
<form onsubmit="doSearch06(this.Search06.value); return false;">
<input type="text" id="Search06" name="Search06" size="30" placeholder="Username" value="" />
<input type="submit" style="width:140px" value="Bing Search" /><br /></form>
<script type="text/javascript">
function doSearch07(Search07)
{window.open('https://yandex.com/search/?text=site%3Ainstagram.com+"' + Search07 + '"', 'Search07window');}
</script>
<form onsubmit="doSearch07(this.Search07.value); return false;">
<input type="text" id="Search07" name="Search07" size="30" placeholder="Username" value="" />
<input type="submit" style="width:140px" value="Yandex Search" /><br /></form>
<script type="text/javascript">
function doSearch08(Search08)
{window.open('https://www.google.com/search?q=site%3Atwitter.com+“' + Search08 + '”+“instagram.com%2Fp”', 'Search08window');}
</script>
<form onsubmit="doSearch08(this.Search08.value); return false;">
<input type="text" id="Search08" name="Search08" size="30" placeholder="Username" value="" />
<input type="submit" style="width:140px" value="Twitter Posts" /><br /></form>
<script type="text/javascript">
function doSearchID11(SearchID11)
{window.open('https://www.instagram.com/graphql/query/?query_hash=c76146de99bb02f6415203be841dd25a&variables={%22id%22:%22' + SearchID11 + '%22,%22include_reel%22:true,%22fetch_mutual%22:true,%22first%22:50}', 'Search11window');}
</script>
<form onsubmit="doSearchID11(this.SearchID11.value); return false;">
<input type="text" id="SearchID11" name="SearchID11" size="30" placeholder="IG User ID" value="" />
<input type="submit" style="width:140px" value="Followers" /><br /></form>
<script type="text/javascript">
function doSearchID12(SearchID12)
{window.open('https://www.instagram.com/graphql/query/?query_hash=d04b0a864b4b54837c0d870b0e77e076&variables={%22id%22:%22' + SearchID12 + '%22,%22include_reel%22:true,%22fetch_mutual%22:false,%22first%22:50}', 'Search12window');}
</script>
<form onsubmit="doSearchID12(this.SearchID12.value); return false;">
<input type="text" id="SearchID12" name="SearchID12" size="30" placeholder="IG User ID" value="" />
<input type="submit" style="width:140px" value="Following" /><br /></form>
<br>
<script type="text/javascript">
function doSearch09(Search09,Search09b)
{window.open('https://www.google.com/search?&q=site%3Ainstagram.com+“' + Search09 + '”+“' + Search09b + '”', 'Search09window');}
</script>
<form onsubmit="doSearch09(this.Search09.value,this.Search09b.value); return false;">
<input type="text" id="Search09" name="Search09" size="15" placeholder="Username" value="" />
<input type="text" name="Search09b" size="15" placeholder="Search Terms" value="" />
<input type="submit" style="width:140px" value="User + Term" /><br /></form>
<script type="text/javascript">
function doSearch10(Search10,Search10b)
{window.open('https://www.google.com/search?&q=site%3Ainstagram.com+“' + Search10 + '”+“' + Search10b + '”', 'Search10window');}
</script>
<form onsubmit="doSearch10(this.Search10.value,this.Search10b.value); return false;">
<input type="text" id="Search10" name="Search10" size="15" placeholder="Username" value="" />
<input type="text" name="Search10b" size="15" placeholder="Username" value="" />
<input type="submit" style="width:140px" value="Associations" /><br /></form>
<br>
<script type="text/javascript">
function doSearch11(Search11)
{window.open('https://www.instagram.com/explore/tags/' + Search11, 'Search11window');}
</script>
<form onsubmit="doSearch11(this.Search11.value); return false;">
<input type="text" name="Search11" size="30" placeholder="Search Terms" value="" />
<input type="submit" style="width:140px" value="IG Hashtags" /><br /></form>
<script type="text/javascript">
function doSearch12(Search12)
{window.open('https://www.google.com/search?&q=site%3Ainstagram.com+' + Search12, 'Search12window');}
</script>
<form onsubmit="doSearch12(this.Search12.value); return false;">
<input type="text" name="Search12" size="30" placeholder="Search Terms" value="" />
<input type="submit" style="width:140px" value="IG Terms" /><br /></form>
<script type="text/javascript">
function doSearch13(Search13)
{window.open('https://www.searchmy.bio/search?q=' + Search13, 'Search13window');}
</script>
<form onsubmit="doSearch13(this.Search13.value); return false;">
<input type="text" name="Search13" size="30" placeholder="Search Terms" value="" />
<input type="submit" style="width:140px" value="SearchMyBio" /><br /></form>
</td>
</tr>
</tbody>
</table>
</body>
</html>