Burpsuite로 해킹을 하다 보면 아래와 같은 에러가 날 때가 있습니다.cloudflare에서 제공하는 security feature 때문인데요.&nb...
2021년 12월 24일 금요일
2021년 12월 20일 월요일
윈도우에서 NVM 으로 nodejs 버전 관리하기
npm install -g nvm혹시 아래와 같은 메시지가 뜬다면 npm WARN deprecated nvm@0.0.4: This is NOT the correct nvm. Visit https://nvm.sh and use the curl command to install it.여기가서 윈도우 버전 설치https://github.com/coreybutler/nvm-windows/releases(현재 기준은 1.1.8 버전이 최신임)https://github.com/coreybutler/nvm-windows/releases/download/1.1.8/nvm-setup.zip현재 nvm이 아는 다른 설치된...