Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.15 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.15 KB

Introduction

This folder hosts the list of malicious packages reported by the community and by the authors.

Regarding the actual packages, maloss-samples is a private repo that contains the supply chain attack samples and are updated periodically. Please fill out the Google Form to request access. We will respond ASAP.

Find packages of a user

  • For RubyGems

    • download the user page as html, e.g. shaggy.html
    • get packages: grep -o "gems/[^\"]*.\"" shaggy.html > shaggy_packages.txt
    • get downloads: grep ' [0-9]\+' shaggy.html > shaggy_downloads.txt
  • For NpmJS

    • download the user page as html, e.g. davidribyrne.html
    • get packages: grep -o 'package/[^"]*' davidribyrne.html > davidribyrne_packages.txt

The advisories that tracks malicious packages