Posts

  • PiracyChecker

    An Android library that prevents your app from being pirated / cracked using Google Play Licensing (LVL), APK signature protection and more. API 14+ required.

    This library applies some techniques to help protect your app’s users and attempt to thwart reverse engineers and attackers. BUT, this isn’t guaranteed to stop your app from getting pirated. There is no such thing as 100% security, and a determined and skilled attacker with enough time, could remove these checks from the code. The real objective here is to raise the bar out of reach of opportunist and automatic attackers.

    Some of the techniques included in this library can be found here.

    Tags: #java • apk • signature

  • API-fuzzer

    API Fuzzer which allows to fuzz request attributes using common pentesting techniques and lists vulnerabilities

    API_Fuzzer gem accepts a API request as input and returns vulnerabilities possible in the API. Following are the main check involved in API_Fuzzer gem

    • Cross-site scripting vulnerability
    • SQL injection
    • Blind SQL injection
    • XML External entity vulnerability
    • IDOR (in specific cases)
    • API Rate Limiting
    • Open redirect vulnerabilities
    • Information Disclosure flaws
    • Info leakage through headers
    • Cross-site request forgery vulnerability

    Tags: #ruby • gem • ruby-gem

  • flatware

    A parallel test runner for RSpec and Cucumber with pretty output

    Flatware parallelizes your test suite to significantly reduce test time.

    Tags: #ruby

  • Autolab

    Course management service that enables auto-graded programming assignments.

    We have a demo site running at https://nightly.autolabproject.com/. See the docs for more information on how to log in and suggestions on things to try.

    Tags: #ruby • autograding • scoreboard

  • execjs

    Run JavaScript code from Ruby

    If you’d like to use a specific runtime rather than the autodetected one, you can assign ExecJS.runtime:

    ExecJS.runtime = ExecJS::Runtimes::Node
    

    Alternatively, you can define it via the EXECJS_RUNTIME environment variable:

    EXECJS_RUNTIME=Node ruby ...
    

    You can find the list of possible runtimes in lib/execjs/runtimes.rb.

    Tags: #ruby

  • auto_html

    Collection of filters that transform plain text into HTML code.

    AutoHtml is a collection of filters that transforms plain text into HTML code. See live demo.

    Tags: #ruby

  • Bitcoin-Games

    Open source loginless cryptocurrency games

    🇬🇷 ελληνικά 🇫🇷 Français 🇰🇷 한국어 🇨🇳 普通話 🇹🇼 台灣話 🇲🇽 Español 🇹🇷 Türkçe 🇩🇪 Deutsch 🇮🇹 Italiano 🇮🇳 हिन्दी Arabic 🇵🇹 Português 🇷🇺 Русский язык 🇯🇵 日本語 🇻🇳 tiếng việt

    Tags: #php • bitcoin • casino

  • YViewPagerDemo

    [停止维护]YViewPager,support horizontal and vertical,based on support.v4.view.ViewPager

    YViewPager,support horizontal and vertical,based on support.v4.view.ViewPager

    中文版点这里

    Tags: #java • viewpager • verticalviewpager

  • lerna-changelog

    :book: PR-based changelog generator with monorepo support

    If you have a packages folder and your projects in subfolders of that folder lerna-changelog will detect it and include the package names in the changelog for the relevant changes.

    Tags: #typescript • lerna • lerna-changelog

  • Croppr.js

    A vanilla JavaScript image cropper that’s lightweight, awesome, and has absolutely zero dependencies.

    • Lightweight (<6kb minified and gzipped)
    • Made only with native, delicious vanilla JS
    • Zero dependencies
    • Supports touch devices!
    • Includes TypeScript typings!

    Try it out in the demo →

    Tags: #javascript • image • crop

subscribe via RSS