Skip to main content

10 posts tagged with "Web Security"

Articles about web security

View All Tags

Pwn2Win CTF 2021 Illusion writeup

· 2 min read
hi120ki
Hiroki Akamatsu

Challenge

Laura just found a website used for monitoring security mechanisms on Rhiza's state and is planning to hack into it to forge the status of these security services. After that she will desactivate these security resources without alerting government agents. Your goal is to get into the server to change the monitoring service behavior.

Server: nc illusion.pwn2win.party 1337

Nuxt.js プロジェクトで JavaScript を難読化

· 3 min read
hi120ki
Hiroki Akamatsu

JavaScript はそのままソースコードを読むことができ,簡単にコピーされたり,リバースエンジニアリングされてしまいます

コードを難読化することで完璧にとはいきませんが悪用を防ぐことができます

今回は Nuxt.js プロジェクトで JavaScript を難読化する設定を紹介します