
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
github.com/mhsnrafi/html-parser-golang
Advanced tools
RESTful API to create, read, update and delete html response. No database implementation yet
mux mux routergoquery from web$ go get -u github.com/gorilla/mux
$ go get github.com/PuerkitoBio/goquery
go run main.gohttp://localhost:8100Please get Golang, anything else for free is a compromise that is just not worth. Get started with trial version.
GET http://localhost:8100/api/response:
GET http://localhost:8100/api/response{id}:
DELETE http://localhost:8100/api/response/{id}:
POST http://localhost:8100/api/response:
# body parameter:
{
"url": "https://www.julianabicycles.com/en-US""
}
Request sample:
{
"id": "1",
"url": "https://www.julianabicycles.com/en-US",
"htmltitle": "Juliana Bicycles | The Original Women's Mountain Bike",
"htmlversion": "html5",
"headingcount": {
"h1": 9,
"h2": 41,
"h3": 4,
"h4": 4
},
"externallink": 59,
"internalink": 170,
"inaccessible": 0,
"islogin": false
}
PUT http://localhost:8100/api/response/{id}:
# body parameter:
{
"id": "3"
}
Request sample:
{
"id": "3",
"url": "https://www.julianabicycles.com/en-US",
"htmltitle": "Juliana Bicycles | The Original Women's Mountain Bike",
"htmlversion": "html5",
"headingcount": {
"h1": 9,
"h2": 41,
"h3": 4,
"h4": 4
},
"externallink": 59,
"internalink": 170,
"inaccessible": 0,
"islogin": false
}
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 discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.