Codebase list finalrecon / b5428c8a-b1fc-473a-b596-1e06aae42fb3/main
Refresh patches. Kali Janitor 2 years ago
2 changed file(s) with 13 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
55 finalrecon.py | 32 ++++++++++++++++----------------
66 1 file changed, 16 insertions(+), 16 deletions(-)
77
8 diff --git a/finalrecon.py b/finalrecon.py
9 index 15cb13a..f14aafe 100644
10 --- a/finalrecon.py
11 +++ b/finalrecon.py
8 Index: finalrecon/finalrecon.py
9 ===================================================================
10 --- finalrecon.orig/finalrecon.py
11 +++ finalrecon/finalrecon.py
1212 @@ -36,22 +36,22 @@ else:
1313 import shutil
1414 shutil.copytree(src_conf_path, conf_path, dirs_exist_ok=True)
1515
1616 -with open(path_to_script + '/requirements.txt', 'r') as rqr:
1717 - pkg_list = rqr.read().strip().split('\n')
18 -
18 +#with open(path_to_script + '/requirements.txt', 'r') as rqr:
19 +# pkg_list = rqr.read().strip().split('\n')
20
1921 -print('\n' + G + '[+]' + C + ' Checking Dependencies...' + W + '\n')
20 -
22 +#print('\n' + G + '[+]' + C + ' Checking Dependencies...' + W + '\n')
23
2124 -for pkg in pkg_list:
2225 - spec = importlib.util.find_spec(pkg)
2326 - if spec is None:
2932 - print('\n' + R + '[-]' + C + ' Please Execute ' + W + 'pip3 install -r requirements.txt' + C + ' to Install Missing Packages' + W + '\n')
3033 - os.remove(pid_path)
3134 - sys.exit()
32 +#with open(path_to_script + '/requirements.txt', 'r') as rqr:
33 +# pkg_list = rqr.read().strip().split('\n')
34 +
35 +#print('\n' + G + '[+]' + C + ' Checking Dependencies...' + W + '\n')
36 +
3735 +#for pkg in pkg_list:
3836 +# spec = importlib.util.find_spec(pkg)
3937 +# if spec is None:
55 finalrecon.py | 2 +-
66 1 file changed, 1 insertion(+), 1 deletion(-)
77
8 diff --git a/finalrecon.py b/finalrecon.py
9 index f14aafe..35857ba 100644
10 --- a/finalrecon.py
11 +++ b/finalrecon.py
8 Index: finalrecon/finalrecon.py
9 ===================================================================
10 --- finalrecon.orig/finalrecon.py
11 +++ finalrecon/finalrecon.py
1212 @@ -217,7 +217,7 @@ def full_recon():
1313 try:
1414 fetch_meta()