一款追求轻量化的开源可视化路由跟踪工具-NextTrace

   
摘要GPT
摘要小助理暂时失联跑路啦……😜

一键安装脚本(linux)

curl nxtrace.org/nt | bash

一切准备就绪!使用命令 (例如ip地址是1.1.1.1)

nexttrace 1.1.1.1

更多进阶命令玩法可以用 nexttrace -h 查看哦

关于软件卸载,因为nexttrace是绿色版单文件,卸载只需输入命令

rm /usr/local/bin/nexttrace

windows使用方法:

https://github.com/nxtrace/NTrace-core/releases/download/v1.2.8/nexttrace_windows_amd64.exe

下载后将nexttrace_windows_amd64.exe重命名 nexttrace.exe

然后cmd, 改成你要追踪的ip 注意:打开cmd的位置要在nexttrace.exe所在目录

nexttrace 你的ip

方法二

@echo off
set /p ip=请输入要跟踪的 IP 地址:
D:\nexttrace.exe %ip%
pause

保存为nexttrace.bat文件双击运行

注意: D:\nexttrace.exe 是nexttrace.exe所在的目录,这里是D盘

知识共享许可证 CC BY-NC-SA 4.0
最后更新于 2024-07-17 18:28
使用 Hugo 构建
主题 hugo-magic小洋葱 魔改 由 Jimmy 设计
Written by Human, Not by AI