Skip to content

Commit

Permalink
Merge pull request #601 from th3joker3000/master
Browse files Browse the repository at this point in the history
Change of repository location
  • Loading branch information
HackingDave authored Mar 15, 2023
2 parents e11598d + 64b1aeb commit f87dfa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/exploitation/shellgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit f87dfa8

Please sign in to comment.