From deef7aa1fc869f187deecda5ffbe73d071088fc3 Mon Sep 17 00:00:00 2001 From: dzonerzy Date: Sat, 21 Oct 2023 19:49:44 +0200 Subject: [PATCH] fix order issue --- src/libdzonerzy.so.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libdzonerzy.so.c b/src/libdzonerzy.so.c index 6f62883..02ec2fd 100644 --- a/src/libdzonerzy.so.c +++ b/src/libdzonerzy.so.c @@ -249,15 +249,15 @@ Copyright: MD_TEXT("offensive security and programming, and also about ") \ MD_TEXT("my projects.") \ MD_NEWLINE() \ + MD_LIST(MD_BOLD(MD_LINK("From zero to botnet", \ + "/articles/from-zero-to-botnet-glinet.html"))) \ + MD_TEXT(" -- GL.iNet going wild") \ + MD_NEWLINE() \ MD_SECTION1("Advisories") \ MD_TEXT("Below you can find a list of my CVEs.") \ MD_LIST(MD_BOLD(MD_LINK("CVE-XXXX-XXXX", "/advisory/CVE-XXXX-XXXX.txt"))) \ MD_TEXT(" -- GL.iNet 4.X Authentication Bypass + Privilege Escalation (RCE) (Yet to be assigned)") \ MD_NEWLINE() \ - MD_LIST(MD_BOLD(MD_LINK("From zero to botnet", \ - "/articles/from-zero-to-botnet-glinet.html"))) \ - MD_TEXT(" -- GL.iNet going wild") \ - MD_NEWLINE() \ MD_SECTION1("FAQ") \ MD_TEXT("Here is a list of frequently asked questions, if you have any other question ") \ MD_TEXT("feel free to contact me at ") \