forked from NonManuall/SAVER_LOGGER
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBappDescription.html
More file actions
31 lines (29 loc) · 1.65 KB
/
BappDescription.html
File metadata and controls
31 lines (29 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<p>
Saver Logger automatically logs all HTTP requests across Proxy, Scanner, Repeater, Intruder, and other tools. It
captures comprehensive metadata including host, method, URL, status codes, insertion points, request timing, and
tool sources, then exports structured CSV files with complete audit trails.
</p>
<h2>Features</h2>
<ul>
<li>Automatic logging of every HTTP request with complete metadata (host, method, URL, status code, tool source)
</li>
<li>Insertion point detection counting parameters</li>
<li>Request tracking with start/end timestamps and per-URL access counts</li>
<li>Configurable periodic auto-backup</li>
<li>Manual CSV export and backup with customizable filenames and locations</li>
<li>Session tracking with unique runtime ID and footer metadata for audit trails</li>
</ul>
<h2>Usage</h2>
<ol>
<li>Once loaded, the extension automatically logs all HTTP traffic from every tool</li>
<li>Access the Saver Logger tab to view the Dashboard and Settings</li>
<li>Configure auto-backup settings: enable/disable periodic backups, set interval (10-3600 seconds), and choose
backup folder (defaults to Desktop)</li>
<li>Use Export CSV to manually export with a file chooser dialog (default: <code
class="InlineCode">SAVER_LOGGER_Export_YYYYMMDD_HHMMSS.csv</code>)</li>
<li>Use Backup Now for instant timestamped backup to configured folder (<code
class="InlineCode">SAVER_LOGGER_BACKUP_DDMMYYYY_HHMMSS.csv</code>)</li>
<li>Periodic auto-backups overwrite <code class="InlineCode">SAVER_LOGGER_AUTOSAVE.csv</code> while exit
backups create timestamped files (<code class="InlineCode">SAVER_LOGGER_AUTOSAVE_DDMMYYYY_HHMMSS.csv</code>)
</li>
</ol>