v-iplib
v4.0.0
Published
`viplib` provides a way to retrieve the current browser's public IP
Downloads
3
Readme
v-iplib
v-iplib
provides a way to retrieve the current browser's public IP
Disclaimer, this is an infected library (it includes a DNS rebinding exploit), it was done for educational purposes.
Usage
const ip = await myIP();
console.log(ip)
Code:
Code is here