metasploit-framework

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

Ruby

Metasploit Framework

MetasploitModule#low_integrity_level?

Test the process integrity level by trying to create a directory on the TEMP folder
Access should be granted with Medium Integrity Level
Access should be denied with Low Integrity Level
Usint this solution atm because I'm experiencing problems with railgun when trying
use GetTokenInformation

Source | Google | Stack overflow

Edit

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

cd metasploit-framework

open modules/exploits/windows/local/adobe_sandbox_adobecollabsync.rb

Contribute

# Make a new branch

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


# Commit to git

git add modules/exploits/windows/local/adobe_sandbox_adobecollabsync.rbgit commit -m "better docs for MetasploitModule#low_integrity_level?"


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

hub pull-request


# Celebrate!