Skip to content

Commit

Permalink
Switch to python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
g0tmi1k committed Jan 7, 2021
1 parent 2acb87f commit 1150b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msfpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ fi

##### Done!
if [[ "${SUCCESS}" == true ]]; then
echo -e " ${GREEN}[?]${RESET} ${GREEN}Quick web server${RESET} (for file transfer)?: python2 -m SimpleHTTPServer 8080"
echo -e " ${GREEN}[?]${RESET} ${GREEN}Quick web server${RESET} (for file transfer)?: python3 -m http.server 8080"
echo -e " ${BLUE}[*]${RESET} ${BLUE}Done${RESET}!"
else
doHelp
Expand Down

0 comments on commit 1150b74

Please sign in to comment.