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.
github.com/sprajjwal/bew25-go_web_scraper
Create your very own web scraper and crawler using Go and Colly!
📂 makescraper
├── README.md
└── scrape.go
Visit github.com/new and create a new repository named bew25-go_web_scraper
.
Run each command line-by-line in your terminal to set up the project:
$ git clone git@github.com:Make-School-Labs/makescraper.git
$ cd makescraper
$ git remote rm origin
$ git remote add origin git@github.com:sprajjwal/bew25-go_web_scraper.git
$ go mod download
Open README.md
in your editor and replace all instances of YOUR_GITHUB_USERNAME
with your GitHub username to enable the Go Report Card badge.
Complete each task in the order they appear. Use GitHub Task List syntax to update the task list.
struct
to store your data.c.OnHTML
callback on line 16
to use the selector(s) you tested while completing the worksheet.stdout
.struct
. Extract multiple data points from the website. Print them to stdout
in a readable format.struct
you created to JSON. Print the JSON to stdout
to validate it.output.json
.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’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.