Tag

WebShell

0 views collected around this technical thread.

Java Architect Essentials
Java Architect Essentials
May 26, 2023 · Information Security

Step‑by‑Step WordPress Site Penetration Testing Tutorial

This tutorial walks beginners through the entire process of compromising a WordPress website, from initial information gathering and DNS enumeration to vulnerability scanning, exploitation with tools like sqlmap and nmap, privilege escalation, and establishing persistent backdoors.

Privilege EscalationWebShellWordPress
0 likes · 10 min read
Step‑by‑Step WordPress Site Penetration Testing Tutorial
Laravel Tech Community
Laravel Tech Community
Oct 9, 2022 · Information Security

PHP One‑Liner Webshells and Evasion Techniques

This article explains various one‑line PHP webshell payloads, compares eval and assert functions, and demonstrates multiple obfuscation methods such as XOR, base64, rot13, concatenation, custom function wrappers, variable variables, class‑based tricks, and version‑specific payloads to bypass WAFs and antivirus detection.

EvasionPHPWebShell
0 likes · 12 min read
PHP One‑Liner Webshells and Evasion Techniques
Python Programming Learning Circle
Python Programming Learning Circle
Sep 30, 2021 · Backend Development

Implementing a WebSocket Service with Django ASGI and Paramiko for a WebShell

This article explains how to build a WebShell by creating a Django ASGI WebSocket service using gunicorn, uvicorn, and Paramiko, and integrates it with a React front‑end component that leverages xterm.js for terminal interaction, providing full code examples and implementation details.

ASGIDjangoParamiko
0 likes · 11 min read
Implementing a WebSocket Service with Django ASGI and Paramiko for a WebShell