Coder Social home page Coder Social logo

reverse-shell's People

Contributors

attreyabhatt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

reverse-shell's Issues

Recursion error after running server.py for multiple connections repeatedly

Hello, thank you for the great tutorial. Running the server.py for the first time works great, I got two different computers connected properly. When I close the program and rerun it, the following error is obtained. This error keeps popping up multiple times and then randomly goes away.

File "/home/trec/WorkRaj/PySocket/server_multi.py", line 41, in bind_socket
print("Binding the port"+str(port))
RecursionError: maximum recursion depth exceeded while calling a Python object

It would be great to know the reason for this error.

Command not recognized

When I Connect to the reverse shell and on the server.py I try sending a command it will already say Command not recognized

Not getting Connected

i have a client and server program, i mean client is communicating to the server, but my server is my same system, (localhost).. but i want to ping other system instead of localhost, to do this i need to change the localhost to that system ip-address but that system is not connected to my system(neither wired nor wireless). but that system has access to internet?? how can i connect or ping to that system..??`
CLIENT CODE:
import socket
import os
import subprocess
import time

s = socket.socket()
host = '192.168.1.190'
port = 9999
.
.
.
Server Code:
global host
global port
global s
host = ' '
port = 9999
s = socket.socket()
.
.
.
Kindly Help me with that !

Just a query

I want to accept all the messages from available connections and accept connections at the same time. I have done some of modifications at some parts of your code but its not doing the job. How can I achieve that using multithreading. My repo link-

https://github.com/Kushalbanik262/Socket_Server.git

Thanks in advance...

list_connections function only shows last client

The list_connections function needs to have a '+' added before the '=' in order to list all the connected clients, as per below:

results += str(i) + " " + str(all_address[i][0]) + " " + str(all_address[i][1]) + "\n"

ConnectionRefusedError: [WinError 10061]

ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it ,this error i get when I am trying in my laptop. How i can solve this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.