Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
hget — 用Golang编写的可中断、可恢复的下载加速器 | Kitploit
工具/GitHubGitHub/huydx/hget
通用工具
GitHubhuydx/hget

hget

用Golang编写的可中断、可恢复的下载加速器

查看仓库
997698年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

hget

这个项目是我个人学习 golang 来构建有用工具的项目。

构建状态: Build Status

安装

root@kitploit:~
$ go get -d github.com/huydx/hget
$ cd $GOPATH/src/github.com/huydx/hget
$ make clean install

二进制文件将构建在 ./bin/hget 中,您可以将其复制到 /usr/bin 或 /usr/local/bin,甚至可以 alias wget hget 来完全替代 wget :P

使用方式

root@kitploit:~
hget [Url] [-n parallel] [-skip-tls false] //to download url, with n connections, and not skip tls certificate
hget tasks //get interrupted tasks
hget resume [TaskName | URL] //to resume task

要中断任何正在下载的过程,只需在下载中途按 ctrl-c 或 ctrl-d,hget 将安全保存您的数据,您之后可以恢复下载

下载

恢复

下载工具