
Moment.js 취약점 랩
Moment.js의 path traversal 취약점(CVE-2022-24785)을 탐색하기 위한 간단한 Node Express 앱입니다.
git clone https://github.com/pS3ud0RAnD0m/momentjs.git
cd momentjs
cat package.json # Change 'moment' to '2.29.4' if wanting to test bypasses of the current patch.
npm install
node app.js