DominicBreuker / stego-toolkit

Collection of steganography tools - helps with CTF challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wine install script 404's on notepad++ download

SuperStormer opened this issue · comments

wine.sh tries to download 2 files for notepad++:

wget -O /tmp/notepad32.7z https://notepad-plus-plus.org/repository/7.x/7.5.1/npp.7.5.1.bin.7z
wget -O /tmp/notepad64.7z https://notepad-plus-plus.org/repository/7.x/7.5.1/npp.7.5.1.bin.x64.7z

Both of these files don't exist anymore and cause a 404 error. These links should probably be replaced with something from https://github.com/notepad-plus-plus/notepad-plus-plus/releases.