
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Echo a specific HTTP response back, controlled by URL querystring parameters.
A simple node.js HTTP server for testing that will echo back a response, which you can control by passing querystring parameters.
The server will response to any URL.
status
: HTTP status code to send back. Defaults to 200.contentType
: MIME type to send back in the Content-Type header. Defaults to 'text/plain'.body
: The body to send back in the response. Defaults to 'hello there!'.Request:
GET http://localhost:3000/mytest?status=500&contentType=application/json&body={"error":"a message!"}
Response:
HTTP/1.1 500 Internal Server Error
Content-Type: application/json
Content-Length: 20
Date: Wed, 10 Apr 2013 21:05:18 GMT
Connection: keep-alive
{"error":"a message!"}
FAQs
Echo a specific HTTP response back, controlled by URL querystring parameters.
The npm package http-echo receives a total of 2 weekly downloads. As such, http-echo popularity was classified as not popular.
We found that http-echo demonstrated a not healthy version release cadence and project activity because the last version was released 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.