Posts

  • syncthing-gtk

    GTK3 & python based GUI for Syncthing

    • Everything what WebUI can display
    • Adding / editing / deleting nodes
    • Adding / editing / deleting repositories
    • Restart / shutdown server
    • Editing daemon settings

    Tags: #python • python-2 • gtk3

  • ContentProviderHelper

    A nice little Android app that helps developers to discover and query content providers.

    • Choose your theme: Light / Dark / Light (Dark ActionBar)

    • Fixed OutOfMemory errors on lower spec devices

    • Query content providers with more complex SQL queries

    • Save & Share query results as HTML page

    Tags: #java

  • curseDownloader

    Curse Modpack downloader

    A simple script to download mods from a CurseForge Minecraft modpack.

    Tags: #python

  • elasticsearch-gmail

    Index your Gmail Inbox with Elasticsearch

    I recently looked at my Gmail inbox and noticed that I have well over 50k emails, taking up about 12GB of space but there is no good way to tell what emails take up space, who sent them to, who emails me, etc

    Goal of this tutorial is to load an entire Gmail inbox into Elasticsearch using bulk indexing and then start querying the cluster to get a better picture of what’s going on.

    Tags: #python • elasticsearch • gmail

  • WiFiBroot

    A Wireless (WPA/WPA2) Pentest/Cracking tool. Captures & Crack 4-way handshake and PMKID key. Also, supports a deauthentication/jammer mode for stress testing

    WiFiBroot is built to provide clients all-in-one facility for cracking WiFi (WPA/WPA2) networks. It heavily depends on scapy, a well-featured packet manipulation library in Python. Almost every process within is dependent somehow on scapy layers and other functions except for operating the wireless interface on a different channel. That will be done via native linux command iwconfig for which you maybe need sudo privileges. It currently provides four independent working modes to deal with the target networks. Two of them are online cracking methods while the other runs in offline mode. The offline mode is provided to crack saved hashes from the first two modes. One is for deauthentication attack on wireless network and can also be used as a jamming handler. It can be run on a variety of linux platforms and atleast requires WN727N from tp-link to properly operate.

    Tags: #python • wpa2 • pmkid

  • UniLogin

    UniLogin Monorepo

    Universal Login is a tool for storing funds and connecting to Ethereum applications, aiming to simplify on-boarding of new users.

    This repository is a monorepo including the sdk, relayer, smart contracts and examples. Each public sub-package is independently published to NPM.

    Tags: #typescript

  • stitches

    Create a Microservice in Rails with minimal ceremony

    Add to your Gemfile:

    gem 'stitches'
    

    Then:

    bundle install
    

    Then, set it up:

    > bin/rails generate stitches:api
    > bundle exec rake db:migrate
    

    Tags: #ruby • ruby-gem • rails-engine

  • spring-boot-thin-launcher

    Tools for building “thin” executable jars, with a focus on, but not exclusively for, Spring Boot

    A “thin” jar launcher for java apps. Version 1.0.25.RELEASE is in Maven Central, snapshots are in https://repo.spring.io/libs-snapshot. See https://github.com/spring-projects/spring-boot/issues/1813 for more discussion and ideas.

    Tags: #java

  • WebSocketBundle

    :part_alternation_mark: Symfony2 server side (Ratchet) & client websocket (Autobahn)

    • If you are using Symfony 3.3 or older, you will need the 1.x version of this bundle
    • If you are using Symfony 3.4 or 4.4, you should use the 2.x version of this bundle (note Symfony 4.0 thru 4.3 are no longer supported)
    • If you are using Symfony 4.4 or 5.0, you should use the 3.x version of this bundle

    composer require gos/web-socket-bundle

    Tags: #php • symfony • websocket-server

  • open-event-legacy

    The Open Event legacy server currently running on https://eventyay.com

    Please join our mailing list to discuss questions regarding the project: https://groups.google.com/forum/#!forum/open-event

    Our chat channel is on Gitter here: gitter.im/fossasia/open-event-server

    Tags: #python

subscribe via RSS