Skip to content

Commit

Permalink
Update enum.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Gr1mmie authored Jul 30, 2020
1 parent 54ffeb9 commit f659063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/enum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
redis_enum (){
mkdir $loot/redis
tput setaf 2;echo "[+] Starting redis enum";tput sgr0
nmap --script redis-info -sV -p 6379 $IP
nmap --script redis-info -sV -p 6379 $IP | tee -a $loot/redis/redis_info
echo "msf> use auxiliary/scanner/redis/redis_server" >> $loot/redis/manual_cmds
}

Expand Down

0 comments on commit f659063

Please sign in to comment.