
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Uses ip-api.com to query for information.
ip-api.com will automatically ban any IP addresses doing over 150 requests per minute. To unban your IP click here.
You are free to use ip-api.com for non-commercial use. ip-api.com does not allow commercial use without prior approval.
For commercial, unlimited use see ip-api.com pro service.
npm i --save ip-locator
var ipLocator = require('ip-locator')
ipLocator.getDomainOrIPDetails(<IpOrhostname>,<ResponseType>, function (err, data) {
console.log(data)
});
var ipLocator = require('ip-locator')
ipLocator.getDomainOrIPDetails('google.com','json', function (err, data) {
console.log(data)
});
Outputs:
{ as: 'AS15169 Google Inc.',
city: 'Mountain View',
country: 'United States',
countryCode: 'US',
isp: 'Google',
lat: 37.4192,
lon: -122.0574,
org: 'Google',
query: '74.125.130.101',
region: 'CA',
regionName: 'California',
status: 'success',
timezone: 'America/Los_Angeles',
zip: '94043' }
FAQs
###### Retrieve the information of an IP address or hostname.
The npm package ip-locator receives a total of 24 weekly downloads. As such, ip-locator popularity was classified as not popular.
We found that ip-locator 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
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.