Giter VIP home page Giter VIP logo

ddos-php-script's People

Contributors

axissxs avatar drego85 avatar hackinet avatar moty66 avatar smaury avatar yashkumarverma avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ddos-php-script's Issues

Idea

Hi, maybe you can add a bandwidth limit

Human readable file size

We can use this method if you agree

function formatBytes($bytes, $precision = 2) { 
    $units = array('B', 'KB', 'MB', 'GB', 'TB'); 

    $bytes = max($bytes, 0); 
    $pow = floor(($bytes ? log($bytes) : 0) / log(1024)); 
    $pow = min($pow, count($units) - 1); 

    // Uncomment one of the following alternatives
    // $bytes /= pow(1024, $pow);
    // $bytes /= (1 << (10 * $pow)); 

    return round($bytes, $precision) . ' ' . $units[$pow]; 
} 

Password.

When i'm trying to type the password(default: apple as backend.php says) in webpage console it's showing me the backend.php script without launching the attack. The webserver is Ubuntu 16.04.05 LTS and i'm using Google Chrome. Version of PHP installed in the webserver: PHP 7.0.30-0ubuntu0.16.04.1 (cli) on apache2.

About UPD Ports

Hi,

I just give a try and i noticed that it open a lot of upd "connections" with a lot of random ports, but in my pc (using windows) the firewall blocked all of them(ports), then while the attack was going on i tried to access my local web site and i wasn't be able to notice any changes! It is my local web site supposed to be down while attacking ? I mean that the attack doesn't worked to me and i dont know why exactly!

To the attack be executed successfully the ports accessed during the attack need be passed through the firewall? Or not neccessary?

I am noob in this subject and please forgive my poor english haha :)

i am not able to run it

hi
i was wondering if there is any one can help me i am trying to run this script but i got this message
could not open input file ./ddos.php

I need Udp Ddos

It can possible to send Udp ddos to pubg.. I have ip and port

Syntax Error

hello, when i try to start the script, i get this error:

syntax error, unexpected T_FUNCTION in /home/...../public_html/..../ddos.php on line 518

Random port

Secondo me, potrebbe essere molto efficace un attacco con porte random

Quindi farei fsockopen sempre con porte diverse

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.