Skip to content

Commit f7a649c

Browse files
committed
Remove php mixin and arch
1 parent 5d9eb58 commit f7a649c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/multi/http/wingftp_null_byte_rce.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def initialize(info = {})
2929
['CVE', '2025-47812'],
3030
['URL', 'https://www.rcesecurity.com/2025/06/what-the-null-wing-ftp-server-rce-cve-2025-47812/']
3131
],
32-
'Platform' => %w[php unix linux win],
33-
'Arch' => [ARCH_PHP, ARCH_CMD],
32+
'Platform' => %w[unix linux win],
33+
'Arch' => [ARCH_CMD],
3434
'Targets' => [
3535
[
3636
'Unix/Linux Command Shell', {

0 commit comments

Comments
 (0)