Fading Coder

One Final Commit for the Last Sprint

Maintaining Access and Persistence Techniques in Windows Environments

Maintaining Access or Callback Mechanisms Ever wondered how attackers gain entry into secure networks and remain undetected for months or years? Here are some advanced techniques for staying within network perimeters. We'll discuss not only maintaining access to compromised local machines but also u...

Internal Network Penetration Testing: A Simple Target Range Exercise

Information Gathering Phase Perform port scanning against the target IP address. sudo nmap -sS --open -Pn -p- -v 192.168.0.3 Configure local hosts file to map 192.168.0.3 to www.webhack123.com and access the website, which reveals a ThinkPHP framework implementation. Conduct directory enumeration o...

Exploiting Windows 7 Systems Using Metasploit Framework

Remote Command Execution on Windows 7 via MS17-010 Vulnerability Core Workflow Vulnerability Identification → Module Selection → Configuration → Exploitation Module Discovery Commands search CVE-2017-0143 show exploits show payloads show auxiliary Module Configuration Display parameters: show option...

Comprehensive Metasploit Setup and Usage Guide

Installing Metasploit on Windows The installation process on Windows is straightforward. Obtain the latest Metasploit Framework installer from the official website. The installer includes the console and all necessary dependencies. Disable any antivirus software during installation, as it may flag c...

Advanced Kali Linux Penetration Testing: Setup, Reconnaissance, and Exploitation

Environment Customization and Setup Kali Linux provides a robust foundation for penetration testing. Customizing the desktop environment and installing supplementary tools enhances operational efficiency. Configuring Alternate Desktop Environments Different desktop environments cater to varying hard...