rogetfan / SYNFloodDosTool

Inherited the last repository code (deleted), using a new attack such as syn flood

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inherited From WayOSGuessTool(deleted)

个人项目,主要用来破解公司**维盟路由器密码

虽说是个人项目,但是不反对人加入

现在主要不破解了,直接DOS攻击破坏

这个版本第一版的代码是通过大量的进程和线程用三次握手之后的TCP连接去发送大量数据来攻击

但是攻击效果不明显,最高时候100M的路由器(其实也是交换机),1000M的电脑网卡只能产生接近2M/s的流量

于是这里采用了SYN Flood攻击的方式,放弃接收三次握手的第二阶段的握手包,或者接收了不发送第三个确认包

最高接近8M/s

<2017/11/28>

攻击时候加入了随机ip和随机端口的设置

还有自动间断攻击的方法

编辑crontab -e加入间隔启动代码

结束程序执行脚本在script里面

Complie

Into the Dictoary and excute the make command It will complie a excuted file named tool

直接在目录执行make就会产生一个tool的可执行文件

Usage : ./tool
      : ./tool -r -d
      -r   Use the random user name(default use the admin as user name)
      -d   Debug mod
      -t   Attack mod(this mod will not guess the correct password)

About

Inherited the last repository code (deleted), using a new attack such as syn flood

License:GNU General Public License v3.0


Languages

Language:C 98.8%Language:Makefile 0.8%Language:Shell 0.4%