We covered the
Browser Exploitation Framework (BeEF) in a recent post. In this video we will see a demo of the
BeEFPROXY by it's author Hkm.
BeEFYPROXY is the combined use of two very good scripts: BeEF and PHProxy. Together they allow you to intercept and modify the content from an original Host and show it to the user as if it was from the original source.It is designed to be used on a dedicated hosting where the default IP points to the script index.php, and with some sort of DNS Spoofing for pointing real hosts to this IP.This script receives a connection to the IP with any Host in the header, it then connects to the real Host and proxies the complete webpage (with modified links) to the user, trojanizing the web page with the insertion of BeEF.
In this video Hkm demos how to use BeEFPROXY in 4 simple steps:
1. Upload files to a dedicated IP server
2. Modify DNS on the victim machine
3. Access the BeEF configuration
4. Open a redirected domain on the victim
5. View the real time log
You can
download BeEFYPROXY from Hkm's site here. Thanks go out to Hkm for submitting this video to us.