Skip to content

abila5h/Cyphon-DoS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyphon

A very simple yet powerful Low Bandwidth DoS (Denial of Service) tool written for Mac OS X (Friendly GUI) based on RSnake's Slow Loris.

You can use this tool to test for DoS vulnerabilities on your server or to experiment it's potential.

Built with

  • Xcode - Cocoa, Applescript

Code Example

 do script "mkdir -p ~/Source && cd ~/Source/"
 do script "curl -O https://raw.githubusercontent.com/abila5h/Cyphon-DoS/master/slowloris.pl" in window 1
 do script "chmod +x slowloris.pl" in window 1
 do script "./slowloris.pl -dns  " & currentTextFieldText & " -port "  & portFieldText &  " -timeout " &timeoutFieldText & " -num "& packetFieldText in window 1

Motivation

I decided to code an executable OSX version for Mac OS users as there are little server load testers out there for Mac OS.

SlowLoris seemed to be the best solution for a Mac DoS tool due to its ability of being a low bandwidth yet poisonous HTTP client by using a single IP address to send several partial HTTP requests.

Wikipedia

Screenshots

1 2 3

Download and demonstration

Download - Hold down the Control key when launching the Application.

Mitigating the attacks

  • Use DDoS mitigation services

    Project Shield - Google's Free DDoS mitigation Service

  • Increase the number of clients your server can host.

Contributors

About

The world's first DoS client for the Mac OS X based on SlowLoris

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published