Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/auxiliary/dos/http/nodejs_pipelining.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ def initialize(info = {})
)
end

def check
# Remove due to false positives and false negatives: https://github.com/rapid7/metasploit-framework/pull/21332
def _check
# http://blog.nodejs.org/2013/08/21/node-v0-10-17-stable/
# check if we are < 0.10.17 by seeing if a malformed HTTP request is accepted
status = Exploit::CheckCode::Safe
Expand Down
Loading