Projects STRLCPY LoggerPlusPlus Commits 5e00ac03
🤬
  • ■ ■ ■ ■ ■
    BappDescription.html
    skipped 6 lines
    7 7  <p>Features:</p>
    8 8   
    9 9  <ul>
    10  - <li>Works with the latest version of Burp Suite (tested on 1.7.27)</li>
    11 10   <li>Logs all the tools that are sending requests and receiving responses</li>
    12 11   <li>Ability to log from a specific tool</li>
    13 12   <li>Ability to save the results in CSV format</li>
    14 13   <li>Ability to show results of custom regular expressions in request/response</li>
    15 14   <li>User can customise the column headers</li>
    16  - <li>Advanced Filters can be created to display only requests matching a specific string or regex pattern</li>
     15 + <li>Advanced Filters can be created to display only requests matching specific conditions</li>
    17 16   <li>Row highlighting can be added using advanced filters to make interesting requests more visible</li>
     17 + <li>Requests which match a filter can be automatically tagged (e.g. Admin, Low Privilege User, etc.)</li>
    18 18   <li>Grep through logs</li>
    19 19   <li>Live requests and responses</li>
    20 20   <li>Multiple view options</li>
    skipped 1 lines
    22 22   <li>Multithreaded</li>
    23 23  </ul>
    24 24   
    25  -<p>Current Limitations:</p>
    26  - 
    27  -<ul>
    28  - <li>Cannot log the requests' actual time unless originating from proxy tool</li>
    29  - <li>Cannot calculate the actual delay between a request and its response unless originating from proxy tool</li>
    30  -</ul>
    31  - 
Please wait...
Page is in error, reload to recover