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

Receiving reverse shell on windows #10

Open
testentry opened this issue Jan 27, 2021 · 1 comment
Open

Receiving reverse shell on windows #10

testentry opened this issue Jan 27, 2021 · 1 comment

Comments

@testentry
Copy link

I am running windows 7 and when I uploaded the reverse shell on the site it always gives the error of, daemonize wasn't completed. But running it on an attack box (I was doing the coldbox challenge on tryhackme). It works, any way to fix this or do I just use a Linux based system.

@celyes
Copy link

celyes commented Jan 27, 2021

It means your pc isn't listening on the port.
You want to issue this command on your machine
nc -lnvp 'whatever port you set in reverse shell'
e.g. nc -lnvp 1234

Source: https://forum.hackthebox.eu/discussion/1880/php-reverse-shell-php-issue

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

2 participants