zoukankan      html  css  js  c++  java
  • burp

    Pitchfork: This uses multiple payload sets. There is a different payload set for each defined position (up to a maximum of 8). The attack iterates through all payload sets simultaneously, and inserts one payload into each defined position. I.e., the first request will insert the first payload from payload set 1 into position 1 and the first payload from payload set 2 into position 2; the second request will insert the second payload from payload set 1 into position 1 and the second payload from payload set 2 into position 2, etc. This attack type is useful where an attack requires different but related input to be inserted in multiple places within the HTTP request (e.g. a username in one data field, and a known ID number corresponding to that username in another data field). The total number of requests generated by(决定) the attack is the number of payloads in the smallest payload set.

    使用多个载荷集。每个定义的位置有一个载荷集(最大8个字典)。攻击遍历所有载荷集的同时,插入一个载荷到每一个定义的位置。第一个请求插入第一个载荷从载荷集1到位置1,第一个载荷从载荷集2到到位置2,第二个请求插入第二个载荷从载荷集1到位置1,第二个载荷从载荷集2到到位置2。在需要有两个不同的但又有关系的输入。攻击的总次数由载荷少的字典决定。

  • 相关阅读:
    系统兼容性与软件兼容性
    SqlServer 笔记三 规则
    Sql Server 2008 与 Visual Studio 2008 安装说明
    Ms Sql Server
    Git系列教程三 配置与基本命令
    Git系列教程一 入门与简介
    Git系列教程二 基础介绍
    浏览器IE与非IE区分
    SqlServer 笔记二 获取汉字的拼音首字母
    时间戳与日期字符串的转换
  • 原文地址:https://www.cnblogs.com/Rrouned/p/3403032.html
Copyright © 2011-2022 走看看