Wednesday 22 October 2014

Mozilla Plugins For Hackers

Mozilla Plugins For Hackers


Mozilla Firefox is a browser which is loved by security experts and hackers. it also supports add-ons to enhance the functionality. Mozilla has a website add-on section that has thousands of useful add-ons in different categories.We thought it would be fun to bring to you a list of important add-ons for hackers and pentesters. 
 


Firebug

Firebug allows you to modify the content of a page (HTML or Javascript) on the fly – enabling you to modify it to your likings. Annoying javascript input validation? Remove it with Firebug! Form not formulated to your likings? Hack it up real nice, with Firebug!

Tamper Data:
This is one of the most used Addons for Pentesters, who traditionally make use of it for viewing and modifying HTTP/HTTPS headers and post parameters, trace and time HTTP response or requests, security test web applications by modifying POST parameters and a lot more.

XSS Me

“XSS-Me is the Exploit-Me tool used to test for reflected Cross-Site Scripting”.

User Agent Switcher

With this extension, you can quickly and easily switch between user-agent strings.  Also, you can set up specific URLs that you want to spoof every time
 
Live HTTP Headers is a really helpful penetration testing add-on for Firefox. It displays live headers of each http request and response

HackBar
 
This toolbar will help you in testing sql injections, XSS holes and site security. It is NOT a tool for executing standard exploits. Its main purpose is to help a developer do security audits on his code

SQL Inject ME

“SQL Inject Me is the Exploit-Me tool used to test for SQL Injection vulnerabilities. “

No comments:

Post a Comment

Prevention Techniques: Cross-site request forgery (CSRF)

1. The best defense against CSRF attacks is unpredictable tokens, a piece of data that the server can use to validate the request, and wh...