Posts

  • spotify-web-api-android

    A wrapper for Spotify Web API. It uses Retrofit to create Java interfaces from API endpoints

    This project is a wrapper for the Spotify Web API. It uses Retrofit to create Java interfaces from API endpoints.

    Tags: #java

  • laravel-keycloak-guard

    🔑 Simple Keycloak Guard for Laravel

    This package helps you authenticate users on a Laravel API based on JWT tokens generated from Keycloak Server.

    Tags: #php • laravel • keycloak

  • PMapper

    A tool for quickly evaluating IAM permissions in AWS.

    Principal Mapper (PMapper) is a script and library for identifying risks in the configuration of AWS Identity and Access Management (IAM) for an AWS account or an AWS organization. It models the different IAM Users and Roles in an account as a directed graph, which enables checks for privilege escalation and for alternate paths an attacker could take to gain access to a resource or action in AWS.

    PMapper includes a querying mechanism that uses a local simulation of AWS’s authorization behavior. When running a query to determine if a principal has access to a certain action/resource, PMapper also checks if the user or role could access other users or roles that have access to that action/resource. This catches scenarios such as when a user doesn’t have permission to read an S3 object, but could launch an EC2 instance that can read the S3 object.

    Additional information can be found in the project wiki.

    Tags: #python • aws • iam

  • deep-RL-trading

    playing idealized trading games with deep reinforcement learning

    This repo is the code for this paper. Deep reinforcement learing is used to find optimal strategies in these two scenarios:

    • Momentum trading: capture the underlying dynamics
    • Arbitrage trading: utilize the hidden relation among the inputs

    Several neural networks are compared:

    • Recurrent Neural Networks (GRU/LSTM)
    • Convolutional Neural Network (CNN)
    • Multi-Layer Perception (MLP)

    Tags: #python • deep-reinforcement-learning • machine-learning

  • mouse-dictionary

    📘Super fast browser dictionary

    See also Getting started

    Tags: #typescript • chrome-extension • firefox-extension

  • react-native-background-job

    Schedule background jobs in React Native that run your JavaScript when your app is in the background/killed.

    Schedule background jobs that run your JavaScript when your app is in the background or if you feel brave even in foreground.

    The jobs will run even if the app has been closed and, by default, also persists over restarts.

    This library relies on React Native’s HeadlessJS which is currently only supported on Android.

    On the native side it uses either Firebase JobDispatcher or a AlarmManager.

    • Firebase JobDispatcher (default): The jobs can’t be scheduled exactly and depending on the Android API version different period time is allowed. FirebaseJobDispatcher is the most battery efficient backward compatible way of scheduling background tasks.

    • AlarmManager by setting exact to true: Simple propriatery implementation that is only ment to be used while testing. It only cares about executing on time, all other parameters are ignored - job is not persisted on reboot.

    Tags: #java • react-native • scheduled-jobs

  • one_gadget

    The best tool for finding one gadget RCE in libc.so.6

    When playing ctf pwn challenges we usually need the one-gadget RCE (remote code execution), which leads to call execve('/bin/sh', NULL, NULL).

    This gem provides such gadgets finder, no need to use objdump or IDA-pro every time like a fool :wink:

    To use this tool, type one_gadget /path/to/libc in command line and enjoy the magic :laughing:

    Tags: #ruby • ctf • pwnable

  • OctoPrint-Enclosure

    OctoPrint Enclosure Plugin

    I’m moving away from it, and when ready the replacement plugin would be here: https://github.com/vitormhenrique/OctoPrint-Enclosure-V2

    Tags: #python • temperature-sensor • enclosure

  • obsidian-image-toolkit

    An Obsidian plugin for viewing an image.

    When you click an image, it will be popped up and you can preview, zoom, move, rotate, flip, invert and copy the image.

    Tags: #typescript

  • laravel-request-docs

    Effortless API documentation tool for Laravel applications. Swagger alternative.

    • Light and Dark mode
    • Automatic rules fetching from injected Request and by regexp
    • Automatic routes fetching from Laravel Routes
    • Support for Laravel logs
    • Support for SQL query and query time
    • Support for HTTP response time and memory consumption
    • Support for Authorization Headers
    • Support for File uploads
    • Support for Eloquents events
    • Display extra documentation using markdown
    • Saves history previous requests
    • Added filters to sort, group and filter routes by methods, controllers, middlewares, routes
    • Export Laravel API, routes, rules and documentation to Postman and OpenAPI 3.0.0

    Tags: #php • laravel • laravel-package

subscribe via RSS