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
Copy file name to clipboardExpand all lines: lib/asrfacet_rb/ui/manual.rb
+20-4Lines changed: 20 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ module Manual
28
28
configurations
29
29
outputs
30
30
files
31
+
transparency
31
32
safety
32
33
examples
33
34
].freeze
@@ -36,17 +37,19 @@ module Manual
36
37
"name"=>{
37
38
title: "NAME",
38
39
body: [
39
-
"asrfacet-rb - authorized attack surface reconnaissance and security mapping framework for Ruby 3.2+"
40
+
"asrfacet-rb, asrfrb - authorized attack surface reconnaissance and security mapping framework for Ruby 3.2+"
40
41
]
41
42
},
42
43
"synopsis"=>{
43
44
title: "SYNOPSIS",
44
45
body: [
45
46
"asrfacet-rb <command> [arguments] [options]",
47
+
"asrfacet-rb --version",
46
48
"asrfacet-rb --console",
47
49
"asrfacet-rb --web-session",
48
50
"asrfacet-rb manual [section]",
49
-
"man asrfacet-rb"
51
+
"man asrfacet-rb",
52
+
"man asrfrb"
50
53
]
51
54
},
52
55
"description"=>{
@@ -189,7 +192,19 @@ module Manual
189
192
"~/.asrfacet_rb/web_sessions/",
190
193
" Persistent web-session drafts, run state, and recovered sessions for the local control panel.",
191
194
"man/asrfacet-rb.1",
192
-
" Manual page source for `man asrfacet-rb` on systems where the man page is installed or the repository man directory is on MANPATH."
195
+
" Manual page source for `man asrfacet-rb` on systems where the man page is installed or the repository man directory is on MANPATH.",
196
+
"man/asrfrb.1",
197
+
" Alias man page source for `man asrfrb`."
198
+
]
199
+
},
200
+
"transparency"=>{
201
+
title: "TRANSPARENCY",
202
+
body: [
203
+
"Active modes make real DNS, TCP, HTTP, and related requests to the targets you configure.",
204
+
"Passive results are lead generation, not guaranteed truth. They may include stale records, inherited infrastructure, or shared services that are not automatically authorized.",
205
+
"The local web session starts a local HTTP server, stores drafts under ~/.asrfacet_rb/web_sessions/, and writes reports and streams to the normal output directories.",
206
+
"Findings, scores, and recommendations are operator aids. They do not prove exploitability, ownership, or business impact on their own.",
207
+
"ASRFacet-Rb does not claim stealth, evasion, or complete coverage. Operators must still define scope, exclusions, and verification steps explicitly."
0 commit comments