Skip to content

Missing Parenthesis in "C Windows" Reverse Shell #185

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

Open
pwnpau1 opened this issue Mar 20, 2025 · 2 comments · May be fixed by #190
Open

Missing Parenthesis in "C Windows" Reverse Shell #185

pwnpau1 opened this issue Mar 20, 2025 · 2 comments · May be fixed by #190

Comments

@pwnpau1
Copy link

pwnpau1 commented Mar 20, 2025

If you select the "C Windows" Reverse Shell it generates with a missing paranthesis in line 18:

Winsock = WSASocket(AF_INET, SOCK_STREAM, IPPROTO_TCP, NULL, 0, 0;

instead of

Winsock = WSASocket(AF_INET, SOCK_STREAM, IPPROTO_TCP, NULL, 0, 0);

@G4sp4rCS
Copy link

Hi, this is still the same

@G4sp4rCS
Copy link

i've made a PR with this fix
#190
@0dayCTF

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

Successfully merging a pull request may close this issue.

2 participants