metasploit-framework

https://github.com/rapid7/metasploit-framework

Ruby

Metasploit Framework

MetasploitModule#check_response_fingerprint

Fingerprints the provided HTTP response and returns
Exploit::CheckCode::Appears if it is a vulnerable version of RomPager,
otherwise returns the provided fall-back status.

Source | Google | Stack overflow

Edit

git clone [email protected]:rapid7/metasploit-framework.git

cd metasploit-framework

open modules/auxiliary/scanner/http/allegro_rompager_misfortune_cookie.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-MetasploitModule-check_response_fingerprint-for-pr


# Commit to git

git add modules/auxiliary/scanner/http/allegro_rompager_misfortune_cookie.rbgit commit -m "better docs for MetasploitModule#check_response_fingerprint"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-MetasploitModule-check_response_fingerprint-for-pr

hub pull-request


# Celebrate!