-
Notifications
You must be signed in to change notification settings - Fork 72
/
index.html
executable file
·82 lines (80 loc) · 4.04 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<!--Some part of this code is coming from the following code under MIT license:
https://github.com/lockfale/OSINT-Framework/blob/master/public/index.html -->
<head>
<title>Malfrat's OSINT Map</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<link type="text/css" rel="stylesheet" href="css/style.css"/>
<script type="text/javascript" src="https://d3js.org/d3.v3.min.js"></script>
<script src="js/eyes.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap" rel="stylesheet">
</head>
<body>
<div id="header">
<a href="https://github.com/Malfrats/OSINT-Map" target="_blank"><img class="logo" src="assets/malfrats.png"/></a>
<div class="top abstract">
<p>
🎣 By <a href="https://twitter.com/malfratsind" target="_blank">@malfratsind</a><br>
📌 From <a href="https://osintframework.com" target="_blank">osintframework.com</a><br>
</p>
</div>
<h1><u>Malfrat's OSINT Map</u></h1>
<div class="top right">
<p>
Watch <a href="https://github.com/Malfrats/OSINT-Map" target="_blank">the repo</a> to not miss updates 👀<br>
You can also join our <a href="https://discord.gg/r3GMnHVx5H" target="_blank">Discord Server</a> 🕵️♂️
</p>
</div>
</div>
<div id="body">
<hr>
<script src="js/arf.js"></script>
</div>
<hr>
<div class="notes">
<table>
<tbody>
<tr>
<th class="column"><h2>📝 Project's Informations</h2></th>
<th class="column"><h2>🏁 Tree Legend</h2></th>
<th class="column"><h2>💡 Suggestions & Feedback</h2></th>
</tr>
<tr style="vertical-align: top;">
<td class="column">
Since the OSINT world evolves fastly, its tools and methods must be updated often.
<br><br>
The original project, <a href="https://osintframework.com" target="_blank">osintframework.com</a>, have not really been updated for a while now, so we decided to make our own version.<br><br>
</td>
<td class="column">
<div class="legend">
<table>
<tr><th>Emoji</th><th>Meaning</th> </tr>
<tr><td>📦 -</td><td>Requires installation.</td></tr>
<tr><td>💵 -</td><td>Useless without purchases.</td></tr>
<tr><td>🌍 -</td><td>Web-based.</td></tr>
<tr><td>📒 -</td><td>Guide, tutorial or documentation.</td></tr>
<tr><td>🪙 -</td><td>Useful even without purchases.</td></tr>
<tr><td>🧅 -</td><td>Leads to an ".onion" website.</td></tr>
<tr><td>🧩 -</td><td>Browser extension.</td></tr>
<tr><td>❗️ -</td><td>Offensive-OSINT that might alert the target.</td></tr>
</table>
</div>
</td>
<td class="column">
If you are interested in adding new tools to our list,<br>follow <a href="https://github.com/Malfrats/OSINT-Map/blob/main/ADD.md">this tutorial</a>.
If a tool is outdated, let us now by creating a new issue on the <a href="https://github.com/Malfrats/OSINT-Map" target="_blank">repository</a>.
If a tool has a legend, name or url error, you can report it using the issue section as well.<br><br>
If you have any other suggestions, feel free to open an issue about it, contact us at <a href="https://twitter.com/malfratsind" target="_blank">@malfratsind</a> on Twitter or on our <a href="https://discord.gg/r3GMnHVx5H" target="_blank">Discord Server</a>.<br>
</td>
</tbody>
</table>
</div>
<br>
<div style="text-align: center;opacity: 20%; color:rgb(230, 230, 230)">
MALFRATS INDUSTRIES | 2024
</div>
</body>
</html>