-
Notifications
You must be signed in to change notification settings - Fork 2
/
OSINT.htm
66 lines (64 loc) · 4.01 KB
/
OSINT.htm
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
<html><head>
<meta charset="utf-8">
<title>OSINT</title>
<style type="text/css">
body {
background-image: url(https://i.imgur.com/I47S19l.png);
background-repeat: no-repeat;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
body,td,th {
color: #FFF;
font-family: Bahnschrift;
font-style: normal;
font-weight: 100;
}
</style>
<style type="text/css">
.App__app-infinity-root_oWTYjHpu[data-v-30750c37]{width:100vw;height:100vh;position:fixed;z-index:9999999999;background:rgba(0,0,0,0.151);top:0px;left:0px;overflow:hidden;display:flex;align-items:center;justify-content:center}.App__app-infinity-root_oWTYjHpu *[data-v-30750c37]{all:initial;line-height:normal;font-family:'Didact Gothic'}.App__app-infinity-root_oWTYjHpu .App__modal_2AmObnlq[data-v-30750c37]{width:580px;height:380px;display:flex;position:relative;flex-direction:column;align-items:flex-start;background-size:cover;padding-top:60px;padding-left:40px;transition:0.2s ease;transform:scale(0.8);opacity:0;box-sizing:border-box;overflow:hidden}.App__app-infinity-root_oWTYjHpu .App__modal_2AmObnlq .App__bg_26IhAl-s[data-v-30750c37]{position:absolute;top:-178px;right:-229px;background-size:contain;background-repeat:no-repeat;width:680px;height:680px;z-index:-1}.App__app-infinity-root_oWTYjHpu .App__modal_2AmObnlq .App__title_3PUPKFHQ[data-v-30750c37]{margin-top:10px;font-size:30px;font-weight:600;color:white}.App__app-infinity-root_oWTYjHpu .App__modal_2AmObnlq .App__subtitle_CrJbwup5[data-v-30750c37]{margin-top:10px;font-size:22px;color:white}.App__app-infinity-root_oWTYjHpu .App__modal_2AmObnlq .App__list_2EZssklE[data-v-30750c37]{display:flex;flex-direction:column;margin-top:20px;margin-left:4px}.App__app-infinity-root_oWTYjHpu .App__modal_2AmObnlq .App__list_2EZssklE .App__item_3p4UGIAt[data-v-30750c37]{display:flex;align-items:center;margin:6px 0;font-size:18px;color:white}.App__app-infinity-root_oWTYjHpu .App__modal_2AmObnlq .App__list_2EZssklE .App__item_3p4UGIAt img[data-v-30750c37]{margin-right:10px;margin-bottom:-3px;width:14px;height:auto}.App__app-infinity-root_oWTYjHpu .App__modal_2AmObnlq .App__rate-btn_1bvgWF3U[data-v-30750c37]{all:initial;margin-top:25px;font-size:14px;color:white;width:120px;display:flex;align-items:center;justify-content:center;background:#ff9f4a;border-radius:70px;padding:12px 20px;margin-left:15px;box-sizing:border-box;font-family:'Didact Gothic';cursor:pointer}
a:link {
color: #FFFF66;
}
a:visited {
color: #FFFF66;
}
a:hover {
color: #FFCC66;
}
a:active {
color: #FFFF66;
}
</style>
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
<script>var __adobewebfontsappname__="dreamweaver"</script>
<script src="http://use.edgefonts.net/lato:n1:default;pt-mono:n4:default;varela:n4:default;ubuntu:n3:default.js" type="text/javascript"></script>
</head>
<body style="margin-top: 0px;margin-left: 6px;margin-bottom: 2px;margin-right: 2px;font-style: normal;font-weight: 300;font-family: Bahnschrift;" marginwidth="0" marginheight="0">
<table width="373" border="0">
<tbody>
<tr>
<td width="365"><h2 dir="auto" style="
margin-bottom: 0px;
">OSINT Tools</h2>
<ol dir="auto" style="
margin-top: 0px;
padding-left: 28px;
">
<li>OWASP AMASS <br>
- <a href="https://github.com/OWASP/Amass" target="_blank">https://github.com/OWASP/Amass</a></li>
<li>ReconFTW <br>
- <a href="https://github.com/six2dez/reconftw" target="_blank">https://github.com/six2dez/reconftw</a></li>
<li>TheHarvester<br>
- <a href="https://github.com/laramies/theHarvester" target="_blank">https://github.com/laramies/theHarvester</a></li>
<li>Many other tools<br>
- <a href="https://github.com/cipher387/osint_stuff_tool_collection" target="_blank">OSINT Tools Collection</a></li>
</ol></td>
</tr>
</tbody>
</table>
<br>
</body>
</html>