Skip to content

Commit

Permalink
Merge pull request trustedsec#9 from gazcbm/knockpy
Browse files Browse the repository at this point in the history
Doh - bugfix for knockpy
  • Loading branch information
gazcbm authored Jan 1, 2018
2 parents 2213da0 + 6badc6b commit 96913e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/intelligence-gathering/knockpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
FEDORA="git,python-dnspython"

# COMMANDS TO RUN AFTER
AFTER_COMMANDS="cd {INSTALL_LOCATION}, echo -e "Opening vim in 10 seconds- Please enter your Virus Total API key", sleep 10s, vim knockpy/config.json, python setup.py install"
AFTER_COMMANDS="cd {INSTALL_LOCATION}, echo -e "Opening vim in 10 seconds- Please enter your Virus Total API key", sleep 10s, vim knockpy/config.json, python setup.py install, ln -s knockpy/knockpy.py knockpy.py"

# CREATE LAUNCHER
LAUNCHER="knockpy"
Expand Down

0 comments on commit 96913e5

Please sign in to comment.