2021-04-05 19:14:41 +02:00
<!DOCTYPE html>
< html lang = "en-US" >
< head >
< meta name = "ROBOTS" content = "NOARCHIVE" charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "icon" sizes = "16x16" type = "image/png" href = "icon.png" / >
< title > Home | lsd.cat< / title >
< base href = "https://lsd.cat" >
< style type = "text/css" >
body {
color: #FFFFFF;
display: block;
2023-10-26 14:09:56 +02:00
font-family: "Comic Sans MS", "sans-serif";
2021-04-05 19:14:41 +02:00
margin: 0 auto;
overflow: auto;
overflow-x: hidden;
padding: 0px;
background: #FFFFFF url("/bg.jpg");
background-size: 100% auto;
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
}
img {
border: 0;
height: auto;
max-width: 100%;
outline: none;
padding-left: 5em;
padding-right: 5em;
}
hr {
border: 0;
border-top: 1px solid #E0E0E0;
width: 70%;
}
h2 {
color: #707070;
padding: 3em 0em 0em 0em;
}
h3 {
color: #606060;
padding: 3em 0em 0em 0em;
}
p {
padding: 1em 0em 0.5em 0em;
}
ul li {
padding: 0em 0em 0.5em 0em;
}
.boxiconbottom {
padding: 10% 0% 15% 0%;
text-align: center;
background: #FFFFFF;
}
.boxcenter {
background-color: #FFF;
color: #303030;
font-size: 100%;
line-height: 1.5;
margin: 45% auto 0% auto;
padding: 0% 10% 5% 10%;
word-wrap: break-word;
}
.boxcenter a:link {
color: #505050;
text-decoration: none;
}
.boxcenter a:hover {
color: #0000FF;
text-decoration: underline;
}
.column {
display: inline-block;
text-align: left;
}
.container {
margin: auto;
text-align: center;
}
< / style >
< / head >
< body >
< div style = "text-align:left" class = "boxcenter" >
< h3 style = "text-align:center; color:#707070; padding:5em 0em 0em 0.6em; letter-spacing: 0.4em;" > lsd.cat< / h3 >
< hr >
< h3 style = "text-align:center; color:#707070; padding:0em 0em 4em 0em; letter-spacing: 0.1em;" > Security and other stuff< / h3 >
< div class = "container" >
< div class = "column" >
< b > Identity< / b >
< ul >
2023-12-04 13:32:03 +01:00
< li > mail: < a href = "mailto:g@lsd.cat" > g@lsd.cat< / a > < / li >
2023-11-27 13:26:41 +01:00
< li > git: < a href = "https://git.lsd.cat/g" target = "_blank" > g@git.lsd.cat< / a > - < a href = "https://github.com/lsd-cat" target = "_blank" > lsd-cat@GitHub< / a > < / li >
2021-04-05 19:14:41 +02:00
< / ul >
< b > Notes< / b >
< ul >
2023-10-26 11:40:07 +02:00
< li > < a href = "https://github.com/mabarger/bonky-boot" target = "_blank" > Toy RISC-V secure boot< / a > - < a href = "https://github.com/mabarger/bonky-boot/blob/main/src/sha256.S" target = "_blank" > Pure rv32imac assembly sha256< / a > < / li >
2021-07-13 22:51:21 +02:00
< li > < a href = "https://git.lsd.cat/Qubes/gsoc" target = "_blank" > Google Summer of Code 2021 for Qubes OS< / a > - Simplified external and internal port forwarding< / li >
< li > < a href = "https://molteniluca.github.io/posts/homerooter/" target = "_blank" > home_r00ter< / a > - CyberChallenge 2020 Finals IOT/Hybrid Challenge development< / li >
2021-04-05 19:17:35 +02:00
< 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 >
2021-04-05 19:14:41 +02:00
< li > < a href = "https://git.lsd.cat/g/websphere-portal-pt" target = "_blank" > WebSphere Portal Security Intro< / a > < / li >
< li > < a href = "https://git.lsd.cat/g/nokia-keygen" target = "_blank" > Nokia/ALU CPE Keygen< / a > - CVE-2020-12694< / li >
2021-07-13 23:18:27 +02:00
< li > < a href = "https://git.lsd.cat/g/openwrt-cpe46b" target = "_blank" > Porting OpenWrt< / a > - < a href = "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=b108ed0ab09492d8d5a1775714da1ee34ce475ee" target = "_blank" > Upstream merge< / a > < / li >
2021-04-05 19:14:41 +02:00
< 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 >
< li > < a href = "https://git.lsd.cat/g/pulse-host-checker-rce" target = "_blank" > PCS Host Checker RCE< / a > - CVE-2020-11580, CVE-2020-11581, CVE-2020-11582 - < a href = "https://media.cert.europa.eu/static/SecurityAdvisories/2020/CERT-EU-SA2020-023.pdf" target = "_blank" > EU CERT Advisory< / a > < / li >
< li > < a href = "https://git.lsd.cat/g/thinkpad-coreboot-qubes" target = "_blank" > Coreboot+Qubes on ThinkPads< / a > < / li >
< li > < a href = "https://git.lsd.cat/g/lazypivot" target = "_blank" > Windows/Linux intranet pivoting< / a > < / li >
< li > < a href = "https://git.lsd.cat/g/oracle-101" target = "_blank" > Oracle SQL 101< / a > < / li >
< li > < a href = "https://git.lsd.cat/g/writeups" target = "_blank" > Old CTF Writeups< / a > < / li >
< / ul >
< b > Links< / b >
< ul >
2023-03-08 09:17:23 +01:00
< li > < a href = "https://tumpicon.org" target = "_blank" > TumpiCon< / a > < / li >
< li > < a href = "https://osservatorionessuno.org" target = "_blank" > Osservatorio Nessuno< / a > < / li >
2021-04-05 19:14:41 +02:00
< li > < a href = "https://autistici.org/underscore" target = "_blank" > _TO * hacklab< / a > - < a href = "https://radioblackout.org/shows/stakka-stakka/" target = "_blank" > stakkastakka< / a > - < a href = "https://cisti.org" target = "_blank" > cisti.org< / a > < / li >
< li > < a href = "https://scusette.it" target = "_blank" > Scusette< / a > - < a href = "https://t.me/scusettebot" target = "_blank" > @scusettebot< / a > < / li >
< li > < a href = "https://www.antiwarsongs.org/" > Antiwar Songs< / a > - < a href = "https://aws.lsd.cat/" target = "_blank" > Archive< / a > < / li >
2023-03-08 09:17:23 +01:00
< li > < a href = "https://jbz.team" target = "_blank" > JBZ Team< / a > < / li >
2021-04-05 19:14:41 +02:00
< / ul >
< b > TOR Exit Nodes< / b >
< ul >
< li > punki.lsd.cat - < a href = "https://metrics.torproject.org/rs.html#details/E43244684E0C924EC082B8ECC735FAF2F8CF1C45" target = "_blank" > < small > E43244684E0C924EC082B8ECC735FAF2F8CF1C45< / small > < / a > < / li >
< li > pengy.lsd.cat - < a href = "https://metrics.torproject.org/rs.html#details/08394C4873C8A71BE9F53593F9B4AD694BFCDB90" target = "_blank" > < small > 08394C4873C8A71BE9F53593F9B4AD694BFCDB90< / small > < / a > < / li >
< / ul >
< / div >
< hr >
2023-03-07 21:58:27 +01:00
< div > %%location%% - < u > %%host%%< / u > < / div >
2021-04-05 19:14:41 +02:00
< div > < a href = "http://l4frkgv5uxwrcjv2nmuegnnf33nz4dicvlnukdkouxsehzkv7xpfysqd.onion" > < small > < i > http://l4frkgv5uxwrcjv2nmuegnnf33nz4dicvlnukdkouxsehzkv7xpfysqd.onion< / i > < / small > < / a > < / div >
2021-07-13 23:01:17 +02:00
< div > < small > < a href = "https://git.lsd.cat/g/lsd.cat/commits/master/index.html" target = "_blank" > Changes history< / a > < / small > < / div >
2021-04-05 19:14:41 +02:00
< / div >
< / div >
< / body >
< / html >