top of page
Grow Your Vision
Learn ethical hacking with our informative write-ups. Whether you're a Python enthusiast or a cybersecurity enthusiast, our articles provide valuable insights and practical knowledge to help you master the art of ethical hacking.


Exploring DirBuster: A Comprehensive Guide to Directory Bruteforcing
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 directorie
Swift Glitxh


Build A Nmap For Open Ports
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...
Swift Glitxh


Hunter.io: Unleashing the Power of Email Discovery
In the ever-evolving landscape of the internet, information is the key to success, whether you're an ethical hacker searching for...
Swift Glitxh


Nikto at Your Fingertips: Command-Line Security for Websites
In the ever-evolving digital landscape, website security is a top priority for organizations and individuals. Cyber threats are...
Swift Glitxh


Understanding whois
What is 'whois'? 'whois' is a command-line utility that allows you to retrieve information about domain names, IP addresses, and network...
Swift Glitxh


Creating A Reverse Payload With msfvenom & msfconsole
In ethical hacking and penetration testing, having the ability to create and utilize custom payloads is an essential skill. msfvenom, a...
Swift Glitxh


Build A MAC Changer In Python
A quick and easy script. Method 1. import subprocess # Define the network interface and the new MAC address interface = "eth0" #...
Swift Glitxh


Exploit windows with Bluekeep
Description - What is bluekeep? BlueKeep (CVE-2019-0708) is a security vulnerability that was discovered in Microsoft's Remote Desktop...
Swift Glitxh


What Is Nmap?
Nmap, which stands for "Network Mapping",is very popular tool that is used to scan networks and gathering information about them. Nmap...
Swift Glitxh
bottom of page
