TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Playing games with an attacker (2016)

43 点作者 reimbar将近 4 年前

2 条评论

hyperman1将近 4 年前
I had a vm where attackers were always scanning the same dumb pages: admin consiles etc...<p>So I decided to mess with them: Give a plausible response, but send 1 byte per second. Or send a gz bomb. Or an infinite redirect loop.<p>The smarter scanners didn&#x27;t fall for them and generally stopped scanning for a few days. The dumb ones believed everything I fed them, and their attack traffic multiplied heavily.
yjftsjthsd-h将近 4 年前
That&#x27;s fun:) The one thing that would have made me hesitate is getting the attacker to go after hand-rolled Python; I would personally not trust my python against an attacker. On the other hand, it wad isolated so probably not a big deal even if the attacker managed to exploit it; exploiting a dummy app on an isolated server isn&#x27;t terrible:)