1. DB Connection
# postgresql 시작
service postgresql start
# msfdb init 초기화
msfdb init
# console 접속
msfconsole
2. DB cache built
# search 확인
search ms
# db 상태 확인
db_status
# cache rebuild
db_rebuild_cache
# console 나가기
exit
3. DB 자동실행
# cli에서 입력
update-rc.d postgresql enable
reboot
'정보보안 > 01. 모의해킹' 카테고리의 다른 글
[모의해킹] raspbian 에서 docker 로 취약환경 구성하기(bwapp) (0) | 2020.02.17 |
---|---|
[Kali Linux] nmap 스캔 (0) | 2019.11.19 |