/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
6.4.136
script/rails
6 строк
294 B
Luke Imhoff
Use railties to load Metasploit::Credential correctly
13 май 2014, 00:03
Не верифицирован
13 май 2014, 00:03
3370465
Код
Авторство
О чём код?
#!/usr/bin/env ruby # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. APP_PATH = File.expand_path('../../config/application', __FILE__) require File.expand_path('../../config/boot', __FILE__) require 'rails/commands'