Search the Community
Showing results for tags 'bytes'.
-
Sunt cativa pasi de urmat pentru a pacali plugins-ul whmsonic sa fie functional ! 1. Pentru a valida licenta de whmsonic sa fie valida trebuie sa virtualizam domeniul whmsonic.com pe serverul unde este instalat sau trebuie instalat whmsonic ! - domeniul whmsonic.com raspunde ip-ului 67.228.53.90! adaugam o placa de retea virtuala : #nano ifcfg-eth0:1 add : # Please read /usr/share/doc/initscripts-*/sysconfig.txt # for the documentation of these parameters. DEVICE=eth0:3 BOOTPROTO=none NETMASK=255.255.255.255 TYPE=Ethernet IPADDR=67.228.53.90 BROATCAST=67.228.53.90 IPV6INIT=no USERCTL=no salva
- 12 replies
-
- 67.228.53.90
- bytes
-
(and 3 more)
Tagged with:
-
/* * linux/x86 exit(0) - 6 bytes * Febriyanto Nugroho */ #include <stdio.h> char shellcode[] = "\xf7\xf0" "\xcd\x80" "\xeb\xfa"; int main(int argc, char **argv) { asm("jmp %0;" : "=m" (shellcode)); } Source
-
Author: Pavel Odintsov pavel.odintsov at gmail.com My Twitter License: GPLv2 FastNetMon - A high performance DoS/DDoS and netflowk load analyzer built on top of multiple packet capture engines (netmap, PF_RING, sFLOW, Netflow, PCAP). What can we do? We can detect hosts in our own network with a large amount of packets per second/bytes per second or flow per second incoming or outgoing from certain hosts. And we can call an external script which can notify you, switch off a server or blackhole the client. Why did we write this? Because we can't find any software for solving this problem in the