Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkirsche/install-bonesi
For Installing DDoS Botnet Simulator on Kali
https://github.com/kkirsche/install-bonesi
Last synced: about 1 month ago
JSON representation
For Installing DDoS Botnet Simulator on Kali
- Host: GitHub
- URL: https://github.com/kkirsche/install-bonesi
- Owner: kkirsche
- License: apache-2.0
- Created: 2015-07-11T00:24:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T03:29:11.000Z (over 9 years ago)
- Last Synced: 2023-03-15T06:15:44.990Z (almost 2 years ago)
- Language: Shell
- Size: 188 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install BoNeSi
For Installing the BoNeSI DDoS Botnet Simulator on Kali 1.1.0aInstalls:
* libpcap-dev (Debian systems) or libpcap-devel (CentOS / RHEL systems)
* libnet-dev (Debian systems) or libnet-devel (CentOS / RHEL systems)
* autoconf
* automake
* gcc
* git
* make
* Installs https://github.com/Markus-Go/bonesi.git to `/opt/BoNeSi`It then cleans up that directory leaving only:
* The `bin` command that was installed
* `/opt/BoNeSi/50k-bots`
* `/opt/BoNeSi/browserlist.txt`
* `/opt/BoNeSi/urllist.txt`To use:
```shell
curl -O https://raw.githubusercontent.com/kkirsche/install-BoNeSi/master/install.sh
chmod -x ./install.sh
sh ./install.sh
rm ./install.sh
```