metasploit-framework

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

Ruby

Metasploit Framework

MetasploitModule#userauth_passwd_change

The following link is useful to understand how to craft the USERAUTH password change
request packet:
http://fossies.org/dox/openssh-6.1p1/sshconnect2_8c_source.html#l00903

Source | Google | Stack overflow

Edit

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

cd metasploit-framework

open modules/exploits/unix/ssh/tectia_passwd_changereq.rb

Contribute

# Make a new branch

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


# Commit to git

git add modules/exploits/unix/ssh/tectia_passwd_changereq.rbgit commit -m "better docs for MetasploitModule#userauth_passwd_change"


# 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-userauth_passwd_change-for-pr

hub pull-request


# Celebrate!