Posts

  • device

    Android Device API Based on ddmlib

    A lot of code quote from selendroid,but we will foucs on simplify ddmlib’s usage

    Tags: #java

  • needle

    The iOS Security Testing Framework

    Assessing the security of an iOS application typically requires a plethora of tools, each developed for a specific need and all with different modes of operation and syntax. The Android ecosystem has tools like “drozer” that have solved this problem and aim to be a ‘one stop shop’ for the majority of use cases, however iOS does not have an equivalent.

    Needle is the MWR’s iOS Security Testing Framework, released at Black Hat USA in August 2016. It is an open source modular framework which aims to streamline the entire process of conducting security assessments of iOS applications, and acts as a central point from which to do so. Needle is intended to be useful not only for security professionals, but also for developers looking to secure their code. A few examples of testing areas covered by Needle include: data storage, inter-process communication, network communications, static code analysis, hooking and binary protections. The only requirement in order to run Needle effectively is a jailbroken device.

    The release of version 1.0.0 provided a major overhaul of its core and the introduction of a new native agent, written entirely in Objective-C. The new NeedleAgent is an open source iOS app complementary to Needle, that allows to programmatically perform tasks natively on the device, eliminating the need for third party tools. 

    Needle has been presented at and used by workshops in various international conferences like Black Hat USA/EU, OWASP AppSec and DEEPSEC. It was also included by ToolsWatch in the shortlist for the Top Security Tools of 2016, and it is featured in the OWASP Mobile Testing Guide.

    Needle is open source software, maintained by MWR InfoSecurity.

    Tags: #python • pentesting • ios

  • obsidian-advanced-uri

    Advanced modes for Obsidian URI

    A plugin for Obsidian

    Documentation

    Tags: #typescript

  • laravel-mobile-detect

    Mobile detection within Blade templates

    A package that enables you to use device detection right in your Blade templates. (Utilises the well-known, constantly updated PHP mobile detection library.)

    Tags: #php • laravel • laravel-5-package

  • ng2-charts

    Beautiful charts for Angular based on Chart.js

    Beautiful charts for Angular based on Chart.js

    Tags: #typescript

  • bunny

    Bunny is a RabbitMQ client that focuses on ease of use. It is feature complete, supports all recent RabbitMQ features and does not have any heavyweight dependencies.

    Tags: #ruby • rabbitmq • amqp

  • BlokDust

    :musical_keyboard: A free to use web-based music making app. Make sounds, build instruments and share your creations.

    For tutorials, examples and other related features please visit our wiki/user companion site guide.blokdust.com

    Tags: #javascript

  • bython

    Python with braces. Because python is awesome, but whitespace is awful.

    Python with braces. Because Python is awesome, but whitespace is awful.

    Bython is a Python preprosessor which translates curly brackets into indentation.

    Tags: #python • whitespace • braces

  • disnake

    An API wrapper for Discord written in Python.

    import disnake
    from disnake.ext import commands
    
    bot = commands.InteractionBot(test_guilds=[12345])
    
    @bot.slash_command()
    async def ping(inter):
        await inter.response.send_message("Pong!")
    
    bot.run("BOT_TOKEN")
    

    Tags: #python • discord-py • discord-api

  • concretecms

    Official repository for Concrete CMS development

    If you’re looking for Concrete CMS documentation, you’ll want to navigate over to documentation.concretecms.org. If you see anything that needs more information or is just completely wrong, contributions are welcomed! Just log in to the documentation site with your community.concretecms.com account and edit away!

    Tags: #php • concrete5 • cms

subscribe via RSS