Skip to content

Commit

Permalink
venom v1.0.17.6 - amsi evasion persistence handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 29, 2020
1 parent 442f082 commit 73f5dab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/handlers/handler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ Colors;

## Check for handler dependencies
if ! [ -e "cert.pem" ] || ! [ -e "key.pem" ]; then
echo ${RedF}"Certificates not found in current directory .."
echo ${RedF}"- Certificates not found in current directory .."
sleep 2 && exit
fi
zen=$(which openssl)
if ! [ "$?" -eq "0" ]; then
echo ${RedF}"OpenSSL not found in current system .."
echo ${RedF}"- OpenSSL not found in current system .."
sleep 2 && exit
fi

Expand Down
2 changes: 1 addition & 1 deletion bin/handlers/handler2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Colors;
## Check for handler dependencies
zen=$(which nc)
if ! [ "$?" -eq "0" ]; then
echo ${RedF}"Netcat not found in current system .."
echo ${RedF}"- Netcat not found in current system .."
sleep 2 && exit
fi

Expand Down
2 changes: 1 addition & 1 deletion bin/handlers/handler3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Colors;

## Check for handler dependencies
if ! [ -e "server.py" ]; then
echo ${RedF}"server.py not found in current directory .."
echo ${RedF}"- server.py not found in current directory .."
sleep 2 && exit
fi

Expand Down

0 comments on commit 73f5dab

Please sign in to comment.