MorphURL is a versatile command-line tool designed for obfuscating and deobfuscating IP addresses and URLs. It provides a range of techniques to trans

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-12-30 09:00:02

MorphURL is a versatile command-line tool designed for obfuscating and deobfuscating IP addresses and URLs. It provides a range of techniques to transform IPs and URLs into less recognizable forms, enhancing privacy and security in various scenarios. The tool also includes methods to revert the obfuscated values back to their original representations.

--option <option_number> or -op <option_number>: Select the operation mode. Use 1 for obfuscation or 2 for deobfuscation. If no options are specified, the tool will start in interactive mode.

--ip_or_url <ip_or_url> or -i <ip_or_url>: The IP address or URL to process directly. If using a file, this parameter is used to specify the file path.

-f <input_file>: Path to a file containing IPs/URLs (one per line). This can be used instead of the --ip_or_url option for batch processing.

--domains <domains_file> or -d <domains_file>: Path to a file containing domains for URL masking (one per line), or the domain itself. This is only used with obfuscation.

Leave a Comment