Infosec3
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:
Server1 and server2 exploits:
    To compile the exploits, run make.

    Both exploits take the same arguments, so they will only be listed here.
        -b 
            This is the size of the argument to be passed to the server
        -e 
            This is the size of the environment variable containing the shellcode.
                It will be filled with NOPs with the shellcode at the end.
        -a 
            This is an alignment agjustment for the NOPs in the environment variable.
        -o 
            This is an offset for the address we are jumping to.

    exploit1:
        To successfully exploit server1, call 
            ./exploit1 -b 388 -a 2

    exploit2:
        To successfully exploit server2, call
            ./exploit2 -b 424 -a 2

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。