We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running the update_payload_cache_size script, I noticed it overwrote dynamic payload sizes.
diff --git a/modules/payloads/singles/windows/x64/powershell_bind_tcp.rb b/modules/payloads/singles/windows/x64/powershell_bind_tcp.rb index f20b0c8125..b71fa81dde 100644 --- a/modules/payloads/singles/windows/x64/powershell_bind_tcp.rb +++ b/modules/payloads/singles/windows/x64/powershell_bind_tcp.rb @@ -10,7 +10,8 @@ require 'rex/powershell' # ### module MetasploitModule - CachedSize = :dynamic + + CachedSize = 1887
The text was updated successfully, but these errors were encountered:
I once again ask: When has this check ever caught a bug?
Sorry, something went wrong.
No branches or pull requests
When running the update_payload_cache_size script, I noticed it overwrote dynamic payload sizes.
The text was updated successfully, but these errors were encountered: