瀏覽代碼

CVEs to table

g 6 月之前
父節點
當前提交
ae84c4840a
共有 1 個文件被更改,包括 23 次插入8 次删除
  1. 23 8
      index.html

+ 23 - 8
index.html

@@ -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>