Skip to content

Commit e506bac

Browse files
jheysel-r7jvoisin
andauthored
Update lib/metasploit/framework/login_scanner/pfsense.rb
Co-authored-by: Julien Voisin <jvoisin@users.noreply.github.com>
1 parent 9865ecc commit e506bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/metasploit/framework/login_scanner/pfsense.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def check_setup
2020
}
2121
res = send_request(request_params)
2222

23-
if res && res.code == 200 && res.body&.include?('Login to pfSense')
23+
if res&.code == 200 && res.body&.include?('Login to pfSense')
2424
return false
2525
end
2626

0 commit comments

Comments
 (0)