Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
github.com/mpl/gogallery
Gogallery is a simple web server which allows to browse images in a convenient way with the help of tags (most of the behavior is copied from fukung.net). Clicking on an image opens another one randomly.
It is written in Go, and uses sqlite to store the tags. It also uses imagemagick's convert to generate the thumbnails, although that will change when a go native solution for resizing images has matured enough.
usage:
gogallery tag dir tagname
gogallery deltag tagname
gogallery
-conf="": json conf file to send email alerts
-h=false: show this help
-host="localhost:8080": listening port and hostname that will appear in the urls
All images are initially tagged under "all", so
http://host/tag/all
will display them all.
Or simply start with http://host/random
.
It can also be used for quick browsing of local images; just run gogallery -init in the images dir and go to http://localhost:8080/tag/all in your browser.
Disclaimer: this is just a toy. It has bugs, and lacks basic security features. Heck, it probably isn't safe against sql injections, so do not use it for anything serious. Maybe someday I'll clean it up but in the meantime I'll just maintain it so that it builds and starts. Actually, I'll probably never touch it again. Just keeping it for history.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.