Memcache 反射攻击脚本

2018-03-02 06:51:52 +08:00
 Srar

昨天(2018-03-02)了解到很多国人 vps 商都遭到了 memcache 反射攻击.

cloudflare 前几天也对这类反射攻击做出了通告.

所以就花了几小时做了一个 memcache 反射攻击脚本蹭一波热度.

Github: https://github.com/Srar/MemcacheDos

脚本需要伪造 IP, 大部分机房已经做了检测. 部分运营商已经在路由做 ACL 直接丢弃 11211 UDP 包.

6287 次点击
所在节点    分享创造
12 条回复
ixinshang
2018-03-02 06:56:11 +08:00
牛逼了
pyufftj
2018-03-02 07:28:48 +08:00
厉害了,膜一下
nciyuan
2018-03-02 07:56:57 +08:00
大佬, V2 看到你了
lScarlet
2018-03-02 08:24:21 +08:00
😳
litter123
2018-03-02 08:42:02 +08:00
大佬,报错了:
Debian 8:
npm WARN package.json rawsocks@1.0.0 No repository field.
npm ERR! 404 Not Found
npm ERR! 404
npm ERR! 404 'types/node' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it
npm ERR! 404 It was specified as a dependency of 'rawsocks'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, or http url, or git url.

npm ERR! System Linux 3.16.0-4-amd64
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /root/MemcacheDos
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.21
npm ERR! code E404
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /root/MemcacheDos/npm-debug.log
npm ERR! not ok code 0

Centos 6.8:
npm http 404 https://registry.npmjs.org/types/node
npm ERR! TypeError: Cannot read property 'latest' of undefined
npm ERR! at next (/usr/lib/node_modules/npm/lib/cache.js:687:35)
npm ERR! at /usr/lib/node_modules/npm/lib/cache.js:675:5
npm ERR! at saved (/usr/lib/node_modules/npm-registry-client/lib/get.js:148:7)
npm ERR! at /usr/lib/node_modules/graceful-fs/polyfills.js:133:7
npm ERR! at Object.oncomplete (fs.js:108:15)
npm ERR! If you need help, you may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>

npm ERR! System Linux 2.6.32-696.20.1.el6.x86_64
npm ERR! command "node" "/usr/bin/npm" "install"
npm ERR! cwd /root/MemcacheDos
npm ERR! node -v v0.10.48
npm ERR! npm -v 1.3.6
npm ERR! type non_object_property_load
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /root/MemcacheDos/npm-debug.log
npm ERR! not ok code 0
gdtv
2018-03-02 09:58:04 +08:00
弱弱问一下,是不是修改默认的端口就可以从一定程度上防止被攻击?
ipoh
2018-03-02 10:33:47 +08:00
@gdtv 只监听 127.0.0.1 或者禁 udp
Srar
2018-03-02 12:19:30 +08:00
@litter123 nodejs 版本太老了
litter123
2018-03-02 12:23:24 +08:00
@Srar 确实是这样的,没想到 apt-get 的 nodejs 版本这么老,v0.10.....
robinchina
2018-03-02 16:21:56 +08:00
memcache 本身不需要密码,禁止外网访问 11211 端口····
zjcqoo
2018-03-02 16:48:34 +08:00
觉得大量发包的程序用 C 实现是最简单优雅高效的。
Srar
2018-03-02 16:56:05 +08:00
@zjcqoo 没错 不过我平时都在写 ts 所以用 ts 实现了

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/434111

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX