Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishantshah977/ipfy
Create your own website like iplogger.org and grabify.link
https://github.com/nishantshah977/ipfy
grabify ip iplocator iplogger iplookup iplookup-php php
Last synced: 6 days ago
JSON representation
Create your own website like iplogger.org and grabify.link
- Host: GitHub
- URL: https://github.com/nishantshah977/ipfy
- Owner: nishantshah977
- License: gpl-3.0
- Created: 2023-03-30T08:54:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-29T08:17:14.000Z (over 1 year ago)
- Last Synced: 2023-07-29T09:40:39.437Z (over 1 year ago)
- Topics: grabify, ip, iplocator, iplogger, iplookup, iplookup-php, php
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ipfy
Alternative of iplogger.org# About
With help of IPfy you can get IP address and HTTP user Agent. It will store these data in database.
* **index.html**
- User Interaction page to get url
* **form_handle.js**
- Generate tracking code & Submit Form to form_handle.php
* **form_handle.php**
- Check url and update to ipfy_url DB table.
* **collect.php**
- Collect user IP and User agent and redirect to url.
* **retrieve.php**
- Display user IP and User agent# Before Use
* You need to make your own UI as this project doesn't have except index.html
* You need to have CREATE TABLE privilege in DB# URL Structures
* `http://localhost/collect.php?code=tracking_code` - Send to Victim to collect IP and User agent
* `http://localhost/retrieve.php?code=tracking_code` - Get IP and user Agent.# Note
This project is made for my own practice. If you want to use it you can but need to create UI on your own.**Tested on**
* Apache
* MariaDB