Skip to content

Commit

Permalink
Merge pull request #615 from jeffmcjunkin/patch-17
Browse files Browse the repository at this point in the history
Update ncrack.py: Add global install
  • Loading branch information
HackingDave committed May 24, 2024
2 parents 22afc7d + 47ab1ef commit c40ffe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/vulnerability-analysis/ncrack.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#####################################
# Installation module for testSSL
# Installation module for ncrack
#####################################

# AUTHOR OF MODULE NAME
Expand Down Expand Up @@ -29,4 +29,4 @@
ARCHLINUX=""

# COMMANDS TO RUN AFTER
AFTER_COMMANDS="cd {INSTALL_LOCATION},./configure,make"
AFTER_COMMANDS="cd {INSTALL_LOCATION},./configure,make,make install"

0 comments on commit c40ffe7

Please sign in to comment.