You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Use this command when you want direct control over the scanner engine instead of the simpler `ports` wrapper.",
63
+
"Timing templates mirror the scanner timing profiles and the command can also render PDF, DOCX, CSV, JSON, HTML, TXT, CLI, ALL, or SARIF output."
64
+
],
65
+
examples: [
66
+
"asrfacet-rb portscan 192.0.2.10 --type syn --timing 4 --ports 1-1024",
67
+
"asrfacet-rb portscan app.example.com --type service --version --intensity 9 --format json"
68
+
]
69
+
},
58
70
"dns"=>{
59
71
summary: "Collect DNS records for a domain without running the full pipeline.",
60
72
usage: "asrfacet-rb dns DOMAIN [--format cli|json|html|txt]",
@@ -121,7 +133,7 @@ module HelpCatalog
121
133
details: [
122
134
"Web session mode starts a local-only dashboard for recon planning, saved sessions, run history, report browsing, and live stage updates.",
123
135
"Session drafts are autosaved to disk so configuration survives accidental browser closes, process crashes, and power loss.",
124
-
"The dashboard uses the same pipeline, memory, monitoring, headless, webhook, and rate-control options as the CLI."
136
+
"The dashboard uses the same pipeline, scanner engine, memory, monitoring, headless, webhook, rate-control, and multi-format reporting options as the CLI."
125
137
],
126
138
examples: [
127
139
"asrfacet-rb --web-session",
@@ -133,13 +145,14 @@ module HelpCatalog
133
145
usage: "--format cli|json|html|txt and --output PATH",
134
146
details: [
135
147
"CLI output prints directly to the terminal and is best for quick inspection.",
136
-
"JSON is best for scripting, HTML is best for sharing a styled offline report, and TXT is a plain-text export.",
148
+
"JSON and SARIF are best for scripting, HTML and PDF are best for polished sharing, DOCX is best for editable handoff, TXT is a plain-text export, and CSV creates flat data slices.",
137
149
"ASRFacet-Rb also stores a full report bundle automatically under ~/.asrfacet_rb/output/reports/<target>/<timestamp>/ so installed users can find earlier runs easily.",
138
-
"Use `--output` when you want an additional custom file path alongside the stored report bundle."
150
+
"Use `--output` when you want an additional custom file path alongside the stored report bundle. Use `--format all` when you want the framework to emit every supported report flavor in one request."
139
151
],
140
152
examples: [
141
153
"asrfacet-rb scan example.com --format html --output report.html",
0 commit comments