This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |