Browser exploitation is in fashion but it doesn't seem that there's a popular tool to build and run attacks. Browser Rider will try to fill the gap by providing a framework to build, deploy and manage payloads that exploit the browser. This project aims on the long term to provide a powerful, simple and flexible interface to any client side attack for hackers. (download ppt)
Many service providers have offered their business through web applications. Web services have developed through the past years to a powerful and flexible platform where business meets business and customers. This has triggered a surge for new requirements, leading to some significant changes in the way we use and consume software, store data and develop applications; completely transforming the Web.
Probably the most popular Web development in recent years is AJAX. Together with other technologies, AJAX forms the foundation for Web 2.0 which revolutionised the way we use and experience the web. Unfortunately the industry has created a new popular technology without much security in mind. Not only have new attack vectors evolved but also the attack surface for old web application attacks has increased. Cross Site Scripting (XSS), parameter manipulation, session hijacking are just a few of them. Additionally security professionals have to be concerned about the new data containers like JSON, new architecture principles like REST, new protocols like SOAP and especially the JavaScript language.
Hackers are designing JavaScript worms that exploit permanent cross-site scripting attacks, which protects their identity and automatically infect other vulnerable websites. (download ppt)
"Browser Rider" is a powerful hacking framework to build payloads that exploit the browser. It allows
to send javascript on the fly to computers browsing an infected web page. Technically Browser Rider
has the following features:
^ Easily create powerful payloads
^ Obfuscation
^ Polymorphisme
^ Control more than one zombie at a time
^ Simple administration panel
By working in IT companies, I have notice that it is very difficult to make a programmer change his programming habits so that he can improve his code security. Plus, many developers are not aware of new vulnerabilities types and techniques. However it is critical for them to stay in touch with the security world in order to provide secure programmes. For someone who hasn't any security knowledge it is almost impossible to learn how to programme securely and adapt himself quickly. A security problem could require you to re-structure all your application witch can lead to a loss of time and money.
So my goal through this software is to propose a powerful solution to secure your PHP applications against most of the common web vulnerabilities.
With PHP Security Framework you will be able to assure a minimum security to your projects without having to change your ways of programming or having to learn about web hacking. However in this user documentation I will prove the efficiency of my product.