<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Glitxhed]]></title><description><![CDATA[Glitxhed]]></description><link>https://www.glitxhed.net/articles</link><generator>RSS for Node</generator><lastBuildDate>Fri, 18 Sep 2026 05:44:14 GMT</lastBuildDate><atom:link href="https://www.glitxhed.net/blog-feed.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[Exploring DirBuster: A Comprehensive Guide to Directory Bruteforcing]]></title><description><![CDATA[When it comes to web application security testing, one critical aspect is identifying hidden or sensitive directories that might be accessible to unauthorized users. DirBuster, a popular open-source tool, is designed to help with this task. In this article, we will explore DirBuster, covering both its graphical user interface (GUI) and command-line usage. DirBuster: An Overview DirBuster is a directory brute-forcing tool that assists in discovering hidden files and directories on web servers....]]></description><link>https://www.glitxhed.net/post/exploring-dirbuster-a-comprehensive-guide-to-directory-bruteforcing</link><guid isPermaLink="false">652eede71568568d14a766af</guid><category><![CDATA[Brute Force]]></category><pubDate>Sat, 15 Aug 2026 23:00:00 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_3d5298678c9a4f1e86004de64bd25608~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA[Understanding Networks]]></title><description><![CDATA[Networking is a fundamental aspect of the digital world, and for ethical hackers, understanding how networks function is crucial. It not only enables ethical hackers to identify vulnerabilities but also to secure systems and data. In this article, we'll explore the essential networking concepts and tools that ethical hackers should be well-versed in to navigate the complex landscape of cybersecurity. 1. Understanding the OSI Model: The Open Systems Interconnection (OSI) model is the backbone...]]></description><link>https://www.glitxhed.net/post/networking-fundamentals</link><guid isPermaLink="false">653326a9794d3e5479bb5097</guid><category><![CDATA[Networking]]></category><pubDate>Sat, 25 Jul 2026 08:18:04 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_2ca67796a5f34b6db63a37da396958d2~mv2.jpg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA[Understanding Evil-WinRM]]></title><description><![CDATA[Evil-WinRM is a command-line tool designed to help security professionals and penetration testers gain unauthorized access to Windows systems, particularly for privilege escalation. This tool is built on top of the Windows Remote Management (WinRM) protocol, which allows for the remote execution of commands on Windows machines. Key Features of Evil-WinRM: WinRM Protocol: Evil-WinRM leverages the WinRM protocol, which is a native Windows service used for management tasks. This means that the...]]></description><link>https://www.glitxhed.net/post/understanding-evil-winrm</link><guid isPermaLink="false">653b6e454cd325c99130fb94</guid><pubDate>Fri, 19 Jun 2026 11:25:34 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_0ac99241682049d3a1ae0d066a76735b~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA[Discovering Vulnerabilities with Nmap]]></title><description><![CDATA[Nmap, short for Network Mapper, is an open-source and highly versatile tool that has earned its place as the Swiss Army knife of network...]]></description><link>https://www.glitxhed.net/post/discovering-vulnerabilities-with-nmap</link><guid isPermaLink="false">652c2d36f0306b04060c7963</guid><category><![CDATA[Networking]]></category><category><![CDATA[Website Hacking]]></category><category><![CDATA[Metasploit]]></category><pubDate>Sun, 15 Oct 2023 20:21:00 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_0881db607b0e49a5b4ba985b757c3c61~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA["Packet Sniffing Made Easy with Tshark]]></title><description><![CDATA[Tshark is part of the Wireshark family, which is a widely known and respected set of network protocol analysis tools. It is an...]]></description><link>https://www.glitxhed.net/post/packet-sniffing-made-easy-with-tshark</link><guid isPermaLink="false">652c1456dd0f7e7ecf9edc0f</guid><category><![CDATA[Networking]]></category><category><![CDATA[Osint]]></category><pubDate>Sun, 15 Oct 2023 16:43:17 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_96459b21715b4238a481d61cd1212860~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA[Recon-ng: Harnessing the Power of Information Gathering]]></title><description><![CDATA[Recon-ng is an open-source reconnaissance framework written in Python, designed to assist ethical hackers, security professionals, and...]]></description><link>https://www.glitxhed.net/post/recon-ng-harnessing-the-power-of-information-gathering</link><guid isPermaLink="false">652bd84eb5050df2c24a96ab</guid><category><![CDATA[Osint]]></category><pubDate>Sun, 15 Oct 2023 12:27:10 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_9dd797fa10e44baca39270c872e39117~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA[ SpiderFoot: A Comprehensive Guide to Ethical Hacking Footprinting]]></title><description><![CDATA[In the ever-evolving landscape of cybersecurity, ethical hackers and security professionals continuously strive to stay one step ahead of...]]></description><link>https://www.glitxhed.net/post/spiderfoot-a-comprehensive-guide-to-ethical-hacking-footprinting</link><guid isPermaLink="false">652bcf4596eb5ac5e44d3553</guid><category><![CDATA[Osint]]></category><pubDate>Sun, 15 Oct 2023 11:40:36 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_0dccffe4394348768de9df89bb7bf5ca~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA[Crunch: Creating Wordlists Made Easy with Kali Linux]]></title><description><![CDATA[What is Crunch? Crunch is a wordlist generator tool that comes pre-installed with Kali Linux. It's designed to create custom wordlists...]]></description><link>https://www.glitxhed.net/post/crunch-creating-wordlists-made-easy-with-kali-linux</link><guid isPermaLink="false">652afeaab02ebcb12ebe4ecb</guid><category><![CDATA[Brute Force]]></category><pubDate>Sat, 14 Oct 2023 20:57:50 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_ec177245b696462e9bac4b8bdaaa16e3~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA[Build A Nmap For Open Ports]]></title><description><![CDATA[Step 1: Writing the Scanner Let's start by creating a basic Python script for a simple port scanner. Step 2: Running the Scanner Replace...]]></description><link>https://www.glitxhed.net/post/build-a-nmap-for-open-ports</link><guid isPermaLink="false">652ac32c7fdbb396cee99521</guid><category><![CDATA[Python Scripts]]></category><pubDate>Sat, 14 Oct 2023 16:49:35 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_75988d56617844cfaab9a341b1999a0f~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA[Hunter.io: Unleashing the Power of Email Discovery]]></title><description><![CDATA[In the ever-evolving landscape of the internet, information is the key to success, whether you're an ethical hacker searching for...]]></description><link>https://www.glitxhed.net/post/hunter-io-unleashing-the-power-of-email-discovery</link><guid isPermaLink="false">652abe2cb3e9430abd8b772d</guid><category><![CDATA[Osint]]></category><pubDate>Sat, 14 Oct 2023 16:18:15 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_b11764c1c1bd4a2681951264e13c78d0~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA[Nikto at Your Fingertips: Command-Line Security for Websites]]></title><description><![CDATA[In the ever-evolving digital landscape, website security is a top priority for organizations and individuals. Cyber threats are...]]></description><link>https://www.glitxhed.net/post/nikto-at-your-fingertips-command-line-security-for-websites</link><guid isPermaLink="false">652aaee9a0626db96a6ded1d</guid><category><![CDATA[Website Hacking]]></category><pubDate>Sat, 14 Oct 2023 15:10:41 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_7e93a868013b4751a1ed368be587d2fe~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA[Crack Passwords Using John The Ripper]]></title><description><![CDATA[John the Ripper, often abbreviated as "John," is a renowned open-source password cracking tool used by cybersecurity professionals and...]]></description><link>https://www.glitxhed.net/post/crack-passwords-using-john-the-ripper</link><guid isPermaLink="false">652aa3956396b420b32cf999</guid><category><![CDATA[Brute Force]]></category><pubDate>Sat, 14 Oct 2023 14:22:59 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_3878ed350fda49bdb054a7b1388fb688~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA[Understanding whois]]></title><description><![CDATA[What is 'whois'? 'whois' is a command-line utility that allows you to retrieve information about domain names, IP addresses, and network...]]></description><link>https://www.glitxhed.net/post/understanding-whois</link><guid isPermaLink="false">652a859a0e4f14cf0980753d</guid><category><![CDATA[Osint]]></category><pubDate>Sat, 14 Oct 2023 12:16:00 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_84f963db47e54e488f97c4f742d6db2f~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA[Creating A Reverse Payload With msfvenom &#38; msfconsole]]></title><description><![CDATA[In ethical hacking and penetration testing, having the ability to create and utilize custom payloads is an essential skill. msfvenom, a...]]></description><link>https://www.glitxhed.net/post/creating-a-reverse-payload-with-msfvenom-msfconsole</link><guid isPermaLink="false">652a8189e9d623e509e6bfce</guid><category><![CDATA[Metasploit]]></category><pubDate>Sat, 14 Oct 2023 12:05:16 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_2147e65aad144f69bd24d749cf06f71a~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA[Write A Directory Brute-Force Tool In Python]]></title><description><![CDATA[Step 1: Prepare Your Environment Make sure you have Python installed on your system. You'll also need to install the requests library if...]]></description><link>https://www.glitxhed.net/post/write-a-directory-brute-force-tool-in-python</link><guid isPermaLink="false">6529b2c3cd80c6bfe4b49cd5</guid><category><![CDATA[Python Scripts]]></category><category><![CDATA[Brute Force]]></category><pubDate>Fri, 13 Oct 2023 21:17:37 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_22c4e4626b5d4983ac39293832bda7c5~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA[Build A MAC Changer In Python]]></title><description><![CDATA[A quick and easy script. Method 1. import subprocess  # Define the network interface and the new MAC address interface = "eth0"  #...]]></description><link>https://www.glitxhed.net/post/build-a-python-mac-changer</link><guid isPermaLink="false">65299d601f4d79cbd3d152e1</guid><category><![CDATA[Python Scripts]]></category><pubDate>Fri, 13 Oct 2023 19:46:37 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_6ccd5c5012854afbbd19470b79064b3b~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA[WhatWeb: An Insight into Web Application Scanning]]></title><description><![CDATA[In the dynamic world of cybersecurity, staying proactive in identifying potential vulnerabilities is paramount. Among the essential tools...]]></description><link>https://www.glitxhed.net/post/whatweb-an-insight-into-web-application-scanning</link><guid isPermaLink="false">65295c0165fd1402e0fb2a12</guid><pubDate>Fri, 13 Oct 2023 15:05:36 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_94ee8e8ebd6343298f905e18f07ef8a2~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA[Hoaxshell]]></title><description><![CDATA[In the realm of ethical hacking, serves as an indispensable tool for security practitioners and researchers. It assists in conducting...]]></description><link>https://www.glitxhed.net/post/hoaxshell</link><guid isPermaLink="false">65293b5cbc3d3626412365ee</guid><pubDate>Fri, 13 Oct 2023 12:46:27 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_42c6e24e83804f2383905464305a7bd7~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA[Website Application Penetration Testing]]></title><description><![CDATA[What is website application pentration testing? Website Application Pentration testing is discovering vulnerabilities and bugs inside of...]]></description><link>https://www.glitxhed.net/post/website-application-penetration-testing</link><guid isPermaLink="false">63ab5b9e62a0bb0c80974dec</guid><category><![CDATA[Website Hacking]]></category><pubDate>Sun, 08 Oct 2023 18:41:43 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_da00ddca631348fcb2b00e2fce83bbf7~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item><item><title><![CDATA[What is ARP Spoofing? ]]></title><description><![CDATA[ARP spoofing Arp spoofing or sometimes other known as ARP poisoning is a method used where the hacker will send a ARP (Address Resolution...]]></description><link>https://www.glitxhed.net/post/what-is-arp-spoofing</link><guid isPermaLink="false">636920c6df93b55361c02fac</guid><pubDate>Fri, 06 Oct 2023 23:00:00 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/642e54_f12e0f5e9be94ab1b1583dee01146d30~mv2.jpeg/v1/fit/w_1000,h_1000,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Swift Glitxh</dc:creator></item></channel></rss>