mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-25 16:20:55 +02:00
16 lines
638 B
Diff
16 lines
638 B
Diff
diff -urN arachni-1.3.2.orig/config/write_paths.yml arachni-1.3.2/config/write_paths.yml
|
|
--- arachni-1.3.2.orig/config/write_paths.yml 2015-10-19 13:32:18.000000000 +0800
|
|
+++ arachni-1.3.2/config/write_paths.yml 2015-12-29 21:19:56.852987770 +0800
|
|
@@ -7,9 +7,12 @@
|
|
# Default directory for AFR reports generated by CLI interfaces, either
|
|
# local or RPC clients.
|
|
report_path:
|
|
+ ~/.arachni/reports
|
|
framework:
|
|
# Error and RPC logs.
|
|
logs:
|
|
+ ~/.arachni/logs
|
|
# Default directory for scan snapshots generated either by the CLI
|
|
# or by RPC Instances.
|
|
snapshots:
|
|
+ ~/.arachni/snapshots
|