Posts

  • bootstrap-notify

    Turns standard Bootstrap alerts into “Growl-like” notifications.

    This is a simple plugin that turns standard Bootstrap alerts into “Growl-like” notifications.

    Tags: #javascript

  • marzneshin

    A fork of Marzban aiming for scalability

    Tags: #typescript • censorship-circumvention • dashboard

  • ManifestEditor

    This is a tool used to modify Android Manifest binary file.

    This is a tool used to modify Android Manifest binary file.
    此工具用于修改AndroidManifest二进制文件。比如,更改Manifest文件中的app包名,版本号,更改或新增app入口Application的类名,更改或新增debuggable的属性,增加usesPermission标签,增加meta-data标签等。 同时,为了更方便使用,提供了直接修改Apk包中的Manifest文件,并对修改后的Apk进行签名的功能。

    比较常见的修改AndroidManifest二进制文件的工具,大致有:apkeditorAXMLEditor

    但是,这些工具都有一个相同的问题: 新增属性无法被Android系统解析出来。
    比如,在application标签下增加debuggable=true属性,安装后的App并不是debuggable的。

    本工具并不存在此问题。当然,本工具可能存在其他一些问题,并未作充分测试。

    此项目基于axml,并在其基础做了二次封装和一些优化,使用起来更加方便。

    This tool is used in project Xpatch

    Tags: #java

  • CloudProxy

    Proxy server to bypass Cloudflare protection.

    Proxy server to bypass Cloudflare protection

    :warning: This project is in beta state. Some things may not work and the API can change at any time. See the known issues section.

    Tags: #typescript • cloudflare • cloudflare-bypass

  • EMVemulator

    This Android app collects Mag-Stripe data and CVC3 codes from PayPass cards and emulates that information.

    IMPORTANT - THIS REPO IS NO LONGER MAINTAINED

    This Android app collects Mag-Stripe data and CVC3 codes from MasterCard PayPass cards and emulates that information. It is based on combined pre-play and downgrade attack described in Cloning Credit Cards: A combined pre-play and downgrade attack on EMV Contactless by Michael Roland, Josef Langer.

    WARNING! This application might destroy your credit card (MasterCard only) after ~ 66 successful attacks.*

    *For each attack application increments card’s ATC by 1000. ATC (Application Transaction Counter) is 2B value that means that maximum value of ATC is 65535, so after approximately 66 attacks this counter overflows.

    Tags: #java • android • emv-smartcard-protocol

  • meekrodb

    MeekroDB – The Simple PHP MySQL Library

    Include the db.class.php file into your project and set it up like this:

    require_once 'db.class.php';
    DB::$dsn = 'mysql:host=localhost;dbname=meekrodb';
    DB::$user = 'my_database_user';
    DB::$password = 'my_database_password';
    

    Tags: #php

  • wordnet

    Lexical database of any language

    Open Source browsing application for Wordnet database

    Tags: #ruby

  • jolt

    JSON to JSON transformation library written in Java.

    1. Transforming JSON data from ElasticSearch, MongoDb, Cassandra, etc before sending it off to the world
    2. Extracting data from a large JSON documents for your own consumption

    Tags: #java

  • fortify

    Backend controllers and scaffolding for Laravel authentication.

    Laravel Fortify is a frontend agnostic authentication backend for Laravel. Fortify powers the registration, authentication, and two-factor authentication features of Laravel Jetstream.

    Tags: #php • laravel • auth

  • archivesspace

    ArchivesSpace, the archives management tool

    ArchivesSpace is released under the Educational Community License, version 2.0. See the COPYING file for more information.

    Tags: #ruby • archivesspace • archives

subscribe via RSS