Open Source Tool/Kali Linux
Kali Linux에서 Postgresql/Metasploit 시작!
DarkSoul.Story
2013. 9. 27. 11:26
반응형
root@DarkSoul:~# service postgresql start && service metasploit start : postgresql과 metasploit을 지금 바로 시작!! root@DarkSoul:~# update-rc.d postgresql enable && update-rc.d metasploit enable : 부팅 완료 후 postgresql과 metasploit을 자동으로 시작하기 !! |
반응형