
Security News
curl Shuts Down Bug Bounty Program After Flood of AI Slop Reports
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.
http-dht-proxy
Advanced tools
Relay http request to dht peer
Install globally to use the http-dht-proxy command:
npm install -g http-dht-proxy
Run a http-dht-proxy:
http-dht-proxy 8080
Start proxy server: node bin.js
HTTP-to-DHT proxy on 8080
Start sample server: node example/server.js
Local http server on 8081
DHT public key f7tnaio84i4r9n7escd7dp7ke3umumorm4yijfqupqwzkd3m533o
Send request:
node example/client.js <dht-public-key>node example/client-header.js <dht-public-key>Server will receive request
New request {
host: 'localhost:8080',
connection: 'keep-alive',
'content-type': 'text/plain;charset=UTF-8',
accept: '*/*',
'accept-language': '*',
'sec-fetch-mode': 'cors',
'user-agent': 'node',
'accept-encoding': 'gzip, deflate',
'content-length': '35'
} {"message":"Request with pathname"}
New request {
host: 'localhost:8080',
connection: 'keep-alive',
'dht-public-key': 'f7tnaio84i4r9n7escd7dp7ke3umumorm4yijfqupqwzkd3m533o',
'content-type': 'text/plain;charset=UTF-8',
accept: '*/*',
'accept-language': '*',
'sec-fetch-mode': 'cors',
'user-agent': 'node',
'accept-encoding': 'gzip, deflate',
'content-length': '33'
} {"message":"Request with header"}
FAQs
Relay http request to dht peer
We found that http-dht-proxy 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.

Security News
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.