How to exploit a sprintf code vulnerability remotely

前端 未结 0 1065
梦毁少年i
梦毁少年i 2021-01-30 14:45
#define PORT 7070
int exec_command(int sock, char *buf) {
    char command[300];
    // redirecting the stdout to the socket
    close(STDOUT_FILENO);
    dup2(sock, STD         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题