-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathabout.html
121 lines (115 loc) Β· 6.39 KB
/
about.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<link rel="icon" href="images/favicon.png" />
<title>About | Many passwords</title>
<meta name="description" content="Default credentials list.">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/colors.css" />
<link rel="stylesheet" href="css/style.css" />
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,400,800&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-NWX65X3');
</script>
<!-- End Google Tag Manager -->
</head>
<body onload="loadEntryCount()">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NWX65X3" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Navbar -->
<div class="topnav" id="navbar">
<a href="/" class="active">Home</a>
<a href="about.html">About Us</a>
<a href="https://github.com/many-passwords/many-passwords/blob/main/CONTRIBUTING.md"
target="_blank">Contributing</a>
<a href="contact.html">Contact Us</a>
<a class="search"><input onkeyup="search_entries()" type="text" placeholder="Search..."></a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()" aria-label="menu">
<i class="fa fa-bars"></i>
</a>
</div>
<!-- Main Body -->
<div class="container">
<header>
<h1>About us</h1>
</header>
<section class="about">
<p><em>Default passwords for IoT devices and for web applications (for ex. MySQL and PostgreSQL admin panels).</em> π±βπ»</p><br>
<p><i>Useful for fans of </i><em>Shodan, Censys and Google dorks.</em></p><br>
<p>βοΈ in progress</p><br>
<p>More info about the project on <a href="https://github.com/many-passwords/many-passwords" target="_blank">Github</a>.</p>
</section>
<h2>Navigation</h2>
<section class="navigation">
<p>Credentials are on this page or in the <a
href="https://github.com/many-passwords/many-passwords/blob/main/passwords.csv"
target="_blank">passwords.csv</a> file (the data is in the form of a table).</p><br>
<p>Number of collected default passwords: <code id="count-output">118</code>. βοΈ</p>
</section>
<h2>Contributors</h2>
<section class="contributors">
<p>Thank you so much all contributors for their contribution to this project. I hope you will contribute to the open source community again!</p><br>
<p>Special thanks to:</p><br>
<ul>
<li><a href="https://github.com/MarcelCoding">@MarcelCoding</a> - <a
href="https://github.com/many-passwords/many-passwords/pull/49">created Github Action</a> which streamlined
and accelerated the work;</li>
<li><a href="https://github.com/Mpcs">@Mpcs</a> - <a
href="https://github.com/many-passwords/many-passwords/pull/41">made very big changes to the project
website</a> - change of appearance, grid layout, search bar, navigation bar, About Us
page, floating button go to the top, link to repo (contributing button), cleaner code;</li>
<li><a href="https://github.com/alenquer">@alenquer</a> - <a
href="https://github.com/many-passwords/many-passwords/pull/37">created the first version</a> of the project
page;</li>
<li><a href="https://github.com/secondl1ght">@secondl1ght</a> - <a
href="https://github.com/many-passwords/many-passwords.github.io/pull/1">semantic, accessibility, styling
and DRY
improvements</a> and <a href="https://github.com/many-passwords/many-passwords.github.io/pull/2">format code
in all
files</a> to be cleaner;</li>
<li><a href="https://github.com/zeno4ever">@zeno4ever</a> - <a
href="https://github.com/many-passwords/many-passwords/pull/60">adding a lot of ip cameras</a>, over 50
entries;</li>
<li><a href="https://github.com/noraj">@noraj</a> - <a
href="https://github.com/many-passwords/many-passwords/pulls?q=is%3Apr+author%3Anoraj+is%3Aclosed">adding
many entries and helping sanitize the database;</a></li>
<li><a href="https://github.com/Glowstik-YT">@Glowstik-YT</a> - <a
href="https://github.com/many-passwords/many-passwords/pull/80">created new logo;</a></li>
<li><a href="https://github.com/SurendarSingh">@SurendarSingh</a> and <a
href="https://github.com/rahulbhatt1899">@rahulbhatt1899</a> - added contact form <a
href="https://github.com/many-passwords/many-passwords.github.io/pull/14">pull/14</a> and <a
href="https://github.com/many-passwords/many-passwords.github.io/pull/8">pull/8;</a></li>
<li><a href="https://github.com/NgoQuocBao1010">@NgoQuocBao1010</a> - <a
href="https://github.com/many-passwords/many-passwords.github.io/issues/20">added buttons for downloads passwords to CSV and JSON file and displaying the number of collected passwords on the home page;</a></li>
<li><a href="https://github.com/menghif">@menghif</a> - <a
href="https://github.com/many-passwords/many-passwords.github.io/pull/28">website optimization for the user and the search engine;</a></li>
<li><a href="https://github.com/many-passwords/many-passwords/graphs/contributors">@all contributors</a> - I
cannot list all of you, thank you all for your contribution!</li>
</ul>
</section>
<br><br><br><br>
</div>
<script src="./script.js"></script>
</body>
</html>