
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@zebrajaeger/dummy-http-server
Advanced tools
[](https://www.gnu.org/licenses/gpl-3.0) [](https://www.npmjs.com/@zebrajaeger/dummy-http-server)
Logs incoming requests (GET,POST,...) to console and returns 200.
npm install -g @zebrajaeger/dummy-http-server
Exec
dhs
or
dummy-http-server
into terminal.
Default port is 2999. change ist wit -p or --port option:
dhs -p 1234
Press ctrl + C within console window.
Make a request with a browser:
http://localhost:2999
The console log may look like this one:
headers: { host: 'localhost:2999',
connection: 'keep-alive',
'upgrade-insecure-requests': '1',
'user-agent':
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36',
'sec-fetch-user': '?1',
accept:
'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9',
'sec-fetch-site': 'none',
'sec-fetch-mode': 'navigate',
'accept-encoding': 'gzip, deflate, br',
'accept-language': 'de-DE,de;q=0.9,en;q=0.8',
cookie: 'io=6MrMv9kVc25N62FEAAA1' }
cookies: { io: '6MrMv9kVc25N62FEAAA1' }
body: {}
FAQs
[](https://www.gnu.org/licenses/gpl-3.0) [](https://www.npmjs.com/@zebrajaeger/dummy-http-server)
The npm package @zebrajaeger/dummy-http-server receives a total of 1 weekly downloads. As such, @zebrajaeger/dummy-http-server popularity was classified as not popular.
We found that @zebrajaeger/dummy-http-server 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.