<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on crazyc4t's blog</title><link>http://crazyc4t.me/blog/</link><description>Recent content in Blog on crazyc4t's blog</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sat, 01 Nov 2025 16:29:33 -0700</lastBuildDate><atom:link href="http://crazyc4t.me/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Prompt Injection: Attacking AI Models</title><link>http://crazyc4t.me/blog/promptinjection/</link><pubDate>Sat, 01 Nov 2025 16:29:33 -0700</pubDate><guid>http://crazyc4t.me/blog/promptinjection/</guid><description>&lt;p>Hello everyone, due to the increasing popularity of AI models, prompt injection attacks have become a significant threat to their security. In this blog, we will discuss first what a prompt injection attack is in the first place, the implications of such attacks, attacking techniques, labs and resources to keep going from here.&lt;/p>
&lt;p>I&amp;rsquo;m part of the SFU cybersecurity team that will compete to qualify for International Cybersecurity Challenge (ICC) on behalf of Canada. AI hacking would be a new type of CTF challenge that we will be preparing for.&lt;/p></description></item><item><title>Gophercise #1 "Quiz" Walkthrough!</title><link>http://crazyc4t.me/blog/gophercise/</link><pubDate>Wed, 22 Mar 2023 11:59:47 -0500</pubDate><guid>http://crazyc4t.me/blog/gophercise/</guid><description>&lt;p>What&amp;rsquo;s up guys! It&amp;rsquo;s crazyc4t here, once again, I&amp;rsquo;m sorry for not being fully active these past couple of weeks, but I&amp;rsquo;m here for you guys and I&amp;rsquo;m bringing you the best way to learn golang, and that is coding with it!&lt;/p>
&lt;h2 id="what-is-gophercises">What is Gophercises?&lt;/h2>
&lt;p>&lt;a href="https://gophercises.com/">Gophercises&lt;/a> is a webpage made by &lt;a href="https://www.calhoun.io/">Jon Calhoun&lt;/a>, an experienced web developer with go, and we takes us through a series of exercises to code with golang making us improve our way to code in go by exploring topics like channels, concurrency, methods, using the standard library and more! The best thing of all is that is free! So you won&amp;rsquo;t lose anything trying it out, instead you will have tons of fun like I did!&lt;/p></description></item><item><title>I am studying for my JNCIA-JunOS and why you should do too!</title><link>http://crazyc4t.me/blog/jncia/</link><pubDate>Fri, 20 Jan 2023 11:14:01 -0500</pubDate><guid>http://crazyc4t.me/blog/jncia/</guid><description>&lt;h1 id="my-journey-into-getting-jncia-junos-certified">My journey into getting JNCIA-JunOS certified!&lt;/h1>
&lt;p>Hello guys it&amp;rsquo;s crazyc4t once again, first of all happy new years!&lt;/p>
&lt;p>I know I haven&amp;rsquo;t been active lately but this will change, starting with my lack of networking skills, I must need to admit, I&amp;rsquo;m not a fan of networking&amp;hellip;&lt;/p>
&lt;p>&lt;strong>Why are you writing this blogpost then?&lt;/strong>&lt;/p>
&lt;p>First, let me get you in the context&amp;hellip;&lt;/p>
&lt;h2 id="my-story-with-networking">My story with networking&lt;/h2>
&lt;p>As I said, I&amp;rsquo;m not a huge fan of networking, doesn&amp;rsquo;t mean that I don&amp;rsquo;t like it, it&amp;rsquo;s just that I prefer doing other things like ethical hacking and learn more about linux tho, but at one stage of ethical hacking I noticed the lack of my networking skills, since I understood everything that I was doing but very broadly, and I wanted to understand more deeply, so that&amp;rsquo;s why I went my way to get the CCNA, started with &lt;a href="https://www.youtube.com/watch?v=H8W9oMNSuwo&amp;amp;list=PLxbwE86jKRgMpuZuLBivzlM8s2Dk5lXBQ">Jeremy&amp;rsquo;s IT labs course&lt;/a> that is truly awesome really is a great resource but, for me it didn&amp;rsquo;t clicked and just felt boring and not aligned with what I wanted, so I left CCNA and started studying a lot of stuff that lead me to not certify myself in months, in a blank space where I didn&amp;rsquo;t knew where to go or to do, but I got a job in cybersecurity and it was awesome! And that made me acknowledge that I&amp;rsquo;m good and I like cybersecurity and blue team operations, that is my thing!&lt;/p></description></item><item><title>Elk stack once and for all!</title><link>http://crazyc4t.me/blog/elk-stack/</link><pubDate>Tue, 06 Dec 2022 14:34:23 -0500</pubDate><guid>http://crazyc4t.me/blog/elk-stack/</guid><description>&lt;p>Welcome to this quick guide on using the ELK stack, specially Elastic&amp;rsquo;s Kibana interface to search, filter and create visualizations and dashboards, taking as an example the investigation of vpn logs for anomalies.&lt;/p>
&lt;p>&lt;img src="http://crazyc4t.me/images/elk1.png" alt="elk1">&lt;/p>
&lt;p>Is a collection of different open-source software developed by Elastic, linked together to take data from endpoints (computers, networks, any source in particular) in any format and being able to perform a search, analyze and visualize the data in real-time.&lt;/p></description></item><item><title>Mr Robot CTF</title><link>http://crazyc4t.me/blog/mrrobot/</link><pubDate>Sun, 06 Nov 2022 08:42:00 -0500</pubDate><guid>http://crazyc4t.me/blog/mrrobot/</guid><description>&lt;p>&lt;img src="http://crazyc4t.me/images/mrrobot.png" alt="head">&lt;/p>
&lt;p>Welcome to a new machine walkthrough!&lt;/p>
&lt;p>Now it&amp;rsquo;s the time for this awesome machine that is the &lt;a href="https://tryhackme.com/room/mrrobot">Mr Robot&lt;/a> room in Try Hack Me!&lt;/p>
&lt;h2 id="enumeration">Enumeration&lt;/h2>
&lt;p>First my own methodology that I&amp;rsquo;m working with is to make Nmap scans, while doing some gobuster&amp;rsquo;s directories discoveries, so let&amp;rsquo;s go step by step.&lt;/p>
&lt;h3 id="nmap">Nmap&lt;/h3>
&lt;p>&lt;code>sudo nmap -sS -Pn -T5 -p- -vvv --open 10.10.112.68 -oG allPorts&lt;/code>
&lt;img src="http://crazyc4t.me/images/mrrobot1.png" alt="mrrobot1">
With the &lt;code>-vvv&lt;/code> triple verbosity flag we know already open ports without the scan being finished, giving us a bit of time to work.&lt;/p></description></item><item><title>Deep dive into nmap</title><link>http://crazyc4t.me/blog/nmap/</link><pubDate>Sat, 05 Nov 2022 13:17:13 -0500</pubDate><guid>http://crazyc4t.me/blog/nmap/</guid><description>&lt;p>When it comes to hacking, knowledge is power, the more you know, the more options you have to attack, making critical a proper enumeration before any type of exploitation.&lt;/p>
&lt;p>Before attacking our target we need to know what is what we are about to attack, we need to know what type of services or OS is running, and we can accomplish that by making a network map, hence the name of Nmap, specifically doing &amp;ldquo;port scanning&amp;rdquo;, because these services are listening on a specific &amp;ldquo;ports&amp;rdquo; of the network, being ports a network structure your service runs on to establish a connection, the service are always &amp;ldquo;listening&amp;rdquo; (waiting for another device that wants to establish a connection) and the user when connecting to the specific port they open a port for receiving information from the other port (for example: HTTPS 443)&lt;/p></description></item><item><title>Pickle Rick CTF</title><link>http://crazyc4t.me/blog/picklerick/</link><pubDate>Thu, 27 Oct 2022 19:18:39 -0500</pubDate><guid>http://crazyc4t.me/blog/picklerick/</guid><description>&lt;p>Hello world! I&amp;rsquo;m back again with a new blogpost, related to hacking! am preparing myself for the eJPT so I&amp;rsquo;m taking tons of machines while taking the learning paths from Try Hack Me, specifically the &amp;ldquo;Pre-Security&amp;rdquo;&lt;/p>
&lt;p>This Rick and Morty themed challenge requires you to exploit a webserver to find 3 ingredients that will help rick make his potion to transform himself back into human from a pickle!&lt;/p>
&lt;p>&lt;a href="https://tryhackme.com/room/picklerick">Room link&lt;/a>&lt;/p></description></item><item><title>Boss of the SOC walkthrough</title><link>http://crazyc4t.me/blog/botsv3/</link><pubDate>Tue, 18 Oct 2022 13:03:09 -0500</pubDate><guid>http://crazyc4t.me/blog/botsv3/</guid><description>&lt;h1 id="starting-point">Starting point&lt;/h1>
&lt;ol>
&lt;li>Download Boss of the SOC VM from the &lt;a href="https://tryhackme.com/room/kimctf2022">THM room&lt;/a>&lt;/li>
&lt;li>Import the VM with VirtualBox&lt;/li>
&lt;li>In the host machine, navigate to &lt;a href="#ZgotmplZ">localhost:8000&lt;/a>&lt;/li>
&lt;/ol>
&lt;h2 id="mission-of-the-ctf">Mission of the CTF&lt;/h2>
&lt;p>The mission is to look for certain data using the SPL (Splunk Processing Language) being the flags, data.&lt;/p>
&lt;p>Boss of the SOC is a blue-team CTF that helps you enhance your hunting and analysis skills.&lt;br>
You will use Splunk and other tools to answer a variety of questions about security incidents that&lt;br>
have occurred in a realistic but fictitious enterprise environment. It&amp;rsquo;s designed to emulate how&lt;br>
real security incidents look in Splunk and the type of questions analysts have to answer. The&lt;br>
objective is to recreate the life of a security analyst facing down an adversary at all stages of an&lt;br>
attack.&lt;/p></description></item><item><title>How to play Overwatch 2 in linux</title><link>http://crazyc4t.me/blog/overwatch2/</link><pubDate>Sat, 08 Oct 2022 13:07:44 -0500</pubDate><guid>http://crazyc4t.me/blog/overwatch2/</guid><description>&lt;p>Hello guys! First of all, thanks for reading my blog, overwatch 2 has been released and it&amp;rsquo;s time for us to try it!&lt;/p>
&lt;p>Playing it on linux is really simple, so feel free to follow along!&lt;/p>
&lt;p>I&amp;rsquo;m using arch linux when following this guide, if you are not running arch linux as your linux distribution, don&amp;rsquo;t worry! Just make sure everything is up-to-date with your system.&lt;/p>
&lt;h2 id="installing-the-requirements">Installing the requirements&lt;/h2>
&lt;p>First of all we need to install:&lt;/p></description></item><item><title>Using namecheap domain with github pages!</title><link>http://crazyc4t.me/blog/namecheap/</link><pubDate>Fri, 02 Sep 2022 18:45:39 -0500</pubDate><guid>http://crazyc4t.me/blog/namecheap/</guid><description>&lt;p>Hello everyone! It&amp;rsquo;s crazyc4t once again, I have some news, I changed my domain! There is no more saidneder.tech, now it&amp;rsquo;s &lt;a href="https://crazyc4t.xyz">crazyc4t.xyz&lt;/a> since my saidneder.tech domain was really expensive for renewal and I felt that it was my mistake because of the company that I chose to buy my domain from, that is HostGator, which I totally don&amp;rsquo;t recommend, difficult to use and configure, expensive, and not friendly at all, so instead of renewing my old domain I bought a new one in &lt;a href="https://namecheap.com">namecheap.com&lt;/a>! and It was awesome, I deployed my blog to my new domain with https encryption in less than 30 minutes! And that was because of the wait time to generate the security certificate, so in this post am going to show you how to use your domain bought from namecheap with github pages!&lt;/p></description></item><item><title>Programming with go!</title><link>http://crazyc4t.me/blog/gostart/</link><pubDate>Sun, 28 Aug 2022 13:25:00 -0500</pubDate><guid>http://crazyc4t.me/blog/gostart/</guid><description>&lt;h1 id="how-to-start-programming-with-go">How to start programming with Go&lt;/h1>
&lt;p>Hello guys it&amp;rsquo;s crazyc4t once again, sorry for being a bit distant on my blog but prepare yourselves because there&amp;rsquo;s more content in the oven!&lt;/p>
&lt;p>I disappeared but with a purpose, I was laser-locked focused learning go! And it is really fun, but first&amp;hellip;&lt;/p>
&lt;h2 id="what-is-go">What is go?&lt;/h2>
&lt;p>&lt;img src="http://crazyc4t.me/images/gopher-dance-long-3x.gif" alt="Gopher">&lt;/p>
&lt;p>&lt;a href="https://go.dev/">Go&lt;/a> is an open-source programming language supported by Google, created by Ken Thompson and Rob Pike, the creators of the UNIX operating system, made for Google-sized problems, being Go a static fast-compiled language, that includes native concurrency, garbage collection and efficiency at scale.&lt;/p></description></item><item><title>How I passed the compTIA A+</title><link>http://crazyc4t.me/blog/a+/</link><pubDate>Wed, 20 Apr 2022 12:10:12 -0500</pubDate><guid>http://crazyc4t.me/blog/a+/</guid><description>&lt;h1 id="guide-to-conquer-comptia-a">Guide to conquer compTIA A+&lt;/h1>
&lt;p>This is the guide to conquer compTIA A+ made by Said Neder, this is what am doing to study and get certified!&lt;/p>
&lt;p>Here I documented everything that I learned when preparing for the exam, this are my notes to study and remember what I did, and I passed!&lt;/p>
&lt;p>Am taking this exam on 11th and 13th of april, 2022!&lt;/p>
&lt;p>&lt;strong>What is compTIA A+?&lt;/strong>
Is the Computing Technology Industry Association, being vendor-neutral, they have been around since the 80&amp;rsquo;s.
The A+ is a test designed for IT technicians anywhere from 6-9 months of experience, being one of the most popular certification.&lt;/p></description></item><item><title>What to do after installing Fedora KDE</title><link>http://crazyc4t.me/blog/debloating_fedora/</link><pubDate>Tue, 01 Mar 2022 20:59:45 -0500</pubDate><guid>http://crazyc4t.me/blog/debloating_fedora/</guid><description>&lt;p>Welcome again to my blog, it has been a bit of a long time isn&amp;rsquo;t it? But am back once again! And more active than ever so expect so more blogposts coming your way!&lt;/p>
&lt;h2 id="why-am-running-fedora">Why am running fedora&lt;/h2>
&lt;p>As some of you know, I was using &lt;a href="https://archlinux.org/">Arch Linux&lt;/a> with a window manager or &amp;ldquo;WM&amp;rdquo; for simplicity, (If you want to see my dotfiles, &lt;a href="https://github.com/crazyc4t/dotfiles">here&amp;rsquo;s the repo&lt;/a>) and It was great! But am on a Laptop, and I needed something more easier to setup since I didn&amp;rsquo;t had the time and in some situations where I needed to take my laptop with me I needed to install some packages and read the wiki, etc for order to make a specific printer work, for example, so it wasn&amp;rsquo;t practical and I just needed something that just worked, bleeding-edge, and a distro that had good documentation and promotes new solutions, and there is where &lt;a href="https://getfedora.org/">Fedora&lt;/a> takes place, since I want to learn how to administrate Linux Servers based on &lt;a href="https://redhat.com">Red Hat&lt;/a> being the company that sponsors the fedora project, it was a perfect fit for me! So in that way I can learn more about DNF (The package manager), Selinux, BTRFS, ZRAM and all of this greatest and latest tech work!&lt;/p></description></item><item><title>How to code your own discord bot!</title><link>http://crazyc4t.me/blog/discordbot/</link><pubDate>Fri, 11 Feb 2022 11:19:06 -0500</pubDate><guid>http://crazyc4t.me/blog/discordbot/</guid><description>&lt;h1 id="patrick-star-bot-">Patrick Star Bot 📕&lt;/h1>
&lt;p>&lt;img src="https://img.shields.io/github/license/crazyc4t/PatrickStar?color=brightgreen" alt="GitHub License">
&lt;img src="https://img.shields.io/github/last-commit/crazyc4t/PatrickStar" alt="GitHub last commit">&lt;/p>
&lt;p>This is my first time programming a bot on discord with discord.js!
This bot is about having my classes at my fingertips, so it
gives links with special commands that facilitate the process.
You are free to clone the code and use it the way you want!
You can edit it and make it your own!&lt;/p>
&lt;p>&lt;img src="http://crazyc4t.me/images/botdemo.gif" alt="Demo">&lt;/p>
&lt;h2 id="commands">Commands&lt;/h2>
&lt;p>&lt;strong>Prefix: 9&lt;/strong>&lt;/p>
&lt;p>The prefix means that is the initial character that is used to communicate
with the bot!&lt;/p></description></item><item><title>LaTeX for humans</title><link>http://crazyc4t.me/blog/latexforhumans/</link><pubDate>Wed, 19 Jan 2022 17:22:31 +0000</pubDate><guid>http://crazyc4t.me/blog/latexforhumans/</guid><description>&lt;h2 id="intro">Intro&lt;/h2>
&lt;p>This post is going to help you learn \(\LaTeX\) and convert you into a intellectual and scientific professional and by far superior with anyone that shares their report made in word!&lt;/p>
&lt;p>But before anything&amp;hellip;&lt;/p>
&lt;h2 id="what-is-all-this-tex-thingy">What is all this \(\TeX\) thingy?&lt;/h2>
&lt;p>In summary \(\LaTeX\) is the form of creating a document with the highest quality of typesetting possible, being made with commands you will have to compile it each time to see the result so \(\LaTeX\) isn&amp;rsquo;t a WYSIWYG(what you see is what you get) editor, but don&amp;rsquo;t worry! \(\LaTeX\) is so awesome now that a quick &lt;code>CTRL+S&lt;/code> will compile your result and let you see how you are going on time! so no worries there. The story goes back to 1977 when Donald Knuth understood the need for a high quality typesetting program, and \(\LaTeX\) being still used today shows that is the best tool for it&amp;rsquo;s purpose, although many useful additions have been made and \(\LaTeX\) has evolutionated since then.&lt;/p></description></item><item><title>Vim for everyone!</title><link>http://crazyc4t.me/blog/vimforeveryone/</link><pubDate>Sun, 09 Jan 2022 22:00:04 -0500</pubDate><guid>http://crazyc4t.me/blog/vimforeveryone/</guid><description>&lt;h2 id="intro">Intro&lt;/h2>
&lt;p>This is a vim-neovim tutorial, is a highly-configurable text editor that you can make it as you wish, and the way to use it is only with the keyboard and keybindings and learning it will improve your productivity at a whole other level, and it is included in every UNIX system and Mac OS, so if you configure servers remotely or work a lot in the terminal is really important to use vim, and you can add plugins and make a lot of cool stuff with it!&lt;/p></description></item><item><title>How to free yourself by installing linux</title><link>http://crazyc4t.me/blog/freeyourself/</link><pubDate>Sun, 21 Nov 2021 01:40:22 -0500</pubDate><guid>http://crazyc4t.me/blog/freeyourself/</guid><description>&lt;h2 id="intro">Intro&lt;/h2>
&lt;p>This is a special blogpost since this is the guide to switch from windows to linux for new users, and the way to free them of propietary software and enjoy their freedom with free software, the software you should run!&lt;/p>
&lt;p>We are going to divide this guide in steps:&lt;/p>
&lt;h2 id="intro-1">Intro&lt;/h2>
&lt;p>For the FAQ&amp;rsquo;s I made a &lt;a href="https://saidneder.tech/blog/penguin">blogpost&lt;/a> that covers this questions:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>What is Linux?&lt;/p>
&lt;/li>
&lt;li>
&lt;p>What is GNU?&lt;/p>
&lt;/li>
&lt;li>
&lt;p>What is GNU/Linux?&lt;/p></description></item><item><title>How to customize your terminal!</title><link>http://crazyc4t.me/blog/niceterminal/</link><pubDate>Sun, 14 Nov 2021 19:55:31 -0500</pubDate><guid>http://crazyc4t.me/blog/niceterminal/</guid><description>&lt;h2 id="intro">Intro&lt;/h2>
&lt;p>This is a tutorial-type of blogpost, sorry for being away so long, but there&amp;rsquo;s a lot of blogposts coming to your way, so expect some new ones!&lt;/p>
&lt;p>What we want to achieve in this tutorial:&lt;/p>
&lt;ul>
&lt;li>To have a fast terminal emulator&lt;/li>
&lt;li>To have a better shell with auto-completition&lt;/li>
&lt;li>To have a cool-looking with color scheme terminal&lt;/li>
&lt;/ul>
&lt;p>So let&amp;rsquo;s start with that!&lt;/p>
&lt;h2 id="alacritty-the-fastest-opengl-terminal-emulator">Alacritty, the fastest openGL terminal emulator&lt;/h2>
&lt;p>&lt;a href="https://github.com/alacritty/alacritty">Alacritty&lt;/a> is the fastest terminal emulator out there, and the best of all is that is cross-platform! so you can install it on windows too! Although this guide is more toward linux users but if you are here from windows you can follow along too!&lt;/p></description></item><item><title>What is GNU + Linux? Why should you care?</title><link>http://crazyc4t.me/blog/penguin/</link><pubDate>Wed, 22 Sep 2021 18:58:53 -0500</pubDate><guid>http://crazyc4t.me/blog/penguin/</guid><description>&lt;h2 id="intro">Intro&lt;/h2>
&lt;p>Am going to talk about one of my favourite things in the world, what lead me to where I am today, Linux, the open-source operating system created by the community!&lt;/p>
&lt;h2 id="what-is-linux">What is linux?&lt;/h2>
&lt;p>You use Linux everyday, without even noticing, &lt;strong>you are using linux right now!!&lt;/strong> since this
webpage is hosted on &lt;a href="https://github.com/">github&lt;/a>, and github is hosted on &lt;a href="https://azure.microsoft.com/en-us/">azure&lt;/a>
that is the cloud computing service that microsoft offers, that their servers are based on linux, you see the connection?
&lt;strong>Linux is everywhere!&lt;/strong> and you can&amp;rsquo;t escape it, linux is on your cars, roku devices, servers, super computers,
android phones, smart devices, and we can go like this for hours, but answering the real question&lt;/p></description></item></channel></rss>