Fixes #1335
This commit is contained in:
@@ -25,7 +25,8 @@ module WPScan
|
|||||||
|
|
||||||
class WpContentDirNotDetected < Standard
|
class WpContentDirNotDetected < Standard
|
||||||
def to_s
|
def to_s
|
||||||
'Unable to identify the wp-content dir, please supply it with --wp-content-dir'
|
'Unable to identify the wp-content dir, please supply it with --wp-content-dir,' \
|
||||||
|
' use the --scope option or make sure the --url value given is the correct one'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user