Skip to content

Commit

Permalink
Update exploit-db.py
Browse files Browse the repository at this point in the history
Added a sed AFTER _COMMAND to have searchsploit point to the correct path to find FILES.csv
  • Loading branch information
nmrdyer authored Jan 27, 2017
1 parent f06b96f commit 93bdd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploitation/exploit-db.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
FEDORA="git"

# COMMANDS TO RUN AFTER
AFTER_COMMANDS="cd {INSTALL_LOCATION}"
AFTER_COMMANDS="cd {INSTALL_LOCATION}",sed -i 's/gitpath="\/opt\/exploit-database"/gitpath="\/pentest\/exploitation\/exploit-db"/g' searchsploit

# STUFF TO COPY TO PATH
LAUNCHER="searchsploit"

0 comments on commit 93bdd3a

Please sign in to comment.