From 77862247f4e1122eb39a25c571e10770ae0216b8 Mon Sep 17 00:00:00 2001 From: n1nj4sec Date: Wed, 24 Aug 2016 17:54:31 +0200 Subject: [PATCH] using https to checkout submodules. close #160 --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index f519fc93..fc9fdfb0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "pupy/packages/src/scapy"] path = pupy/packages/src/scapy - url = git://github.com/secdev/scapy + url = https://github.com/secdev/scapy [submodule "pupy/payload_templates"] path = pupy/payload_templates - url = git://github.com/n1nj4sec/pupy-binaries.git + url = https://github.com/n1nj4sec/pupy-binaries.git