Burp Suite Community - Turbo Intruder - Regressive Grep Match Response for Next Request

Published: 16 March 2022
on channel: ZeroLife
808
13

import re

def queueRequests(target, wordlists):
engine = RequestEngine(endpoint=target.endpoint,
concurrentConnections=1,
requestsPerConnection=100,
pipeline=False
)

engine.queue(target.req, ['', '', ''])

def handleResponse(req, interesting):
currently available attributes are req.status, req.wordcount, req.length and req.response
if req.status != 404:
table.add(req)

#Comment: with open('C://test1.text','w') as fout:
#Comment: fout.write(str(dir(req)))

for firstWord in ['a','b']:
for secondWord in ['a','b','c']:

#Comment x = re.findall('input required="" type="password" name="(.+)"',str(req.response))

req.engine.queue(target.req, ['1',firstWord.rstrip(), secondWord.rstrip()])

DONATE:
---------------
PAT:   / rezatahirkheli  
PP: https://www.paypal.com/paypalme/rezat...
BTC: 3EUQBWZKX9Vcwdffd3cUGATQopxrAQQxJ9
LTC: MBXE6hJgxxFYSD8SjmR7sHCHGTqFXmNGoU
GFM: https://gofund.me/7d6500bd


Watch video Burp Suite Community - Turbo Intruder - Regressive Grep Match Response for Next Request online without registration, duration hours minute second in high quality. This video was added by user ZeroLife 16 March 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 808 once and liked it 13 people.