https://github.com/antonioskalattas/ip-grabber-local
This is a cpp program that aims to help you get the local ip address of a computer in your network and later use it to remote access it.
https://github.com/antonioskalattas/ip-grabber-local
cpp ip ipgrabber iplocal remote-access-ip-grabber
Last synced: about 1 year ago
JSON representation
This is a cpp program that aims to help you get the local ip address of a computer in your network and later use it to remote access it.
- Host: GitHub
- URL: https://github.com/antonioskalattas/ip-grabber-local
- Owner: AntoniosKalattas
- License: apache-2.0
- Created: 2021-11-06T20:44:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T20:56:03.000Z (over 4 years ago)
- Last Synced: 2025-01-11T13:45:13.921Z (over 1 year ago)
- Topics: cpp, ip, ipgrabber, iplocal, remote-access-ip-grabber
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IP-grabber-local
This is a cpp program that aims to help you get the local ip address of a computer in your network and later use it to remote access it.
# How to use it
First install the package and run `ip_grabber.exe`. After that, you will see three(3) files: ``global.txt``, ``ips_local.txt``, and ``result.txt``. The ip that you got will be in the ``ips_local.txt``. The other two files are usless for your perpose but they are essential for the program to run correctly.