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

Building Targeted Wordlists with Cupp for Penetration Testing

Cupp (Common User Passwords Profiler) is an open-source Python utility that creates highly-focused password dictionaries by harvesting publicly-available personal information. This guide walks through installation, configuration, and responsible usage on a Debian-based penetration-testing distributi...

Digital Asset Platform Security Assessment: A Complete Penetration Testing Walkthrough

Initial Reconnaissance and Framework Identification The target platform exhibited several telltale signs of poor security implementation. The application lacked CDN protection and was built using ThinkPHP framework, which immediately suggested potential attack vectors. Initial automated vulnerabilit...

Exploiting DC-2: From Web Enumeration to Git Privilege Escalation

The target virtual machine operates on the 192.168.85.0/24 subnet. Initial reconnaissance identifies active hosts, specifically 192.168.85.132, which exposes TCP ports 80 and 7744. Direct web access via IP address is rejected, requiring a local DNS override in /etc/hosts to map the dc-2 domain to th...