-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathindex.html
62 lines (50 loc) · 2.88 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./files/index.css">
<title>Investigator </title>
<meta name="description" content="The Recon tool- Tool that will make the first phase of hacking simple. Reconaissance tool that can be used for
penetration testing, bug bounty.">
<meta name="keywords" content="recon, robot.txt,open reirect, login pages, crt.sh, wordpress scan, pastebin entries, find cms,search amazon s3 bucket, github search, reverse ip etc">
<link rel="icon" type="image/ico" href="https://i.ibb.co/Jz0qDQ3/cowboy-logo-design-black-negative-260nw-1218348328.jpg"/>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TXCG7E4W4B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TXCG7E4W4B');
</script>
</head>
<body>
<div class="headtitle">
<h1>Investigator helps you check and gather information about the target domain name</h1>
</div>
<div class="container">
<div class="head_gro">
<h2 class="head_title">Investigator</h2>
<p class="head_down">A recon tool</p>
</div>
<div class="input">
<div class='in_div'>
<img class="search" src="https://img.icons8.com/ios-filled/50/ffffff/search--v1.png"/>
<input class="index_input" id="index_input" type="text" onchange="textch(this.value)" placeholder="Domain name"/>
</div>
</div><div class="head_button">
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/abhijithb200" data-color-scheme="no-preference: light; light: light; dark: light;" data-size="large" data-show-count="true" aria-label="Follow @abhijithb200 on GitHub">Follow @abhijithb200</a>
<a class="github-button" href="https://github.com/abhijithb200/investigator" data-color-scheme="no-preference: light; light: light; dark: light;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star abhijithb200/investigator on GitHub">Star</a> </div>
</div>
<div class="cards" id="cards">
</div>
</div>
<p class="footer"><a href="https://github.com/abhijithb200/investigator">Investigator</a> <span>by</span> <a href="https://www.linkedin.com/in/abhijithbonline/">Abhijith B</a></p>
</div>
<h1 class="mobile"><span style="font-size:25px;color:red;">Investigator</span> <br> USE A LARGER SCREEN PLEASE</h1>
<div class="actual">
</body>
<script type="text/javascript" src="./files/index.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</html>