BurpSuite Intruder 4种攻击模式

Posted ihoneysec

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了BurpSuite Intruder 4种攻击模式相关的知识,希望对你有一定的参考价值。

 

 

BurpSuite intruder attack-type 4种爆破模式

 

Sniper 单参数爆破,多参数时同一个字典按顺序替换各参数,总之初始值有一个参数不变

Battering ram 多参数同时爆破,但用的是同一个字典

Pichfork 多参数同时爆破,但用的是不同的字典

Cluster bamb 多参数做笛卡尔乘积模式爆破

 

 

初始值:

admin   123456

 

==========================

$username  $passwd

${1}       ${2}

admin      123456

root       123456

guest      123456

admin      admin

admin      root

admin      guest

 

 

=========================

初始值:

admin      123456

$username  $passwd

${1}        ${2}

admin admin

root root

guest guest

 

=========================

初始值:

admin      123456

$username  $passwd

${1}       ${2}

 

 

 

$username  $passwd

以上是关于BurpSuite Intruder 4种攻击模式的主要内容,如果未能解决你的问题,请参考以下文章

BurpSuite2021 -- Intruder模块(带token爆破)

Burp Suite Intruder的4种攻击类型

Burp suite模块问答

BurpSuite2021 -- Intruder模块

使用Burpsuite进行持续重放或者DoS攻击

[工具使用]BurpSuite