在WebArena上,使用Ubuntu操作系统
简介
我在WebArena上尝试了Ubuntu18.04。
未登录的指令(遗憾)
aptitude
ruby
java
node
php
apache
vsftpd
mysql
bind
sendmail
postfix
startx
输入的命令(幸运的)
python
nano
ss
使用控制面板中的“安全组”设置来开放端口。
tcp:22,22,ip4:自分のIPアドレス/32
tcp:80,80,ip4:0.0.0.0/0
包裹搜索
dpkg -l | grep hoge
apt-cache search hoge
安装软件包
sudo apt-get install hoge
以上。.)