Skip to content

Commit ecc1f2c

Browse files
committed
[+] Fix SSL verification
1 parent 98b8a9a commit ecc1f2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GitHacker/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import argparse
1111
import bs4
1212

13-
__version__ = "1.0.9"
13+
__version__ = "1.0.10"
1414

1515
coloredlogs.install(fmt='%(asctime)s %(levelname)s %(message)s')
1616

@@ -29,6 +29,7 @@ def __init__(self, url, dst, threads=0x08, brute=True) -> None:
2929
self.thread_number = threads
3030
self.max_semanic_version = 10
3131
self.brute = brute
32+
self.verify = False
3233

3334
def start(self):
3435
# Ensure the target is a git folder via `.git/HEAD`

0 commit comments

Comments
 (0)