Skip to content
forked from bitPanG98/GeoSpy

Quack Toolkit is a set of a denial of service attack methods. Quack includes SMS attack method, HTTP attack method and many other attack methods.

License

Notifications You must be signed in to change notification settings

Sajibekanti/quack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quack Toolkit

quack


About Quack Toolkit

Quack Toolkit is a set of a denial of service 
attack methods. Quack includes SMS attack method, 
HTTP attack method and many other attack methods.

Getting started

Quack installation

cd quack

chmod +x install.sh

./install.sh

Quack uninstallation

cd quack

chmod +x uninstall.sh

./uninstall.sh


Quack Toolkit execution

quack -h

usage: quack [-h] [--target <IP:port/URL/phone>]
             [--method [SMS|NTP|TCP|UDP|SYN|POD|SLOWLORIS|MEMCACHED|HTTP|NJRAT]]
             [--timeout <timeout>] [--threads <threads>] [-u]

optional arguments:
  -h, --help            show this help message and exit
  --target <IP:port/URL/phone>
                        Target IP:port, URL or phone.
  --method [SMS|NTP|TCP|UDP|SYN|POD|SLOWLORIS|MEMCACHED|HTTP|NJRAT]
                        Attack method.
  --timeout <timeout>   Timeout in secounds.
  --threads <threads>   Threads count.
  -u, --update          Update Quack Toolkit.

Quack Toolkit examples

Example of the SMS attack method

quack --method SMS --target 15554443333 --time 10 --threads 10

Example of the HTTP attack method

quack --method HTTP --target http://example.com/ --time 10 --threads 10

Example of the TCP attack method

quack --method TCP --target 192.168.1.100:80 --time 10 --threads 10

Quack Toolkit disclaimer

Usage of the Quack Toolkit for attacking targets without prior mutual consent is illegal. 
It is the end user's responsibility to obey all applicable local, state, federal, and international laws. 
Developers assume no liability and are not responsible for any misuse or damage caused by this program.

Quack Toolkit license

MIT License

Copyright (C) 2019, Entynetproject. All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Quack Toolkit is a set of a denial of service attack methods. Quack includes SMS attack method, HTTP attack method and many other attack methods.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 86.5%
  • Shell 13.5%