Skip to content

Instantly share code, notes, and snippets.

View VaiTon's full-sized avatar
🍊

VaiTon VaiTon

🍊
View GitHub Profile
@VaiTon
VaiTon / traceips
Created June 15, 2025 18:53
Traces the route to an IP or domain and displays real-time info about each hop using ipinfo.io.
#!/usr/bin/env python3
# SPDX-FileCopyrightText: 2025 Eyad Issa
# SPDX-License-Identifier: GPL-3.0-or-later
"""
traceips.py
Traces the route to a given IPv4/IPv6 address or hostname and displays information
about each hop by querying ipinfo.io. The output is formatted as two columns:
the hop IP (or hop number for "no reply" hops) and the associated info.
@VaiTon
VaiTon / uniboautologin.user.js
Created January 1, 2022 01:18
Chromium userscript for UniBo IDP autologin
// ==UserScript==
// @name UniBo AutoLogin
// @description AutoLogin to UniBo IDP by using saved passwords
// @version 0.1.0
// @author VaiTon <[email protected]>
// @match https://idp.unibo.it/adfs/ls/*
// @match https://shib.unibo.it/idp/*
// @icon https://www.google.com/s2/favicons?domain=unibo.it
// @grant none
// ==/UserScript==