Lmnoppy / Scrippy

Scrippy is a browser extension that holds sql statements (think clip board) to aid devlopers in the testing of websites for basic code injections.

Home Page:http://Scrippy.click

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NO LONGER IN DEVELOPMENT - Archived

This was a small project I made to help my self learn JS. Since leaving education and starting full time employment, i am not able to maintain this project. I will be removing the plugins from the Mozilla and Chrome stores, however, the code will remain on GitHub. it needs to be updated in places and extended in others. Please feel free to fork, clone, create Pull requests under the terms of the Licence attached.

Thank you.

Scrippy

Scrippy is a Chrome and Firefox browser add-on that stores SQL statements to aid in the testing of websites for code injection vulnerabilities. Think cheat sheets but all you do is right click for them.

This tool is made for web developers, pen testers and hobbyist security researchers that want to test sites for injection vulnerabilities. You must have a legal right to do so as not having this right can lead to a criminal conviction. by using this tool you acknowledge that you take sole responsibility for your actions and that there is no warranty with this product either explicit or implied.

Scrippy is currently in beta and falls under the GPLv3 and comes WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Yes updated payloads coming...one day, promise, feel free to submit some.

Download and install

Firefox Chrome

Either go to the market places linked in the images above or download a compressed copy from top of the page. Instructions on how to install it manually can be found here (Still to be done)Wiki.

How to use Scrippy

// To be done, would be better if it was in the wiki // The long and short of it is, right click an input box on a website, like username input or password input select scrippy -> then what ever option you would like - simple.

Current Issues

The current context menu does not allow for Scrippy to be used on the URL bar. This is due to the limitation/sandbox of the web style plugins.

Seems to be a bug when right clicking some input fields, the quick selections and favs do not work. #22

Help

Although i am slowly building this myself as a learning experience, i'd appreciate help in pull requests, comments on the code, better ways to do things etc...

On Going work

Refactor code:

Core code base needs to be refactored

Next realease

Branch/code name: timeyWimey

Documentation:

  • How to install
  • How to use
  • Examples and demos

SQL:

  • Add more/better payloads to the popup menu
  • Decide what payloads should be in "quick sql"

XSS:

  • Set Favorites in options/popup menu page
  • Click popup menu -> XSS payloads -> list of Payloads

Encoding:

  • Extend to other types of encoding

Future plans

SQL Map intergration:

ON HOLD - Due to the sandbox that web extensions are placed in. Branch/code name: RedRadius

  • Right click on input -> SQL Map here -> open SQL mapper - With current element and basic command inputed.
  • Get current element
  • Open SQL Mapper
  • Input command

About

Scrippy is a browser extension that holds sql statements (think clip board) to aid devlopers in the testing of websites for basic code injections.

http://Scrippy.click

License:GNU General Public License v3.0


Languages

Language:JavaScript 96.3%Language:CSS 3.0%Language:HTML 0.5%Language:SCSS 0.1%