⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 faq.html.svn-base

📁 很有名的一款用于组织DDoS的恶意机器人程序。仅供研究学习
💻 SVN-BASE
📖 第 1 页 / 共 2 页
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body alink="#000099" vlink="#990099" link="#000099"
 style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);">
<h3><br>
</h3>
<br>
<div style="text-align: center;"><img
 style="width: 512px; height: 512px;" alt="Agobot" src="Agobot.png"><br>
</div>
<br>
[1] <a href="#compilation">Compilation</a>:
<ul>
  <li>[1.1] <a href="#jump_1_1">What software is needed for
compilation ?</a></li>
  <li>[1.2] <a href="#jump_1_2">How to use Visual Studio ?</a></li>
  <li>[1.3] <a href="#jump_1_3">How to use MingW32 ?</a></li>
  <li>[1.4] <a href="#jump_1_4">How to use BCC ?</a></li>
  <li>[1.5] <a href="#jump_1_5">How to use GCC ?</a></li>
  <li>[1.6] <a href="#jump_1_6">Which systems are tested ?</a></li>
  <li>[1.7] <a href="#jump_1_7">What to do if I'm getting compilation
errors ?</a><br>
  </li>
</ul>
<h3>[2] <a href="#configuration">Configuration</a>:</h3>
<ul>
  <li>[2.1] <a href="#jump_2_1">How to configure ?</a></li>
  <li>[2.2] <a href="#jump_2_2">How do I get a MD5 password ?</a></li>
  <li>[2.3] <a href="#jump_2_3">How to crypt strings for config file
usage ?</a></li>
</ul>
<h3>[3] <a href="#installation">Installation</a>:</h3>
<ul>
  <li>[3.1] <a href="#jump_3_1">It doesn't start, what do I do ?</a></li>
</ul>
<h3>[4] <a href="#runtime">Runtime</a>:</h3>
<ul>
  <li>[4.1] <a href="#jump_4_1">How to use it ?</a></li>
  <li>[4.2] <a href="#jump_4_2">Where can I get help for the commands ?</a></li>
</ul>
<h3>[5] <a href="#private">Private version</a>:</h3>
<ul>
  <li>[5.1] <a href="#jump_5_1">How do I get the private version ?</a></li>
  <li>[5.2] <a href="#jump_5_2">What about the leaked one ?</a></li>
  <li>[5.3] <a href="#jump_5_3">What's the price for the private
version ?</a></li>
  <li>[5.4] <a href="#jump_5_4">I don't have enough money to buy it,
what to do ?</a><br>
  </li>
</ul>
<br>
<hr style="width: 100%; height: 2px;">
<h3>[1] Compilation: <a name="compilation"></a></h3>
[1.1] What software is needed for compilation ? <a name="jump_1_1"></a><br>
<div style="margin-left: 40px;">This really depends on the version you
want to compile. There are 3 compilers currently supported on Win32,
Microsoft's Visual C++ 6, MingW32 and the Borland C++ Compiler. Since
the MingW32 version is currently incomlete, and the Borland version
only built but crashed on startup, the only real support I'm giving at
the moment is for Microsoft Visual C++ 6. Additionally the bot has
support for Linux (or more generally POSIX compatible systems), it was
tested using gcc 3.2.x and 3.3.x.<br>
<br>
The bot also needs a copy of OpenSSL, but this is already included as a
static library for Win32, Linux and MingW32. You can get OpenSSL from <a
 href="http://www.openssl.org/">http://www.openssl.org/</a>. There will
be instructions on how to build your own static library soon.<br>
<br>
</div>
[1.2] How to use Visual Studio ? <a name="jump_1_2"></a>
<div style="margin-left: 40px;">Get the Visual Studio 6 SP5 from <a
 href="http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs6/sp5/">here</a>,
newest Platform SDK from <a
 href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/">here</a>
(you don't need the full 129mb download, <span
 style="font-weight: bold;">only Core SDK/Build Environment</span>) and
the Processor Pack from <a
 href="http://msdn.microsoft.com/vstudio/downloads/tools/ppack/default.aspx">here</a>.
Install all 3. Add the following paths to
"Tools|Options...|Directories" in Visual Studio (<span
 style="font-weight: bold;">be sure to include them on top of the list</span>):<br>
<br>
<img style="width: 417px; height: 319px;" alt="Executables"
 src="Executables.jpg"><br>
<br>
<img style="width: 417px; height: 319px;" alt="Includes"
 src="Includes.jpg"><br>
<br>
<img style="width: 417px; height: 319px;" alt="Libraries"
 src="Libraries.jpg"><br>
