Kali Linux Tools

Denial of Service with Bark

Bark Toolkit

About

Bark Toolkit is a set of tools that provide denial-of-service attacks. Bark Toolkit includes an SMS attack tool, an HTTP attack tool, and many other exciting attack tools.

Getting started

Bark installation

  • cd Bark
  • pip3 install -r requirements.txt
  • chmod +x bark
  • python3 bark.py

Bark Toolkit execution

Bark -h

usage: Bark [-h] [–target <IP:port/URL/phone>]

             [–tool [SMS|NTP|TCP|UDP|SYN|POD|SLOWLORIS|MEMCACHED|HTTP|NJRAT]]

             [–timeout <timeout>] [–threads <threads>] [-u] [–version]

optional arguments:

  -h, –help            show this help message and exit

  –target <IP:port/URL/phone>

                        Target IP:port, URL or phone.

  –tool [SMS|NTP|TCP|UDP|SYN|POD|SLOWLORIS|MEMCACHED|HTTP|NJRAT]

                        Attack tool.

  –timeout <timeout>   Timeout in seconds.

  –threads <threads>   Threads count.

  -u, –update          Update Bark Toolkit.

  –version             Show Bark Toolkit version.

Bark Toolkit command examples

  1. An example of the SMS attack
  • Bark –tool SMS –target 15554443333 –timeout 10 –threads 10
  1. An example of the HTTP attack
  • Bark –tool HTTP –target http://example.com/ –timeout 10 –threads 10
  1. An example of the TCP attack
  • Bark –tool TCP –target 192.168.1.100:80 –timeout 10 –threads 10

Bark Toolkit disclaimer

The use of the Bark 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.

The developers assume no liability and are not responsible for any misuse or damage caused by this program.

Bark Toolkit license

MIT License

Copyright (c) 2021 Sloobot

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.

Aman Mishra

Aman Mishra is a eJPT certified and always keen to learn new concepts and methodologies regarding cybersecurity.he is also a cyber security content writer and have passion for sharing my knowledge about the latest threads and trends in the industry.

Recent Posts

Starship : Revolutionizing Terminal Experiences Across Shells

Starship is a powerful, minimal, and highly customizable cross-shell prompt designed to enhance the terminal…

7 hours ago

Lemmy : A Decentralized Link Aggregator And Forum For The Fediverse

Lemmy is an innovative, open-source platform designed for link aggregation and discussion, providing a decentralized…

7 hours ago

Massive UX Improvements, Custom Disassemblers, And MSVC Support In ImHex v1.37.0

The latest release of ImHex v1.37.0 introduces a host of exciting features and improvements, enhancing…

9 hours ago

Ghauri : A Powerful SQL Injection Detection And Exploitation Tool

Ghauri is a cutting-edge, cross-platform tool designed to automate the detection and exploitation of SQL…

11 hours ago

Writing Tools : Revolutionizing The Art Of Writing

Writing tools have become indispensable for individuals looking to enhance their writing efficiency, accuracy, and…

11 hours ago

PatchWerk : A Tool For Cleaning NTDLL Syscall Stubs

PatchWerk is a proof-of-concept (PoC) tool designed to clean NTDLL syscall stubs by patching syscall…

1 day ago