Quantcast
Channel: MondoUnix » DDOS
Browsing all 8 articles
Browse latest View live

Iptables : script per proteggere la propria rete da spam scan e attacchi dDoS

#!/bin/bash FILE="/tmp/drop.lasso" URL="http://www.spamhaus.org/drop/drop.lasso" echo "" echo -n "Aggiunta/Inserimento regole DROP al firewall iptables ..." [ -f $FILE ] && /bin/rm -f $FILE ||...

View Article



Tftpd32 DHCP Server Denial Of Service Vulnerability

#!/usr/bin/perl use IO::Socket::INET; use Net::DHCP::Packet; use Net::DHCP::Constants; $a=1; while(1){ print "\Request Number : $a\n";...

View Article

Denial of service

Nella sicurezza informatica DoS, scritto con la maiuscola al primo e terzo posto, è la sigla di denial of service, letteralmente negazione del servizio. Si tratta di un attacco informatico in cui si...

View Article

NTP DDoS Amplification

/* NTP DDoS amplification - C Language - Linux/x86 Copyright (C) 2013 Danilo P.C.   DaNotKnow@gmail.com   This program is free software: you can redistribute it and/or modify it under the terms of the...

View Article

ntp MON_GETLIST query amplification ddos

#!/usr/bin/perl # # ntp MON_GETLIST query amplification ddos # # Copyright 2015 (c) Todor Donev # todor.donev@gmail.com # http://www.ethical-hacker.org/ # https://www.facebook.com/ethicalhackerorg # #...

View Article


Image may be NSFW.
Clik here to view.

Zero-day flaw found in Mac OS X Yosemite security update

An Italian teenager has discovered a previously unknown zero-day vulnerability in Apple's Mac OS X platform that could be exploited by hackers to allow privileged access to Mac systems. A...

View Article

IRC War

La IRC War era uno scontro su IRC, in particolare su IRCnet, che veniva combattuto dalle varie Crew (gruppo di utenti con interessi e passioni comuni) allo scopo di conquistare il maggior numero di...

View Article

BIND 9 DNS Server Denial Of Service

import socket import struct   TARGET = ('192.168.200.10', 53)   Q_A = 1 Q_TSIG = 250 DNS_MESSAGE_HEADERLEN = 12     def build_bind_nuke(question="\x06google\x03com\x00", udpsize=512): query_A =...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images