目录
连接至HTB服务器并启动靶机
1.What is the name of the webserver running on port 80 and 443 according to nmap?
使用nmap对靶机TCP端口进行开放扫描
2.What is the name of the application that presents a login screen on port 443?
使用浏览器访问靶机80端…
select * from student; select:选取 from:来源 *:所有栏位 select 姓名,班级,成绩 from students; 选取特定栏位 select 姓名,班级,成绩 from students limit 5;--限制显示拦数
select 姓…