Security in CPS/OSCP
-
[htb] Sequel - very easySecurity in CPS/OSCP 2022. 4. 9. 16:44
1. Access mysql $> mysql -u root -p -h ${target_ip} ... MariaDB [(none)] show tables; +--------------------+ | Database | +--------------------+ | htb | | information_schema | | mysql | | performance_schema | +--------------------+ MariaDB [(none)] use htb; 2. Read data from tables; MariaDB [htb]> show tables; +---------------+ | Tables_in_htb | +---------------+ | config | | users | +----------..
-
Name of host only adapter is not selected in VirtualBoxSecurity in CPS/OSCP 2020. 11. 28. 07:35
최신 버전 (6.1.16) 비쥬얼 박스에서 Kali-Linux 설치시 아래와 같이 Host only Adapter 추가시 Name 이 설정이 되지 않아서 추가를 하지 못하는 문제가 발생하였다. 이는 Host-only Adapter 에 매칭시킬수 있는 adapter 가 존재하지 않아서 발생하게 된다. Tools > Create 메뉴에서 Adapter 생성후 다시 시도하면 간단하게 해결이 된다.