mod index

This commit is contained in:
dzonerzy 2023-11-27 18:15:18 +01:00
parent 0db12a3c5e
commit e1ae1df713
1 changed files with 72 additions and 72 deletions

View File

@ -218,78 +218,78 @@ Copyright:
CSS_PROPERTY("max-height", "45vh") \ CSS_PROPERTY("max-height", "45vh") \
CSS_END_SELECTOR() CSS_END_SELECTOR()
#define INDEX_MD \ #define INDEX_MD \
MD_META("DZONERZY's Blog", "DZONERZY") \ MD_META("DZONERZY's Blog", "DZONERZY") \
MD_META_CUSTOM("Wednesday, July 12, 2023") \ MD_META_CUSTOM("Wednesday, July 12, 2023") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_SECTION1("About") \ MD_SECTION1("About") \
MD_IMAGE_ATTR("Picture of DZONERZY", "assets/dzonerzy.jpg.webp", "class", "zoomable") \ MD_IMAGE_ATTR("Picture of DZONERZY", "assets/dzonerzy.jpg.webp", "class", "zoomable") \
MD_TEXT("Hello world here is dzonerzy, also known as Daniele Linguaglossa, ") \ MD_TEXT("Hello world here is dzonerzy, also known as Daniele Linguaglossa, ") \
MD_TEXT("I'm an offensive security researcher and developer.") \ MD_TEXT("I'm an offensive security researcher and developer.") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_TEXT("I'm the author of this blog, and I'm using it to share my ") \ MD_TEXT("I'm the author of this blog, and I'm using it to share my ") \
MD_TEXT("researches and my projects.") \ MD_TEXT("researches and my projects.") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_TEXT("I'm also the author of the library that powers this blog, ") \ MD_TEXT("I'm also the author of the library that powers this blog, ") \
MD_TEXT("yes you heard right, this blog is powered by a ") \ MD_TEXT("yes you heard right, this blog is powered by a ") \
MD_BOLD("shared object") \ MD_BOLD("shared object") \
MD_TEXT(" that I wrote in C!") \ MD_TEXT(" that I wrote in C!") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_TEXT("You can find the source code of this blog in my ") \ MD_TEXT("You can find the source code of this blog in my ") \
MD_LINK("git repository", "https://git.libdzonerzy.so/dzonerzy/libdzonerzy.so") \ MD_LINK("git repository", "https://git.libdzonerzy.so/dzonerzy/libdzonerzy.so") \
MD_TEXT(".") \ MD_TEXT(".") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_SECTION1("Projects") \ MD_SECTION1("Projects") \
MD_TEXT("Here is a list of the projects that I made in my spare time, some of them are ") \ MD_TEXT("Here is a list of the projects that I made in my spare time, some of them are ") \
MD_TEXT("still in development, but I'm looking forward to finish them all.") \ MD_TEXT("still in development, but I'm looking forward to finish them all.") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_LIST(MD_BOLD(MD_LINK("libdzonerzy.so", "https://git.libdzonerzy.so/dzonerzy/libdzonerzy.so"))) \ MD_LIST(MD_BOLD(MD_LINK("libdzonerzy.so", "https://git.libdzonerzy.so/dzonerzy/libdzonerzy.so"))) \
MD_TEXT(" -- libdzonerzy.so is a shared object that I wrote in C, it's the library ") \ MD_TEXT(" -- libdzonerzy.so is a shared object that I wrote in C, it's the library ") \
MD_TEXT("that I use to power this blog.") \ MD_TEXT("that I use to power this blog.") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_SECTION1("Articles") \ MD_SECTION1("Articles") \
MD_TEXT("Below you can find a list of my articles, I'm writing about ") \ MD_TEXT("Below you can find a list of my articles, I'm writing about ") \
MD_TEXT("offensive security and programming, and also about ") \ MD_TEXT("offensive security and programming, and also about ") \
MD_TEXT("my projects.") \ MD_TEXT("my projects.") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_LIST(MD_BOLD(MD_LINK("From zero to botnet", \ MD_LIST(MD_BOLD(MD_LINK("From zero to botnet", \
"/articles/from-zero-to-botnet-glinet.html"))) \ "/articles/from-zero-to-botnet-glinet.html"))) \
MD_TEXT(" -- GL.iNet going wild") \ MD_TEXT(" -- GL.iNet going wild") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_SECTION1("Advisories") \ MD_SECTION1("Advisories") \
MD_TEXT("Below you can find a list of my CVEs.") \ MD_TEXT("Below you can find a list of my CVEs.") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_LIST(MD_BOLD(MD_LINK("CVE-2023-46453", "/advisory/CVE-2023-46453.txt"))) \ MD_LIST(MD_BOLD(MD_LINK("CVE-2023-46453", "/advisory/CVE-2023-46453.txt"))) \
MD_TEXT(" -- GL.iNet 4.X Authentication Bypass + Privilege Escalation (RCE) (Yet to be assigned)") \ MD_TEXT(" -- GL.iNet 4.X Authentication Bypass + Privilege Escalation (RCE)") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_SECTION1("FAQ") \ MD_SECTION1("FAQ") \
MD_TEXT("Here is a list of frequently asked questions, if you have any other question ") \ MD_TEXT("Here is a list of frequently asked questions, if you have any other question ") \
MD_TEXT("feel free to contact me at ") \ MD_TEXT("feel free to contact me at ") \
MD_BOLD("dzonerzy[at]gmail.com") \ MD_BOLD("dzonerzy[at]gmail.com") \
MD_TEXT(".") \ MD_TEXT(".") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_SECTION4(" ") \ MD_SECTION4(" ") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_LIST(MD_BOLD("Q: ") MD_TEXT("Why this blog is so ugly?")) \ MD_LIST(MD_BOLD("Q: ") MD_TEXT("Why this blog is so ugly?")) \
MD_NEWLINE() \ MD_NEWLINE() \
MD_TEXT("Because I'm not a web designer, I'm a developer, and I'm not good at ") \ MD_TEXT("Because I'm not a web designer, I'm a developer, and I'm not good at ") \
MD_TEXT("designing things, but I'm working on it, I promise.") \ MD_TEXT("designing things, but I'm working on it, I promise.") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_LIST(MD_BOLD("Q: ") MD_TEXT("Why this blog is so fast?")) \ MD_LIST(MD_BOLD("Q: ") MD_TEXT("Why this blog is so fast?")) \
MD_NEWLINE() \ MD_NEWLINE() \
MD_TEXT("Actually this is a static website, so it's very fast.") \ MD_TEXT("Actually this is a static website, so it's very fast.") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_LIST(MD_BOLD("Q: ") MD_TEXT("What do you do for living?")) \ MD_LIST(MD_BOLD("Q: ") MD_TEXT("What do you do for living?")) \
MD_NEWLINE() \ MD_NEWLINE() \
MD_TEXT("I'm the lead offensive security researcher at ") \ MD_TEXT("I'm the lead offensive security researcher at ") \
MD_LINK("Sysdig", "https://sysdig.com") \ MD_LINK("Sysdig", "https://sysdig.com") \
MD_TEXT(", a cloud security company.") \ MD_TEXT(", a cloud security company.") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_LIST(MD_BOLD("Q: ") MD_TEXT("Is Sysdig hiring?")) \ MD_LIST(MD_BOLD("Q: ") MD_TEXT("Is Sysdig hiring?")) \
MD_NEWLINE() \ MD_NEWLINE() \
MD_TEXT("Yes, we are always looking for new talents, if you are interested in working ") \ MD_TEXT("Yes, we are always looking for new talents, if you are interested in working ") \
MD_TEXT("with me, feel free to send your resume at ... try to find it, after all it's still ") \ MD_TEXT("with me, feel free to send your resume at ... try to find it, after all it's still ") \
MD_TEXT("\"inside\" this blog.") \ MD_TEXT("\"inside\" this blog.") \
MD_NEWLINE() MD_NEWLINE()
#define FOOTER_HTML \ #define FOOTER_HTML \