流媒体NetFlix解锁检测脚本 / A script used to determine whether your network can watch native Netflix movies or not

netflix-verify

流媒体NetFlix解锁检测脚本,使用Go语言编写

在VPS网络正常的情况下,哪怕是双栈网络也可在几秒内快速完成IPv4/IPv6的解锁判断

鸣谢

  1. 感谢 @CoiaPrant 指出对于地域检测更简便的方法
  2. 感谢 @XmJwit 解决了IPV6 Only VPS无法下载脚本的问题

功能实现

  • 解锁情况判断
  • 地域信息显示
  • 双栈网络测试

由于1.0 Beta版本存在很多问题,而网上大多数都是本项目1.0版本的一键运行命令,请使用下方2.01最新稳定版,请相互转告

相关名词解释

  1. 不提供服务 - 所在的地区NF没开通,连自制剧也看不了
  2. 宽松版权 - 有些NF拍摄的影片不是特别注重版权,所以限制放的很开
  3. 解锁自制剧 - 代表可以看由NF自己拍摄的影片
  4. 解锁非自制剧 - 代表可以看NF买下的第三方版权影片
  5. 地域解锁 - NF在不同的地区可以看的片源都是不同的,有些影片只能在特定区观看

一般通俗意义上来说,需要能看非自制剧才算真正意义上的NF解锁

使用方法

1、部署 golang 环境,执行 go run nf.go 运行本小应用

2、懒人一键运行包(使用编译好的二进制文件执行本小程序)

主下载链接:

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.01/nf_2.01_linux_amd64 && chmod +x nf && clear && ./nf

备用下载链接(支持IPV6):

wget -O nf https://cdn.jsdelivr.net/gh/sjlleo/netflix-verify/CDNRelease/nf_2.01_linux_amd64 && chmod +x nf && clear && ./nf

效果演示图

07e78b00ec35bc32e9434be6937f585d.png

第三方 Linux Shell脚本

这是一个由 @CoiaPrant 开发的shell版本的脚本,支持双栈的检测

https://github.com/CoiaPrant/Netflix_Unlock_Information/

