Skip to content

Releases: p4p1/p4p1_revshell

cream

Choose a tag to compare

@p4p1 p4p1 released this 03 Jun 21:06

Latest working release. This new version improves the server only. But all of the old features are still working. The server is now a python module so easier to install. It is built with Python 2.7 in mind.

Server features:

  • new crowd mode to control multiple clients at once.
  • list -> list all of the connected clients to the server
  • sendall -> send a command to all of the clients
  • connect -> go in single user mode with the provided ip.

shook

Choose a tag to compare

@p4p1 p4p1 released this 15 Apr 09:52

In this release most of the code if finished, the client is fully working with all of the functions listed bellow, and the server is fully working with no bugs to.

client:
- wget -> [download a file on the infected client from the web]
- get-file -> [download a file from the infected client to your' computer ]
- cd -> [ change directory ]
- open a text file to hide the client.
- backwards compatibility with the older clients:
* open ip.cfg file to connect to a different ip
* open port.cfg file to connect to a different port

server:
- integration with all of the above commands
- ip -> [ display the client's ip address ]

Server and Client improved

Choose a tag to compare

@p4p1 p4p1 released this 14 Oct 19:53

The server is fully working with a terminal and ncurses mode for easier usage.
The client can change directory remote install executables. Special exit command to allow constant use.
Server allows multiple client usage

Third release

Choose a tag to compare

@p4p1 p4p1 released this 29 Aug 20:12

Big release updating te server and removing windows sever

p4p1 Windows Server

Choose a tag to compare

@p4p1 p4p1 released this 05 Aug 20:52

Added windows Server support and a installation guide for linux.

Second release

Choose a tag to compare

@p4p1 p4p1 released this 28 Jul 18:44

add:

  • Update windows client
  • ip.cfg added

known bugs:

  • linux client is broken :c
  • linux server needs an update for the exit function

Most stable release and first

Choose a tag to compare

@p4p1 p4p1 released this 23 Jul 19:26

-Added netcat support for client
-Added simple user interface
-Added website file download
-Fixed quit crash
-Added compile interface