728x90 반응형 HackTheBox2 [HTB] Conversor 풀이 https://app.hackthebox.com/machines/Conversor?sort_by=created_at&sort_type=desc Hack The Box app.hackthebox.com 초기 침투About 페이지about 페이지에서 소스 코드를 확인할 수 있다. install.md를 살펴보면 /var/www/conversor.htb/scripts/ 에 위치한 파이썬 파일을 실행시키는 것을 확인할 수 있다. @app.route('/convert', methods=['POST'])def convert(): if 'user_id' not in session: return redirect(url_for('login')) xml_file = request.files['xml_.. 2026. 3. 20. [HTB-Academy] Penetration Tester Path - Network Enumeration with Nmap 보호되어 있는 글 입니다. 2025. 12. 22. 이전 1 다음 728x90 반응형