Skip to content

5l1v3r1/DDoS-Scripts-C

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDoS Scripts

The powerful DDoS scripts of vBooter.org

Compile (Linux):

	apt-get update
	apt-get install gcc
	gcc [script-name].c -pthread -o ssyn

Usage:

		./[script-name] ip port time(commands)

Compile (Windows):

	Run cmd.exe
	tcc -o script-name script-name.c

Usage:

		From the terminal type ./script-name or in the command prompt type script-name.exe.		

For PHP scripts

	Download and Install XAMMP: https://www.apachefriends.org/download.html
	Run XAMMP with APACHE 
	Go to C:\xampp\htdocs place the DDoS script you want (example PPDS.php)
	Run the script from your browser by goings to http://127.0.0.1/PPDS.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.7%
  • PHP 3.3%