Skip to content

Burp Suite Extensions #

Logger++ #

  • Logger++ Filter1
  • For dumping emails.
  • After this, sort the blob.txt via regex.
    • A small script is already available to do this on my GitHub
      1
      Request.Path CONTAINS "/owa/service.svc" AND Request.Query CONTAINS "action=FindPeople&app=People" AND Response.Body CONTAINS "@"
      

Last update: May 12, 2021