Skip to content

Commit

Permalink
Merge pull request trustedsec#559 from sidahmed-malaoui/master
Browse files Browse the repository at this point in the history
Update 'sublist3r' installation procedure to use 'python3'
  • Loading branch information
HackingDave authored Dec 3, 2020
2 parents 3dde609 + 2329470 commit 2be4334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/intelligence-gathering/sublist3r.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
INSTALL_LOCATION="sublist3r"

# DEPENDS FOR DEBIAN INSTALLS
DEBIAN="git,python-pip"
DEBIAN="git,python3-pip"

# DEPENDS FOR FEDORA INSTALLS
FEDORA="git,python-pip"
FEDORA="git,python3-pip"

# COMMANDS TO RUN AFTER
AFTER_COMMANDS="cd {INSTALL_LOCATION}, pip install -r requirements.txt"
AFTER_COMMANDS="cd {INSTALL_LOCATION}, python3 -m pip install -r requirements.txt"

# CREATE LAUNCHER
LAUNCHER="sublist3r"
Expand Down

0 comments on commit 2be4334

Please sign in to comment.