Skip to content

Commit

Permalink
Update smtp_sinkhole.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Dec 6, 2023
1 parent 1dfb97b commit 1fd4254
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/smtp_sinkhole.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ fi
if [ ! -d dumps ]; then
mkdir -p /opt/CAPEv2/utils/dumps
fi
python smtp_sinkhole.py 0.0.0.0 1025 --dir /opt/CAPEv2/utils/dumps
cd /opt/CAPEv2
poetry run python smtp_sinkhole.py 0.0.0.0 1025 --dir /opt/CAPEv2/utils/dumps

0 comments on commit 1fd4254

Please sign in to comment.