Easy denial of service for people on the go.
This project already has an implementation here. This is my implementation of it, with additional features to come. Hopefully.
- A TUI for seeing which hosts are on your subnet and selecting targets [#3]
- along with vendor and OS details [#2] for each host
- Minimal attack footprint [#6]
- ARP spoof detection/mitigation [#7]
DoSa should only be used for educational purposes, or for testing with permission from the relevant authority. The developer(s) will not be liable for any damages resulting from the use of this program.
In case of Debian 8 download and install following packages:
vagrant:
virtualbox:
Those are used to provide virtual image ready for testing and development.
In order to start just run following command:
vagrant up
Then connect into virtual machine:
vagrant ssh
When connected to system please note that /vagrant
partition
is mounted to host system at same folder where vagrant up
went up,
so development in your favourite IDE is still possible. Go to
'/vagrant' in order to find all development files.