From f3bea3d2970de1c140369aa7bab1109e0bd2709d Mon Sep 17 00:00:00 2001 From: Nicholas Ferreira <3837916+Nickguitar@users.noreply.github.com> Date: Tue, 8 Feb 2022 00:43:11 -0300 Subject: [PATCH] Added header image --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bd44d36..9041c92 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # YAPS - **Y**et **A**nother **P**HP **S**hell +![image](https://user-images.githubusercontent.com/3837916/152913972-59b182f7-aa98-4b48-bb60-16dfdcc02fc3.png) + + Yes, as the name reveals, this is yet another PHP reverse shell, one more among hundreds available out there, but with some advantages. It is a single PHP file containing all its functions and you can control it via a simple TCP listener (e.g. `nc -lp 1337`). In the current version (1.4), its main functions support only linux systems, but i'm planning to make it work with Windows too.