Executable:
/home/virtfs/SOMEUSER/usr/bin/wget
Command Line (often faked in exploits):
wget -q -O - https://www.SOMEUSER.com/wp-cron.php?doing_wp_cron
I have several websites using this (and more soon) so ideally I would like to do a wildcard for this. So far I tried this:
exe:/usr/bin/wget
Which didn't work, likely because its not the full path. So would I use something like this?
pexe:/home/virtfs/.*/usr/bin/wget
So it works for all accounts? Or would it be this one?
pcmd:/home/virtfs/.*/usr/bin/wget
Any help is greatly appreciated
