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.
​


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
Oct 14, 2023
Â
Â
Â


Write A Directory Brute-Force Tool In Python
Step 1: Prepare Your Environment Make sure you have Python installed on your system. You'll also need to install the requests library if...
Swift Glitxh
Oct 13, 2023
Â
Â
Â


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
Oct 13, 2023
Â
Â
Â


Website Application Penetration Testing
What is website application pentration testing? Website Application Pentration testing is discovering vulnerabilities and bugs inside of...
Swift Glitxh
Oct 8, 2023
Â
Â
Â


What is ARP Spoofing?
ARP spoofing Arp spoofing or sometimes other known as ARP poisoning is a method used where the hacker will send a ARP (Address Resolution...
Swift Glitxh
Oct 7, 2023
Â
Â
Â


Gobuster Tool Guide
Gobuster is a performance analysis and tuning tool that may be utilized for the purposes of application performance troubleshooting and...
Swift Glitxh
Oct 1, 2023
Â
Â
Â


VSFTPD 2.3.4 Vulnerabilities: A Hacker's Perspective
Some programs come with backdoors embed in them,I am going to show you how to go about exploiting these. Firstly,we will use a tool...
Swift Glitxh
Oct 1, 2023
Â
Â
Â


Exploit windows with Eternalblue
Begining The Scan To begin we will run Metasploit Search for exploit We will the use the search command, to look for eternalblue Once...
Swift Glitxh
Sep 30, 2023
Â
Â
Â


Brute Force Attacks - Hydra
Hydra Hydra is a brute-forcing tool that helps ethical hackers crack the passwords and gain access to different network services. Hydra...
Swift Glitxh
Sep 29, 2023
Â
Â
Â


What Is Metasploit?
What is Metasploit? The Metasploit Project is a computer security initiative that helps with penetration testing and spreads information...
Swift Glitxh
Sep 23, 2023
Â
Â
Â


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
Sep 7, 2023
Â
Â
Â


Weevly - File Vulnerability
How To Exploit File Upload vulnerablilities Using Weevely Steps 1: Generate backdoor 2: Upload File 3: Gain Access Let's talk about File...
Swift Glitxh
Sep 1, 2023
Â
Â
Â
bottom of page