CVEs to table
This commit is contained in:
parent
6b3a88158c
commit
ae84c4840a
31
index.html
31
index.html
@ -37,10 +37,12 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
overflow-x: auto;
|
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
.table {
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
.main {
|
.main {
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
color: #303030;
|
color: #303030;
|
||||||
@ -79,13 +81,26 @@
|
|||||||
<li><a href="https://git.lsd.cat/g/writeups" target="_blank">Old CTF Writeups</a></li>
|
<li><a href="https://git.lsd.cat/g/writeups" target="_blank">Old CTF Writeups</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>CVEs</h4>
|
<h4>CVEs</h4>
|
||||||
<ul>
|
<div class="table">
|
||||||
<li><a href="https://git.lsd.cat/g/pax-pwn" target="_blank">PAX POS Prolin OS RCE</a> - CVE-2020-28044, CVE-2020-28045, CVE-2020-28046</li>
|
<table>
|
||||||
<li><a href="https://git.lsd.cat/g/nokia-keygen" target="_blank">Nokia/ALU CPE Keygen</a> - CVE-2020-12694</li>
|
<tr>
|
||||||
<li><a href="https://git.lsd.cat/g/pulse-host-checker-rce" target="_blank">PCS Host Checker RCE</a> - <a href="https://media.cert.europa.eu/static/SecurityAdvisories/2020/CERT-EU-SA2020-023.pdf" target="_blank">EU CERT</a> - CVE-2020-11580, CVE-2020-11581, CVE-2020-11582</li>
|
<td><a href="https://git.lsd.cat/g/pax-pwn" target="_blank">PAX POS Prolin OS RCE</a></td>
|
||||||
<li><a href="https://git.lsd.cat/g/omnivista-rce" target="_blank">Alcatel OmniVista RCE</a> - CVE-2019-20047, CVE-2019-20048, CVE-2019-20049</li>
|
<td><code>CVE-2020-{28044, 28045, 28046}</code></td>
|
||||||
|
</tr>
|
||||||
</ul>
|
<tr>
|
||||||
|
<td><a href="https://git.lsd.cat/g/nokia-keygen" target="_blank">Nokia/ALU CPE Keygen</a></td>
|
||||||
|
<td><code>CVE-2020-12694</code></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://git.lsd.cat/g/pulse-host-checker-rce" target="_blank">PCS Host Checker RCE</a></td>
|
||||||
|
<td><code>CVE-2020-{11580, 11581, 11582}</code></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://git.lsd.cat/g/omnivista-rce" target="_blank">Alcatel OmniVista RCE</a></td>
|
||||||
|
<td><code>CVE-2019-{20047, 20048, 20049}</code></li>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
<h4>Links</h4>
|
<h4>Links</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://osservatorionessuno.org" target="_blank">Osservatorio Nessuno</a> - Italian NGO for privacy, digital rights and activism</li>
|
<li><a href="https://osservatorionessuno.org" target="_blank">Osservatorio Nessuno</a> - Italian NGO for privacy, digital rights and activism</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user