metasploit-framework

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

Ruby

Metasploit Framework

Msf::Sessions::VncInject#autovnc

Launches VNC viewer against the local relay for this VNC server session.

Returns true if we were able to find the executable and false otherwise.
Note that this says nothing about whether it worked, only that we found
the file.

Source | Google | Stack overflow

Edit

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

cd metasploit-framework

open lib/msf/base/sessions/vncinject.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Msf--Sessions--VncInject-autovnc-for-pr


# Commit to git

git add lib/msf/base/sessions/vncinject.rbgit commit -m "better docs for Msf::Sessions::VncInject#autovnc"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Msf--Sessions--VncInject-autovnc-for-pr

hub pull-request


# Celebrate!