Comments
  • 2.6版本macOS11.2.3运行出错

    2.6版本macOS11.2.3运行出错

    $./nf_2.6_darwin_amd64

    报错信息如下:

    0x11687a0
    0x1168960
    0x1168a00
    0x1168ae0
    0x1168c20
    0x1168ca0
    0x1168dc0
    0x1169180
    0x11692c0
    0x11694c0
    0x11695e0
    0x1169600
    0x11699c0
    0x1169a40
    0x1169c80
    0x1169fc0
    0x116a5a0
    0x116a760
    0x116a800
    

    fatal error: invalid runtime symbol table runtime: panic before malloc heap initialized

    runtime stack:

  • 这个是否是报错?

    这个是否是报错?

    ➜ Desktop uname -m arm64 ➜ Desktop wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_arm64 && chmod +x nf && ./nf --2022-08-12 15:42:55-- https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_arm64 正在连接 127.0.0.1:7890... 已连接。 已发出 Proxy 请求,正在等待回应... 302 Found 位置:https://objects.githubusercontent.com/github-production-release-asset-2e65be/341551718/037a03f6-18cc-4546-9699-6fb2f07c743d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220812%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220812T074256Z&X-Amz-Expires=300&X-Amz-Signature=6654de622295f7c5b2ba8d7f87ee7247db91c2a39c89474996ca00085fb90389&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=341551718&response-content-disposition=attachment%3B%20filename%3Dnf_linux_arm64&response-content-type=application%2Foctet-stream [跟随至新的 URL] --2022-08-12 15:42:56-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/341551718/037a03f6-18cc-4546-9699-6fb2f07c743d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220812%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220812T074256Z&X-Amz-Expires=300&X-Amz-Signature=6654de622295f7c5b2ba8d7f87ee7247db91c2a39c89474996ca00085fb90389&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=341551718&response-content-disposition=attachment%3B%20filename%3Dnf_linux_arm64&response-content-type=application%2Foctet-stream 正在连接 127.0.0.1:7890... 已连接。 已发出 Proxy 请求,正在等待回应... 200 OK 长度:4325376 (4.1M) [application/octet-stream] 正在保存至: “nf”

    nf 100%[=======================================================================================================================>] 4.12M 4.55MB/s 用时 0.9s

    2022-08-12 15:42:58 (4.55 MB/s) - 已保存 “nf” [4325376/4325376])

    zsh: exec format error: ./nf

  • 无法正确测试vps的ipv4

    无法正确测试vps的ipv4

    好几台机器 测试显示

    模式:详细信息模式 [IPv4测试] NetFlix不为您测试的出口IP提供服务

    但用其他脚本测试显示可以解锁 bash <(curl -sSL "https://raw.githubusercontent.com/xb0or/nftest/main/netflix.sh")

    恭喜 你的IP可以打开Netflix 并解锁全部流媒体 区域: NFVDID=BQFMAAEBEHFUSNU78GFBAYVKKIYZYYHAVB2CZGCJ8RQNQHNGD7P8UJ20MMM3VP5RS3JDOTOMNFG9FXUPGHR4ZCBHNL3ZBSNVQYACEYS7KK73DDOP7NDATW%3D%3D;

    if UnblockTest(areaAvailableID, ipv4) { 某些判断出了点问题

  • V2.51解锁判断不准

    V2.51解锁判断不准

    实测老版本是准确的,IPV6解锁了非自制剧。


    ** NetFlix 解锁检测小工具 v2.5 By @sjlleo ** [IPV4测试] NetFlix在您测试的出口IP所在的地区提供服务,宽松版权的自制剧可以解锁 ->> 正在检查是否完整支持自制剧 <<- 支持解锁全部的自制剧 ->> 正在检查支持的NetFlix地区 <<- 不支持解锁非自制剧

    [IPV6测试] NetFlix在您测试的出口IP所在的地区提供服务,宽松版权的自制剧可以解锁 ->> 正在检查是否完整支持自制剧 <<- 支持解锁全部的自制剧 ->> 正在检查支持的NetFlix地区 <<- 支持解锁非自制剧 原生IP地域解锁信息:香港区 NetFlix


    而V2.51则显示: ** NetFlix 解锁检测小工具 v2.51 By @sjlleo ** 模式:简洁信息模式 [IPV4测试] 您的出口IP不能解锁Netflix,仅支持自制剧的观看

    [IPV6测试] 您的出口IP不能解锁Netflix,仅支持自制剧的观看


  • 报错为:./nf: not found

    报错为:./nf: not found

    root@OpenWrt:~# wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_amd64 && chmod +x nf && ./nf --2022-09-03 23:17:36-- https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_amd64 Resolving github.com... 20.205.243.166 Connecting to github.com|20.205.243.166|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/341551718/77bf6b17-9454-4694-9169-4066a1fd09b6?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220903%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220903T151736Z&X-Amz-Expires=300&X-Amz-Signature=06a0205c62c9cc87e14fac67883f4bf4d7b831481e418bb692b46e354f905bad&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=341551718&response-content-disposition=attachment%3B%20filename%3Dnf_linux_amd64&response-content-type=application%2Foctet-stream [following] --2022-09-03 23:17:36-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/341551718/77bf6b17-9454-4694-9169-4066a1fd09b6?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220903%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220903T151736Z&X-Amz-Expires=300&X-Amz-Signature=06a0205c62c9cc87e14fac67883f4bf4d7b831481e418bb692b46e354f905bad&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=341551718&response-content-disposition=attachment%3B%20filename%3Dnf_linux_amd64&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com... 185.199.108.133, 185.199.109.133, 185.199.111.133, ... Connecting to objects.githubusercontent.com|185.199.108.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 4550656 (4.3M) [application/octet-stream] Saving to: 'nf'

    nf 100%[===============================================================================================>] 4.34M 21.8MB/s in 0.2s

    2022-09-03 23:17:37 (21.8 MB/s) - 'nf' saved [4550656/4550656]

    -ash: ./nf: not found

  • 程序识别可以观看,但实际无法登录

    程序识别可以观看,但实际无法登录

    返回结果: NetFlix 解锁检测小工具 v3.0 By @sjlleo [IPv4] 您的出口IP完整解锁Netflix,支持非自制剧的观看 NF所识别的IP地域信息:法国

    [IPv6] 您的网络可能没有正常配置IPv6,或者没有IPv6网络接入

    ip:141.145.194.xx

    登录时,提示密码错误,已确定账户没有问题

  • OpenWRT 终端无法通过 wget 保存文件至本地

    OpenWRT 终端无法通过 wget 保存文件至本地

    • 运行环境 : x86 openwrt Linux 5.4.199 x86_64
    • 执行的操作 : ./nf
    • 部分报错 : Length: 4550656 (4.3M) [application/octet-stream] Saving to: 'nf'

    2022-08-02 02:09:58 (3.49 MB/s) - 'nf' saved [4550656/4550656] bash: ./nf: No such file or directory

  • 提供3合1检测脚本(Netflix + YoutubeCheck + DisneyPlus)

    提供3合1检测脚本(Netflix + YoutubeCheck + DisneyPlus)

    您好,我想问下作者能不能提供3合1检测脚本,Netflix + YoutubeCheck + DisneyPlus 和 IPV4 + IPV6 我提供了类似一个这样的脚本,均采用作者的项目 image 因为有时候很懒惰一个一个复制指令 😂

    [ Netflix-Youtube-DisneyPlus-Check-Availability.zip ](url)

  • 无法准确判断

    无法准确判断

    研究了下原理应该访问3个片源通过返回header判断权限,

    	AreaAvailableID        = 80018499
    	SelfMadeAvailableID    = 80197526
    	NonSelfMadeAvailableID = 70143836
    

    我刚用NF不久遇见一个问题,在我单独访问 https://www.netflix.com/title/81370751 是正常的,但是登陆上账号就没权限了。

    不知道有没有更准确的检查手段

  • 我能提供一些半解锁的机器的信息给您

    我能提供一些半解锁的机器的信息给您

    通过对不同的设备和梯子进行测试,发现了如下规律: 环境说明: 1.梯子(都是使用新加坡线路) 梯子A: 使用dns解锁的方式访问新加坡奈飞,用不了几天就会挂(看不了自制剧,在奈飞的账号里可以看到流媒体地址变成了香港) 梯子B:使用直连ip的方式访问新加坡奈飞,这个没问题 2.设备

    1. AppleTV4K 梯子A正常时,一切正常(可看非自制),梯子被封后就只能看自制了,即便切换上述梯子B后也无法恢复正常,和您对于半解锁的描述一模一样(尝试过重启恢复换账号等一系列操作),只有等几天后使用正常梯子才能恢复
    2. PC 和梯子相关,梯子被封的话就无法看非自制了(自制剧一直没问题),但是切换到上述梯子B后就一切正常了
    3. Sony TV 同上2
    4. 手机&电脑 同上2
    5. PS5&NS 同上2

    我也知道您这边需要的是原生vps的机器,但是实在是全网都没人讨论关于半解锁的问题,这个appletv的表现让我很不爽,常常就是几天看不了,如需我提供什么信息请联系我,感谢!

  • 仅IPV6 机子无法从Github下载,故提供V6+V4代理地址

    仅IPV6 机子无法从Github下载,故提供V6+V4代理地址

    如标题 仅IPV6 机子无法从Github下载,提示 No route to host (IPV6地址也一样) wget -O nf https://github.com/sjlleo/netflix-verify/releases/do wnload/2.52/nf_2.52_linux_amd64 && chmod +x nf && clear && ./nf --2021-03-09 05:52:32-- https://github.com/sjlleo/netflix-verify/releases/downl oad/2.52/nf_2.52_linux_amd64 Resolving github.com (github.com)... 2001:67c:27e4:64::8c52:7903, 140.82.121.3 Connecting to github.com (github.com)|2001:67c:27e4:64::8c52:7903|:443... failed : No route to host. Connecting to github.com (github.com)|140.82.121.3|:443... failed: Network is un reachable. root@srv14508:~# wget -O nf https://github.com/sjlleo/netflix-verify/releases/do wnload/2.52/nf_2.52_linux_amd64 && chmod +x nf && clear && ./nf --2021-03-09 05:53:00-- https://github.com/sjlleo/netflix-verify/releases/downl oad/2.52/nf_2.52_linux_amd64 Resolving github.com (github.com)... 2001:67c:2b0:db32:0:1:8c52:7903, 140.82.121 .3 Connecting to github.com (github.com)|2001:67c:2b0:db32:0:1:8c52:7903|:443... co nnected. HTTP request sent, awaiting response... 302 Found Location: https://github-releases.githubusercontent.com/341551718/0c682400-802c- 11eb-9fbd-c6b27edd9ba3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWN JYAX4CSVEH53A%2F20210309%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210309T045 301Z&X-Amz-Expires=300&X-Amz-Signature=2ced6196b29af356f237cf150e643559fb7aa532e 076838c1bd7c9791459abee&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=341 551718&response-content-disposition=attachment%3B%20filename%3Dnf_2.52_linux_amd 64&response-content-type=application%2Foctet-stream [following] --2021-03-09 05:53:01-- https://github-releases.githubusercontent.com/341551718 /0c682400-802c-11eb-9fbd-c6b27edd9ba3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Cre dential=AKIAIWNJYAX4CSVEH53A%2F20210309%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Da te=20210309T045301Z&X-Amz-Expires=300&X-Amz-Signature=2ced6196b29af356f237cf150e 643559fb7aa532e076838c1bd7c9791459abee&X-Amz-SignedHeaders=host&actor_id=0&key_i d=0&repo_id=341551718&response-content-disposition=attachment%3B%20filename%3Dnf _2.52_linux_amd64&response-content-type=application%2Foctet-stream Resolving github-releases.githubusercontent.com (github-releases.githubuserconte nt.com)... 2001:67c:27e4:64::b9c7:6d9a, 2001:67c:27e4:64::b9c7:6e9a, 2001:67c:27 e4:64::b9c7:6f9a, ... Connecting to github-releases.githubusercontent.com (github-releases.githubuserc ontent.com)|2001:67c:27e4:64::b9c7:6d9a|:443... failed: No route to host. Connecting to github-releases.githubusercontent.com (github-releases.githubuserc ontent.com)|2001:67c:27e4:64::b9c7:6e9a|:443... failed: No route to host. Connecting to github-releases.githubusercontent.com (github-releases.githubuserc ontent.com)|2001:67c:27e4:64::b9c7:6f9a|:443... failed: No route to host. Connecting to github-releases.githubusercontent.com (github-releases.githubuserc ontent.com)|2001:67c:27e4:64::b9c7:6c9a|:443... failed: No route to host. Connecting to github-releases.githubusercontent.com (github-releases.githubuserc ontent.com)|185.199.110.154|:443... failed: Network is unreachable. Connecting to github-releases.githubusercontent.com (github-releases.githubuserc ontent.com)|185.199.111.154|:443... failed: Network is unreachable. Connecting to github-releases.githubusercontent.com (github-releases.githubuserc ontent.com)|185.199.108.154|:443... failed: Network is unreachable. Connecting to github-releases.githubusercontent.com (github-releases.githubuserc ontent.com)|185.199.109.154|:443... failed: Network is unreachable. root@srv14508:~# wget -O nf https://github.com/sjlleo/netflix-verify/releases/do wnload/2.52/nf_2.52_linux_amd64 && chmod +x nf && clear && ./nf --2021-03-09 05:53:05-- https://github.com/sjlleo/netflix-verify/releases/downl oad/2.52/nf_2.52_linux_amd64 Resolving github.com (github.com)... 2001:67c:27e4:64::8c52:7903, 140.82.121.3 Connecting to github.com (github.com)|2001:67c:27e4:64::8c52:7903|:443... failed : No route to host. Connecting to github.com (github.com)|140.82.121.3|:443... failed: Network is un reachable. wget -O nf https://github.com/sjlleo/netflix-verify/releases/do wnload/2.52/nf_2.52_linux_amd64 && chmod +x nf && clear && ./nf --2021-03-09 05:53:51-- https://github.com/sjlleo/netflix-verify/releases/downl oad/2.52/nf_2.52_linux_amd64 Resolving github.com (github.com)... 2001:67c:2b0:db32:0:1:8c52:7903, 140.82.121 .3 Connecting to github.com (github.com)|2001:67c:2b0:db32:0:1:8c52:7903|:443... co nnected. HTTP request sent, awaiting response... 302 Found Location: https://github-releases.githubusercontent.com/341551718/0c682400-802c- 11eb-9fbd-c6b27edd9ba3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWN JYAX4CSVEH53A%2F20210309%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210309T045 301Z&X-Amz-Expires=300&X-Amz-Signature=2ced6196b29af356f237cf150e643559fb7aa532e 076838c1bd7c9791459abee&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=341 551718&response-content-disposition=attachment%3B%20filename%3Dnf_2.52_linux_amd 64&response-content-type=application%2Foctet-stream [following] --2021-03-09 05:53:52-- https://github-releases.githubusercontent.com/341551718 /0c682400-802c-11eb-9fbd-c6b27edd9ba3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Cre dential=AKIAIWNJYAX4CSVEH53A%2F20210309%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Da te=20210309T045301Z&X-Amz-Expires=300&X-Amz-Signature=2ced6196b29af356f237cf150e 643559fb7aa532e076838c1bd7c9791459abee&X-Amz-SignedHeaders=host&actor_id=0&key_i d=0&repo_id=341551718&response-content-disposition=attachment%3B%20filename%3Dnf _2.52_linux_amd64&response-content-type=application%2Foctet-stream Resolving github-releases.githubusercontent.com (github-releases.githubuserconte nt.com)... 2001:67c:27e4:64::b9c7:6d9a, 2001:67c:27e4:64::b9c7:6e9a, 2001:67c:27 e4:64::b9c7:6f9a, ... Connecting to github-releases.githubusercontent.com (github-releases.githubuserc ontent.com)|2001:67c:27e4:64::b9c7:6d9a|:443... failed: No route to host. Connecting to github-releases.githubusercontent.com (github-releases.githubuserc ontent.com)|2001:67c:27e4:64::b9c7:6e9a|:443... failed: No route to host. Connecting to github-releases.githubusercontent.com (github-releases.githubuserc ontent.com)|2001:67c:27e4:64::b9c7:6f9a|:443... failed: No route to host. Connecting to github-releases.githubusercontent.com (github-releases.githubuserc ontent.com)|2001:67c:27e4:64::b9c7:6c9a|:443... failed: No route to host. Connecting to github-releases.githubusercontent.com (github-releases.githubuserc ontent.com)|185.199.111.154|:443... failed: Network is unreachable. Connecting to github-releases.githubusercontent.com (github-releases.githubuserc ontent.com)|185.199.108.154|:443... failed: Network is unreachable. Connecting to github-releases.githubusercontent.com (github-releases.githubuserc ontent.com)|185.199.109.154|:443... failed: Network is unreachable. Connecting to github-releases.githubusercontent.com (github-releases.githubuserc ontent.com)|185.199.110.154|:443... failed: Network is unreachable. 故此原因,拷贝了一份截至现在日期最新的release,套上了CF 链接:https://files.samsam123.tk/Netflix%E4%B8%80%E9%94%AE%E6%B5%8B%E8%AF%95%E8%84%9A%E6%9C%AC%20by%20%40sjlleo 一键指令:wget -O nf https://files.samsam123.tk/Netflix%E4%B8%80%E9%94%AE%E6%B5%8B%E8%AF%95%E8%84%9A%E6%9C%AC%20by%20%40sjlleo && chmod +x nf && clear && ./nf 感谢作者提供脚本!

A simple business indicator tool that uses a sliding window to detect whether the indicator exceeds the threshold

melon A simple business indicator tool that uses a sliding window to detect whether the indicator exceeds the threshold Usage //create the metric //th

Jul 11, 2021
This utility can be used for converting BSE Mutual fund scheme

go-mf-scheme-master-generator This utility can be used for converting BSE Mutual

Jan 21, 2022
Magma: Gives network operators an open, flexible and extendable mobile core network solution
Magma: Gives network operators an open, flexible and extendable mobile core network solution

Connecting the Next Billion People Magma is an open-source software platform tha

Dec 24, 2021
tenv detects environment variable not using t.Setenv
tenv detects environment  variable not using t.Setenv

tenv is analyzer that detects using os.Setenv instead of t.Setenv since Go1.17

Nov 8, 2022
Fast, lightweight and NOT reliable tool for downloading tons of images.

image-download-tool Fast, lightweight and NOT reliable tool for downloading tons of images. How to use Run .exe with --help flag Create json file with

May 12, 2022
DO NOT use `named return values` in Go

namedreturn DO NOT use named return values in Go namedreturn finds a named return value, you must remove it.

Dec 17, 2021
Simple unpacking script for Ezuri ELF Crypter
Simple unpacking script for Ezuri ELF Crypter

ezuri_unpack A simple unpacking script for the Ezuri ELF Crypter. Based on the analysis done by Ofer Caspi and Fernando Martinez of AT&T Alien Labs

Dec 15, 2022
Script Based Alerting Manager
Script Based Alerting Manager

A Project in active development. Features may have breaking changes at any time before v1.0.0 version Telegram Group Balerter is a scripts based alert

Dec 27, 2022
Go API backed by the native Dart Sass Embedded executable.

This is a Go API backed by the native Dart Sass Embedded executable. The primary motivation for this project is to provide SCSS support to Hugo. I wel

Jan 5, 2023
Go library for decoding generic map values into native Go structures and vice versa.

mapstructure mapstructure is a Go library for decoding generic map values to structures and vice versa, while providing helpful error handling. This l

Dec 28, 2022
Goridge is high performance PHP-to-Golang codec library which works over native PHP sockets and Golang net/rpc package.
Goridge is high performance PHP-to-Golang codec library which works over native PHP sockets and Golang net/rpc package.

Goridge is high performance PHP-to-Golang codec library which works over native PHP sockets and Golang net/rpc package. The library allows you to call Go service methods from PHP with a minimal footprint, structures and []byte support.

Dec 28, 2022
a decision & trigger framework backed by Google's Common Expression Language used in graphikDB

a decision & trigger framework backed by Google's Common Expression Language used in graphikDB

Nov 15, 2022
This is an open source project for commonly used functions for the Go programming language.

Common Functions This is an open source project for commonly used functions for the Go programming language. This package need >= go 1.3 Code Conventi

Jan 8, 2023
sigbypass4xx is a utility to automate well-know techniques used to bypass access control restrictions.

sigbypass4xx sigbypass4xx is a utility to automate well-know techniques used to bypass access control restrictions. Resources Usage Installation From

Nov 9, 2022
Package strnaming is used to Convert string to camelCase, snake_case, kebab-case.

strnaming Package strnaming is used to Convert string to camelCase, snake_case, kebab-case. Contents strnaming Contents API Examples Install Quick sta

Oct 24, 2021
MNA - stands for mobile number assignment - a small zero external dependency golang library that is used to identify mobile number assignment in tanzania

MNA - stands for mobile number assignment - a small zero external dependency golang library that is used to identify mobile number assignment in tanzania

Nov 29, 2021
Golang code-generators used to implement Kubernetes-style API types.

code-generator Golang code-generators used to implement Kubernetes-style API types. Purpose These code-generators can be used in the context of Custom

Dec 30, 2022
Source Repo for utilities used in Atlas

Atlas-Utilities Source Repo for utilities used in Atlas filepicker Simple file picker in Go using go-common-file-dialog This returns the path of a fil

Dec 25, 2022
Hotswap provides a solution for reloading your go code without restarting your server, interrupting or blocking any ongoing procedure.
Hotswap provides a solution for reloading your go code without restarting your server, interrupting or blocking any ongoing procedure.

Hotswap provides a solution for reloading your go code without restarting your server, interrupting or blocking any ongoing procedure. Hotswap is built upon the plugin mechanism.

Jan 5, 2023