6a25ba18be
This version modifies the existing meterpreter session and bumps the privs up to SYSTEM. However it's not how local exploits are supposed to work. More work will be done to make this create a new session with the elevated privs instead.
50 lines
1.2 KiB
Plaintext
50 lines
1.2 KiB
Plaintext
.bundle
|
|
# Rubymine project directory
|
|
.idea
|
|
# Sublime Text project directory (not created by ST by default)
|
|
.sublime-project
|
|
# RVM control file, keep this to avoid backdooring Metasploit
|
|
.rvmrc
|
|
# YARD cache directory
|
|
.yardoc
|
|
# Mac OS X files
|
|
.DS_Store
|
|
# database config for testing
|
|
config/database.yml
|
|
# simplecov coverage data
|
|
coverage
|
|
data/meterpreter/ext_server_pivot.x86.dll
|
|
data/meterpreter/ext_server_pivot.x64.dll
|
|
doc/
|
|
external/source/meterpreter/java/bin
|
|
external/source/meterpreter/java/build
|
|
external/source/meterpreter/java/extensions
|
|
external/source/javapayload/bin
|
|
external/source/javapayload/build
|
|
# Java binary ignores. Replace the 5 above with this once we're merged.
|
|
external/source/javapayload/*/.classpath
|
|
external/source/javapayload/*/.project
|
|
external/source/javapayload/*/.settings
|
|
external/source/javapayload/*/bin
|
|
external/source/javapayload/*/target
|
|
external/source/javapayload/*/*/.classpath
|
|
external/source/javapayload/*/*/.project
|
|
external/source/javapayload/*/*/.settings
|
|
external/source/javapayload/*/*/bin
|
|
external/source/javapayload/*/*/target
|
|
# Packaging directory
|
|
pkg
|
|
tags
|
|
*.swp
|
|
*.orig
|
|
*.rej
|
|
*~
|
|
# Ignore backups of retabbed files
|
|
*.notab
|
|
|
|
# ignore Visual Studio external source garbage
|
|
*.suo
|
|
*.sdf
|
|
*.opensdf
|
|
*.user
|