All Projects → IlluminatiFish → Odyssey

IlluminatiFish / Odyssey

Licence: GPL-3.0 license
A piece of software that shows a traceroute of a URL redirect path

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Odyssey

kirby3-redirects
Setup HTTP Status Code Redirects from within the Kirby Panel
Stars: ✭ 14 (-65.85%)
Mutual labels:  redirects, redirect
random-redirect
Page that redirects to a random page that offers the service you are looking for
Stars: ✭ 54 (+31.71%)
Mutual labels:  redirects, redirect
custom-permalinks
Set custom permalinks on a per-post basis in WordPress
Stars: ✭ 17 (-58.54%)
Mutual labels:  url, redirect
django-redirects
↪️ ✅ redirects as they should be, with full control.
Stars: ✭ 32 (-21.95%)
Mutual labels:  redirects, redirect
1c http
Подсистема 1С для работы с HTTP
Stars: ✭ 48 (+17.07%)
Mutual labels:  url, redirects
QDNetDiagnostics
iOS网络测试小工具
Stars: ✭ 23 (-43.9%)
Mutual labels:  traceroute
deadlink
💀 Checks and fixes URLs in code and documentation.
Stars: ✭ 105 (+156.1%)
Mutual labels:  url
UrlManager
Javascript class for getting and setting url parameters
Stars: ✭ 15 (-63.41%)
Mutual labels:  url
url
A C++ library that implements the URL WhatWG specification
Stars: ✭ 35 (-14.63%)
Mutual labels:  url
uri
A type to represent, query, and manipulate a Uniform Resource Identifier.
Stars: ✭ 16 (-60.98%)
Mutual labels:  url
node-url-shortener
URL Shortener in Base58 using Node.js, Express, Sequelize, Mocha and Bootstrap
Stars: ✭ 21 (-48.78%)
Mutual labels:  url
gravatar-url-generator
A fun and friendly generator of Gravatar urls.
Stars: ✭ 44 (+7.32%)
Mutual labels:  url
mongoose-slug-updater
Schema-based slug plugin for Mongoose - single/compound - unique over collection/group - nested docs/arrays - relative/abs paths - sync on change: create/save/update/updateOne/updateMany/findOneAndUpdate tracked - $set operator - counter/shortId
Stars: ✭ 37 (-9.76%)
Mutual labels:  url
link text
Easy to use text widget for Flutter apps, which converts inlined urls into working, clickable links
Stars: ✭ 20 (-51.22%)
Mutual labels:  url
url-regex-safe
Regular expression matching for URL's. Maintained, safe, and browser-friendly version of url-regex. Resolves CVE-2020-7661 for Node.js servers.
Stars: ✭ 59 (+43.9%)
Mutual labels:  url
golgi
A composable routing library for Haxe.
Stars: ✭ 37 (-9.76%)
Mutual labels:  url
telresender
A Telegram bot, which resend your message to another account
Stars: ✭ 22 (-46.34%)
Mutual labels:  redirect
urlzap
⚡️ Your own static URL shortener
Stars: ✭ 57 (+39.02%)
Mutual labels:  redirects
url
Build and parse URLs. Useful for HTTP and "routing" in single-page apps (SPAs)
Stars: ✭ 69 (+68.29%)
Mutual labels:  url
seenreq
Generate an object for testing if a request is sent, request is Mikeal's request.
Stars: ✭ 42 (+2.44%)
Mutual labels:  url

Odyssey

Tracing URL redirects has never been easier!

Python version Project version Codacy Grade

🚩 Use Cases

  • To see where an affiliate link ends up
  • To see what affiliate network is being used in this process
  • Ensure that your own redirects work correctly as intended to
  • To analyse suspicious URLs from various sources
  • To avoid being tracked by companies
  • To avoid being redirected to malicious websites
  • Discover how many times a site can redirect your request

To learn more about the uses of redirects, and what redirects are, please read this article.

Requirements

  • A python installation above 3.8+, which you can download from the official python website here.

➡️ Installation

Please follow the instructions below.

  • Clone this repository
  • Then execute the command pip install -r requirements.txt

🎖️ Usage

Simply run the entrypoint script called run.py with an appropriate python command and then enter the URL you would like to trace.

> python run.py
[+] URL: https://example.com/test

📝 License

Odyssey - A piece of software that shows a traceroute of a URL redirect path Copyright (c) 2021-2022 IlluminatiFish

This program is free software; you can redistribute it and/or modify the code base under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but without ANY warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/

Acknowledgements

  • The developers of the modules used in this project
  • The developers of the IP-API website
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].