We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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);
The text was updated successfully, but these errors were encountered:
Hi, this is still the same
Sorry, something went wrong.
i've made a PR with this fix #190 @0dayCTF
Successfully merging a pull request may close this issue.
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);
The text was updated successfully, but these errors were encountered: