security testing addons

6
Essential Security Testing Addons Sreenath

Upload: deepu-nath

Post on 22-Apr-2015

348 views

Category:

Technology


0 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Security testing addons

Essential Security Testing Addons Sreenath

Page 2: Security testing addons

3 Essential Security Add-ons for Devs

v HackSearch v XSS Me v SQL inject Me

Page 3: Security testing addons

HackSearch

v  Unwanted pages crawled by Google bot

v  Backlinks

v  Exposed Data

v  Exposed FilesExposed Emails

v  Whois

v  DNS (Health and Information)

v  Antivirus site approval

v  Builtwith Technologies

Page 4: Security testing addons

XSSMe v  XSS-Me is the Exploit-Me tool used to test for reflected Cross-Site Scripting (XSS). It does NOT currently test for stored XSS.rnrn

v  The tool works by submitting your HTML forms and substituting the form value with strings that are representative of an XSS attack.rnrn.

v  The tool does not attempting to compromise the security of the given system. It looks for possible entry points for an attack against the system.

v  There is no port scanning, packet sniffing, password hacking or firewall attacks done by the tool.rnrn

v  You can think of the work done by the tool as the same as the QA testers for the site manually entering all of these strings into the form fields.

Page 5: Security testing addons

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

v  The tool works by submitting your HTML forms and substituting the form value with strings that are representative of an SQL Injection attack.

v  The tool works by sending database escape strings through the form fields. It then looks for database error messages that are output into the rendered HTML of the page.

v  The tool does not attempting to compromise the security of the given system. It looks for possible entry points for an attack against the system. There is no port scanning, packet sniffing, password hacking or firewall attacks done by the tool.

v  You can think of the work done by the tool as the same as the QA testers for the site manually entering all of these strings into the form fields.

Page 6: Security testing addons

Thank you