Skip to content

FrameRoot/Reverse-shell-with-plus-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reverse-shell-with-more-commands

A reverse shell throught tcp that has special commands [Windows Version]

What is a revershe shell:

.

It has

  • Full acess to the machine (as every revershe shell connection)
  • RICKROLL
  • Automated commands to make your life easier
  • Chat to communicate between the server and the client

It will have:

  • Chat to communicate between the server and the client (DONE)
  • Flood of packets

Screenshot_4

Errors

- DATA OVERLOAD

The biggest error its the number of data , the command prompt cant afford a lot of data when you do a diras an example and there is a lot of files it will divide the dir by enters so everytime you click enter it will give a % of the data of the dir -->(SOLVED)

  • cd Command

How to install:

pip install -r requirements.txt or pip3 install -r requirements.txt

python server.py or python3 server.py

PROTOCOL

Only open the server with tcp protocol ports

tcp

Common TCP ports:

21 = FTP: File Transfer Protocol

23 = Telnet: Telnet

25 = SMTP: Simple Mail Transfer Protocol

53 = DNS: Domain Name System

80 = HTTP: Hyper Text Transfer Protocol

110 = POP3: Post Office Protocol version 3

119 = NNTP: Net News Transport Protocol

443 = SSL: Secure Sockets Layer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages