
Research
Security News
The Landscape of Malicious Open Source Packages: 2025 Mid‑Year Threat Report
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
github.com/mhsnrafi/html-parser-golang
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.go
http://localhost:8100
Please 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
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.