Posted onEdited onWord count in article: 582Reading time ≈2 mins.
Hack The Box [Season9] Conversor Linux Easy
User Flag
扫到存在 80 端口,需要改 hosts 访问
注册账号后登录
1
We are Conversor. Have you ever performed large scans with Nmap and wished for a more attractive display? We have the solution! All you need to do is upload your XML file along with the XSLT sheet to transform it into a more aesthetic format. If you prefer, you can also download the template we have developed here: [Download Template](http://conversor.htb/static/nmap.xslt)
You can also run it with Apache using the app.wsgi file.
If you want to run Python scripts (for example, our server deletes all files older than 60 minutes to avoid system overload), you can add the following line to your /etc/crontab.
""" * * * * * www-data for f in /var/www/conversor.htb/scripts/*.py; do python3 "$f"; done """