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
"#{scan_type} scans need a raw-capable TCP prober and elevated privileges. " \
58
-
"The bundled scanner backend is connect-oriented, so sudo alone will not make #{scan_type} behave like a real raw scan."
69
+
"#{scan_type} scans need a raw-capable TCP prober backend such as Nping. " \
70
+
"On #{ASRFacet::Scanner::Platform.host_label}, raw scans require #{ASRFacet::Scanner::Platform.raw_backend_requirements}."
59
71
rescueStandardError
60
72
"This scan type needs a raw-capable TCP prober and elevated privileges."
61
73
end
62
74
63
75
defprivilege_message(scan_type)
64
-
"#{scan_type} scans need elevated privileges. Re-run as root or with sudo after providing a raw-capable TCP prober backend."
76
+
"#{scan_type} scans need elevated privileges. Re-run with #{ASRFacet::Scanner::Platform.privilege_label} on #{ASRFacet::Scanner::Platform.host_label}, or pass --sudo so ASRFacet-Rb can relaunch itself."
0 commit comments