metasploit-framework

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

Ruby

Metasploit Framework

SnifferSMB#detect_ntlm_ver

ntlmv1, ntlmv2 or ntlm2_session

Source | Google | Stack overflow

Edit

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

cd metasploit-framework

open data/exploits/psnuffle/smb.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-SnifferSMB-detect_ntlm_ver-for-pr


# Commit to git

git add data/exploits/psnuffle/smb.rbgit commit -m "better docs for SnifferSMB#detect_ntlm_ver"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-SnifferSMB-detect_ntlm_ver-for-pr

hub pull-request


# Celebrate!