CVEs to table

This commit is contained in:
g 2024-05-09 19:07:37 +02:00
parent 6b3a88158c
commit ae84c4840a

View File

@ -37,10 +37,12 @@
text-align: center;
}
table {
overflow-x: auto;
margin-left: auto;
margin-right: auto;
}
.table {
overflow-x: auto;
}
.main {
background-color: #FFF;
color: #303030;
@ -79,13 +81,26 @@
<li><a href="https://git.lsd.cat/g/writeups" target="_blank">Old CTF Writeups</a></li>
</ul>
<h4>CVEs</h4>
<ul>
<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>
<li><a href="https://git.lsd.cat/g/nokia-keygen" target="_blank">Nokia/ALU CPE Keygen</a> - CVE-2020-12694</li>
<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>
<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>
</ul>
<div class="table">
<table>
<tr>
<td><a href="https://git.lsd.cat/g/pax-pwn" target="_blank">PAX POS Prolin OS RCE</a></td>
<td><code>CVE-2020-{28044, 28045, 28046}</code></td>
</tr>
<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>
<ul>
<li><a href="https://osservatorionessuno.org" target="_blank">Osservatorio Nessuno</a> - Italian NGO for privacy, digital rights and activism</li>