• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

YAPS – Yet Another PHP Shell

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,623
Solutions
2
Reputation
32
Reaction score
100,455
Points
2,313
Credits
32,750
‎6 Years of Service‎
 
76%
124825185-acd24480-df49-11eb-976f-f9db9328eabe.png


YAPS – Yet Another PHP Shell

As the name reveals, this is yet another PHP reverse shell, one more among hundreds available out there. It is a single PHP file containing all its functions and you can control it via a simple netcat listener (nc -lp 1337).

In the current version, its main functions support only Linux systems, but I’m planning to make it work with Windows too.

Features

  •     Single PHP file (no need to install packages, libs, or download tons of files)
  •     Works with netcat, ncat, socat, multi/handler, almost any listener
  •     Customizable password protection
  •     No logs in .bash_history
  •     Can do some enumeration
  •         Network info (interfaces, iptables rules, active ports)
  •         User info
  •         List SUID and GUID files
  •         Search for SSH keys (public and private)
  •         List crontab
  •         List writable PHP files
  •     Auto download LinPEAS, LinEnum, or Linux Exploit Suggester
  •     Write and run PHP code on a remote host
  •     (Semi) Stabilize shell

Cons

  •     Connection isn’t encrypted (yet) (nc does not support SSL)
  •     Not fully interactive (although you can spawn an interactive shell with !stabilize)
  •         CTRL+C breaks it; can’t use arrows to navigate (unless you use rlwrap nc -lp <ip> <port>)

To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top