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=""