This is an open source IP Logger with Private IP Logging capability. For now it can log any target's Public/Private IPs and User-Agent.
If you want to contribute to this project then have a look CONTRIBUTING.md
-
Create a virtual environment with venv(install venv, if its not installed).
python3 -m venv django-env
-
Clone the project in the same directory.
git clone https://github.com/realsdx/onelogger.git
-
Activate the virtual environemnt.
source dajngo-env/bin/activate
I don't care, find it yourself.
-
Install the requirements.
cd onelogger pip install -r requirements.txt
-
Migrate your database and run the Django Development Server.
python manage.py makemigrations python manage.py migrate python manage.py runserver
-
Open
http://localhost:8000
in your browser.