Giter Club home page Giter Club logo

dsturb's Introduction

Release Language License LastUpdate TestedOn

Dsturb

Local Network Disturber

Tested On: Kali Linux, Debian 10, DeepinOS, Mint

Installation

Clone this repo using git clone

git clone https://github.com/avivbintangaringga/dsturb.git

Then go to the package directory and install

make install

Getting Started

Helper contents

Options:
        -c  --connect                     Enable internet access on target
        -d  --disconnect                  Disable internet access on target
        -r  --randomize                   Randomize interface's MAC Address
        -s  --scan      [scanner]         Host Scanner: arp-scan (default), nmap, netdiscover, arp
        -e  --exclude   [IP,IP,IP,...]    Exclude the following IP Addresses
        -L  --limit     [rate-limit]      Limit bandwith for target
        -h  --help                        Display help

     Supported rate limit units:
         b   ->  bits per second
         k   ->  kilobits per second
         m   ->  megabits per second
         g   ->  gigabits per second
         t   ->  terabits per second
         B   ->  Bytes per second
         K   ->  Kilobytes per second
         M   ->  Megabytes per second
         G   ->  Gigabytes per second
         T   ->  Terabytes per second
         (default: b)

         e.g: 10K, 500K, 1M, 10M

Examples

You can run to interactive mode with just following comand

dsturb

Forward target internet access and keep current MAC Address

dsturb -c wlp3s0

Limit target bandwidth

dsturb -cL 50K wlp3s0

Limit target bandwidth with one excluded IP Address n.b: Your IP Address is always be excluded, so you don't have to exclude it explicitly

dsturb -cL 1M -e 192.168.1.20 wlp3s0

Limit target bandwidth with many excluded IP Addresses

dsturb -cL 50K -e 192.168.1.20,192.168.1.30,192.168.1.40 wlp3s0

Drop internet access and randomize interface's MAC Address before starting

dsturb -dr wlp3s0

Drop and exclude IP Addresses

dsturb -dre 192.168.1.20,192.168.1.30 wlp3s0

Authors

Aviv Bintang Aringga Syahid Nurrohim

dsturb's People

Contributors

avivbintangaringga avatar syahidnurrohim avatar

Stargazers

Deni Wijaya avatar  avatar

Watchers

James Cloos avatar  avatar

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.