Notice
Recent Posts
Tags
- MachineLearning
- aiinterviewprep
- largelanguagemodels
- Security
- airesearch
- llm활용
- AI질문
- prompt injection
- llmexplained
- xz-utils
- ChatGPT
- llm questions
- aiengineer
- llm model
- elasticsearch
- 정보보안
- PromptEngineering
- ai입문
- ai prompt
- ai vulnerability
- ai hacking
- llminterviewquestions
- aiforbeginners
- 프롬프트엔지니어링
- llm 활용
- metasploit_series
- AI기초
- llm attack
- 보안뉴스
- llm hacking
- Today
- Total
반응형
목록 DVWA DB (1)
반응형
ARTIFEX ;)
#2 DVWA 환경 구성 in Kali (DB 수정)
DB 설정을 하라는 메시지와 함께 새로 실행이 안될 것이다. # Service mysql restart -- mysql 서비스를 재시작. # mysql -u root -p -- Default PW : p@ssw0rd Mysql> create user dvwa -- 새로운 유저를 만들어 준다. dvwa라는 이름의 유저로 생성하였음. > grant all on dvwa.* to dvwa@localhost identified by 'p@ssw0rd'; > flush privileges; > GRANT ALL ON dvwa.* TO 'dvwa'@'%'; > FLUSH PRIVILEGES; > exit # vi config.php.ini 에서 db_database=dvwa, db_user=dvwa 두가지 설정을 ..
# Security/Penetration Testing_Vulnerabilities
2020. 4. 22. 18:06