
Security News
152 Chrome Live Wallpaper Extensions Hid Ad Tracking and Faked Google Search Traffic
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.
Utilties to recover lost skyd data
Extracts metadata from a .sia file
go build -o bin/ ./cmd/extractmeta
extractmeta ~/image_download.sia
Reconstructs Skyfiles from a local base sector and -extended file
go build -o bin/ ./cmd/metabuild
# download the base sector and extended file from skyc
skyc renter download /var/skynet/testdir ~/testdir-base
skyc renter download /var/skynet/testdir-extended ~/testdir-extended
# reconstruct the data. outputs each subfile to ~/results
metabuild --skynetdir ~/.skynet --skylink AABl3BTAQL0hoUQW942X1kNBQRDUdBIX-FixOdGz3oNHeA --base ~/testdir-base --extended ~/testdir-extended --output ~/results
Checks the health or attempts to recover a .sia file from skyd. Requires
contracts to function, use the sub-commands to send Siacoins and form contracts.
To recover a file, skyrecover will first attempt to recover shards from the
host's listed in the .sia file. If that fails, it will check each contracted
host for the sectors. For the secondary scan, many contracts are required; there
are about 500 active hosts on the network. If skyd had a lot of churn, some
sectors may still be recoverable.
The wallet uses a 12-word BIP-39 renterd/walrus recovery phrase rather than a 28/29 word Sia phrase.
go build -o bin/ ./cmd/skyrecover
RECOVERY_PHRASE="board learn true grain combine pole talent country soon stock juice client" skyrecover -d ~/recovery-data wallet
RECOVERY_PHRASE="board learn true grain combine pole talent country soon stock juice client" skyrecover -d ~/recovery-data wallet redistribute 10 100SC
Will attempt to form contracts with each of the specified host public keys.
RECOVERY_PHRASE="board learn true grain combine pole talent country soon stock juice client" skyrecover -d ~/recovery-data contracts form <public key 1> [public key 2]...
skyrecover -d ~/recovery-data file check ~/photos.jpeg.sia
skyrecover -d ~/recovery-data file recover -i ~/photos.jpeg.sia -o ~/photos.jpeg
Scans a downloaded file for a sub-file matching a size and checksum.
go build -o bin/ ./cmd/skyscan
skyscan --algo sha256 --checksum e9cd47a43126020d93981a859eef38950eaf5d13559132d97d4c5f3281d2a251 --len 342518 --input ~/Downloads/image_download --output ~/Downloads/output.png
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.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.