From 64b1aebaf68871e31cb566d9b080bd01a1173e85 Mon Sep 17 00:00:00 2001 From: TheJoker Date: Tue, 29 Nov 2022 19:32:55 -0500 Subject: [PATCH] change repo location and remove depend. for deb. installs --- modules/exploitation/shellgen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/exploitation/shellgen.py b/modules/exploitation/shellgen.py index e1ed0a4f..9afb86f3 100644 --- a/modules/exploitation/shellgen.py +++ b/modules/exploitation/shellgen.py @@ -14,14 +14,14 @@ INSTALL_TYPE="GIT" # LOCATION OF THE FILE OR GIT/SVN REPOSTIRORY -REPOSITORY_LOCATION="https://github.com/thejoker3000/ShellGen" +REPOSITORY_LOCATION="https://gitlab.com/thejoker3000/ShellGen" INSTALL_LOCATION="shellgen" BYPASS_UPDATE="NO" # DEPENDS FOR DEBIAN INSTALLS -DEBIAN="git,python2.7,python3" +DEBIAN="git,python3" # COMMANDS TO RUN AFTER AFTER_COMMANDS=""