We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9eb58 commit f7a649cCopy full SHA for f7a649c
modules/exploits/multi/http/wingftp_null_byte_rce.rb
@@ -29,8 +29,8 @@ def initialize(info = {})
29
['CVE', '2025-47812'],
30
['URL', 'https://www.rcesecurity.com/2025/06/what-the-null-wing-ftp-server-rce-cve-2025-47812/']
31
],
32
- 'Platform' => %w[php unix linux win],
33
- 'Arch' => [ARCH_PHP, ARCH_CMD],
+ 'Platform' => %w[unix linux win],
+ 'Arch' => [ARCH_CMD],
34
'Targets' => [
35
[
36
'Unix/Linux Command Shell', {
0 commit comments