You are browsing as a guest. Sign up (or log in) to start making projects!

Python reverse shell

  • 1 Devlogs
  • 0 Total hours

Used to build a server-client connection using python

Ship #1 Changes requested

I built a Python Remote Shell that allows commands to be executed on a remote machine through a client-server connection. The most challenging part was handling socket communication reliably, sending commands and responses correctly, and managing connection errors. I’m proud that I was able to turn Python networking concepts into a working project and better understand how remote command execution works. To test the project, run the server and client in an authorized local/lab environment, connect them using the correct IP address and port, and try basic commands such as pwd, ls, or whoami.

  • 1 devlog
  • 0h
Try project → See source code →
Open comments for this post

17m 16s logged

I am building a python remote shell which can be used to build a server-client connection and the server can easily help the client using terminal commands
In future upgrade, I am going to build a full web-app for this project!
I am designing the server such that it can handle multiple clients at a time using THREADS!

https://github.com/Garg-Pankaj29/python-remote-shell
This is the repo link for this project, kindly post your suggestion for more improvements!
Looking forward to learn more :)

0
0
19

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…