metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
OpenPipeSock#close
Intercepts the socket.close from the session manager when the session dies. Cleanly terminates the SMB session and closes the socket.
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open lib/msf/core/handler/bind_named_pipe.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-OpenPipeSock-close-for-pr
# Commit to gitgit add lib/msf/core/handler/bind_named_pipe.rbgit commit -m "better docs for OpenPipeSock#close"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-OpenPipeSock-close-for-pr
hub pull-request
# Celebrate!