Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Downloads all Canvas files to a local directory. Provides GUI for managing the download.[
Looking for Maintainers
As I no longer have access to Canvas systems, this project cannot be actively maintained by me. If you are interested in maintaining this project, please email me.
Grab all files on Canvas LMS to local directory.
Less is More. In canvas_grab v2, we focus on stability and ease of use. Now you don't have to tweak dozens of configurations. We have a very simple setup wizard to help you get started!
For legacy version, refer to legacy branch.
{version}.zip
.git clone https://github.com/skyzh/canvas_grab
../canvas_grab.sh
(Linux, macOS) or .\canvas_grab.ps1
(Windows) in Terminal.
Please refer to Build and Run from Source
for more information.You may interrupt the downloading process at any time. The program will automatically resume from where it stopped.
To upgrade, just replace canvas_grab
with a more recent version.
If you have any questions, feel free to file an issue here.
First of all, please install Python 3.8+, and download source code.
We have prepared a simple script to automatically install dependencies and run canvas_grab.
For macOS or Linux users, open a Terminal and run:
./canvas_grab.sh
For Windows users:
Set-ExecutionPolicy Unrestricted
in Powershell.Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name LongPathsEnabled -Type DWord -Value 1
canvas_grab
source file in file browser, Shift + Right-click on blank area, and select Run Powershell here
..\canvas_grab.ps1
The setup wizard will automatically create a configuration for you.
You can change config.toml
to fit your needs. If you need to
re-configure, run ./configure.sh
or ./configure.ps1
.
See Contributors list. @skyzh, @danyang685 are two core maintainers.
MIT
Which means that we do not shoulder any responsibilities for, included but not limited to:
FAQs
Downloads all Canvas files to a local directory. Provides GUI for managing the download.[
We found that canvas-grab demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.