<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://elvis.hcw.ac.at/wiki/index.php?action=history&amp;feed=atom&amp;title=BoNeSi%3A_The_DDoS_Botnet_Simulator</id>
	<title>BoNeSi: The DDoS Botnet Simulator - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://elvis.hcw.ac.at/wiki/index.php?action=history&amp;feed=atom&amp;title=BoNeSi%3A_The_DDoS_Botnet_Simulator"/>
	<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=BoNeSi:_The_DDoS_Botnet_Simulator&amp;action=history"/>
	<updated>2026-09-10T21:10:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.5</generator>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=BoNeSi:_The_DDoS_Botnet_Simulator&amp;diff=17104&amp;oldid=prev</id>
		<title>AVujisic: Created page with &quot;== Summary ==   BoNeSi is an Open-Source Tool developed by Deutsches Forschungszentrum fuer Kuenstliche Intelligenz. It is used to test DoS and DDoS attacks and analyze their impact. It supports different types of traffic like HTTP and ICMP.  == Requirements ==  * Operating system: 2x Ubuntu 18.04 bionic amd64 [https://releases.ubuntu.com/ Ubuntu Download] * Packages: git, make, gcc, libpcap, apache2  == Installation Guide ==  === Step 1 ===  Install and start the Apache...&quot;</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=BoNeSi:_The_DDoS_Botnet_Simulator&amp;diff=17104&amp;oldid=prev"/>
		<updated>2024-12-15T12:02:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Summary ==   BoNeSi is an Open-Source Tool developed by Deutsches Forschungszentrum fuer Kuenstliche Intelligenz. It is used to test DoS and DDoS attacks and analyze their impact. It supports different types of traffic like HTTP and ICMP.  == Requirements ==  * Operating system: 2x Ubuntu 18.04 bionic amd64 [https://releases.ubuntu.com/ Ubuntu Download] * Packages: git, make, gcc, libpcap, apache2  == Installation Guide ==  === Step 1 ===  Install and start the Apache...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
BoNeSi is an Open-Source Tool developed by Deutsches Forschungszentrum fuer Kuenstliche Intelligenz. It is used to test DoS and DDoS attacks and analyze their impact. It supports different types of traffic like HTTP and ICMP.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: 2x Ubuntu 18.04 bionic amd64 [https://releases.ubuntu.com/ Ubuntu Download]&lt;br /&gt;
* Packages: git, make, gcc, libpcap, apache2&lt;br /&gt;
&lt;br /&gt;
== Installation Guide ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Install and start the Apache web server on the target machine&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install apache2&lt;br /&gt;
 sudo systemctl start apache2&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Install the following packages on the attacker machine&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install libpcap-dev build-essential git automake&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
Clone the Github repository [https://github.com/Markus-Go/bonesi Github BoNeSi] &lt;br /&gt;
&lt;br /&gt;
 git clone https://github.com/Markus-Go/bonesi.git&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
Change to the directory and compile&lt;br /&gt;
&lt;br /&gt;
 cd bonesi&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
There are many ways how to use BoNeSi.&lt;br /&gt;
&lt;br /&gt;
The first one is to flood the web server with TCP requests:&lt;br /&gt;
 &lt;br /&gt;
 ./src/bonesi -p tcp -d eth0 &amp;lt;TARGET:80&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Another way is to flood the target with ip spoofed request.&lt;br /&gt;
&lt;br /&gt;
The file 50k-bots is a text file which contains random generated IP addresses which are used to flood the target:&lt;br /&gt;
 &lt;br /&gt;
 ./src/bonesi -p tcp -i 50k-bots -d eth0 &amp;lt;TARGET:80&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/Markus-Go/bonesi&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>AVujisic</name></author>
	</entry>
</feed>