<br>
You should be ready to compile now.<br>
<br>
</div>
[1.3] How to use MingW32 ? <a name="jump_1_3"></a>
<div style="margin-left: 40px;">Soon to be available.<br>
<br>
</div>
[1.4] How to use BCC ? <a name="jump_1_4"></a>
<div style="margin-left: 40px;">Soon to be available.<br>
<br>
</div>
[1.5] How to use GCC ? <a name="jump_1_5"></a><br>
<div style="margin-left: 40px;">Execute this:<br>
gcc -v 2&gt;&amp;1 | grep "gcc version"<br>
and check if the reported version is one of the supported version, if
it isn't, you can still try and compile, but you should consider
notifying me so I can update my documentation. I'm always looking for
people who test my bot on Linux flavors I didn't test it on.<br>
Edit Makefile to enable optimization or debug, you just have to remove
some # signs to uncomment the line. After this type "make", it will
start compilation, and if everything works well you will end up with an
agobot3 executable that you can test using ./agobot3 if you're using
bash.<br>
Beware that the Linux version isn't a finished bot, but it mostly
works. It has no installer to add itself to SysV startup at the moment,
but I'm planning on fixing this in reasonable time.<br>
<br>
</div>
[1.6] Which systems are tested ?&nbsp; <a name="jump_1_6"></a>
<div style="margin-left: 40px;">
<table style="text-align: left; width: 948px; height: 32px;" border="1"
 cellspacing="2" cellpadding="2">
  <tbody>
    <tr>
      <td style="vertical-align: top;">Debian 3.0</td>
      <td style="vertical-align: top;">2.4.20-3-k6</td>
      <td style="vertical-align: top;">libc6 / gcc version 3.3.1
20030728 (Debian prerelease)</td>
    </tr>
    <tr>
      <td style="vertical-align: top;">Slackware 9.0</td>
      <td style="vertical-align: top;">2.4.20</td>
      <td style="vertical-align: top;">libc6 / gcc version 3.2.2</td>
    </tr>
    <tr>
      <td style="vertical-align: top;">FreeBSD 4.8</td>
      <td style="vertical-align: top;">???<br>
      </td>
      <td style="vertical-align: top;">libc6 / gcc version 3.3.1
20030728 (Debian prerelease) / compiled in debian</td>
    </tr>
    <tr>
      <td style="vertical-align: top;">SuSe 8.1</td>
      <td style="vertical-align: top;">2.4.21</td>
      <td style="vertical-align: top;">libc6 / gcc version 3.2</td>
    </tr>
    <tr>
      <td style="vertical-align: top;">Windows 2000 Server English</td>
      <td style="vertical-align: top;">SP4<br>
      </td>
      <td style="vertical-align: top;">Visual Studio 6.0 SP5</td>
    </tr>
    <tr>
      <td style="vertical-align: top;">Windows 2000 Server English</td>
      <td style="vertical-align: top;">SP3<br>
      </td>
      <td style="vertical-align: top;">Visual Studio 6.0 SP5</td>
    </tr>
    <tr>
      <td style="vertical-align: top;">Windows 2000 Pro English</td>
      <td style="vertical-align: top;">SP4<br>
      </td>
      <td style="vertical-align: top;">Visual Studio 6.0 SP5</td>
    </tr>
    <tr>
      <td style="vertical-align: top;">Windows 2000 Pro English</td>
      <td style="vertical-align: top;">SP3</td>
      <td style="vertical-align: top;">Visual Studio 6.0 SP5</td>
    </tr>
    <tr>
      <td style="vertical-align: top;">Windows 2000 Pro German</td>
      <td style="vertical-align: top;">SP1</td>
      <td style="vertical-align: top;">Visual Studio 6.0 SP5</td>
    </tr>
    <tr>
      <td style="vertical-align: top;">Windows 2003 Server English</td>
      <td style="vertical-align: top;">SP0</td>
      <td style="vertical-align: top;">Visual Studio 6.0 SP5</td>
    </tr>
    <tr>
      <td style="vertical-align: top;">Windows 2003 Server English</td>
      <td style="vertical-align: top;">SP1</td>
      <td style="vertical-align: top;">Visual Studio 6.0 SP5</td>
    </tr>
    <tr>
      <td style="vertical-align: top;">Windows XP Pro English</td>
      <td style="vertical-align: top;">SP0</td>
      <td style="vertical-align: top;">Visual Studio 6.0 SP5</td>
    </tr>
    <tr>
      <td style="vertical-align: top;">Windows XP Home Polish<br>
      </td>
      <td style="vertical-align: top;">SP1<br>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -