Posts

  • acmephp

    Let’s Encrypt/ACME Command Line client written in PHP

    Acme PHP provides several major improvements over the default clients:

    • Acme PHP comes by nature as a single binary file: a single download and you are ready to start working ;
    • Acme PHP is based on a configuration file (~/.acmephp/acmephp.conf) instead command line arguments. Thus, the configuration is much more expressive and the same setup is used at every renewal ;
    • Acme PHP can monitor your CRONs and can send you alerts in many differents places: E-mail, Slack, HipChat, Flowdock, Fleep (thanks to Monolog!)
    • Acme PHP is very extensible it to create the certificate files structure you need for your webserver. It brings several default formatters to create classical file structures (nginx, nginx-proxy, haproxy, etc.) but you can very easily create your own if you need to ;
    • Acme PHP follows a strict BC policy preventing errors in your scripts or CRON even if you update it (see the Backward Compatibility policy of Acme PHP for more informations) ;

    Tags: #php

  • update-helper

    Composer plugin to rise warnings on update, suggest migration processes

    Allow you to display update/upgrade instructions to your library users.

    Tags: #php

  • www.freedomsponsors.org

    Crowdfunding Free Software, one issue at a time.

    Liked FreedomSponsors and want to help? Great! There are many ways you can help.

    Tags: #javascript

  • Zabbix-in-Telegram

    Zabbix Notifications with graphs in Telegram

    Zabbix Notifications with graphs in Telegram

    Join us in our Telegram group via this link: https://t.me/ZbxTg

    Subscribe to our channel: https://t.me/Zabbix_in_Telegram

    Rate on share.zabbix.com: https://share.zabbix.com/cat-notifications/zabbix-in-telegram

    Tags: #python • zabbix • telegram

  • fibratus

    Tool for exploration and tracing of the Windows kernel

    Download the latest release (Windows installer). The changelog and older releases can be found here.

    Alternatively, you can get fibratus from PyPI.

    1. Install the dependencies
      • Download and install Python 3.4.
      • Install Visual Studio 2015 (you’ll only need the Visual C compiler to build the kstreamc extension). Make sure to export the VS100COMNTOOLS environment variable so it points to %VS140COMNTOOLS%.
      • Get Cython: pip install Cython >=0.23.4.
    2. Install fibratus via the pip package manager:
    pip install fibratus
    

    Tags: #python • windows • windows-kernel

  • forecasting

    Time Series Forecasting Best Practices & Examples

    Time series forecasting is one of the most important topics in data science. Almost every business needs to predict the future in order to make better decisions and allocate resources more effectively.

    This repository provides examples and best practice guidelines for building forecasting solutions. The goal of this repository is to build a comprehensive set of tools and examples that leverage recent advances in forecasting algorithms to build solutions and operationalize them. Rather than creating implementations from scratch, we draw from existing state-of-the-art libraries and build additional utilities around processing and featurizing the data, optimizing and evaluating models, and scaling up to the cloud.

    The examples and best practices are provided as Python Jupyter notebooks and R markdown files and a library of utility functions. We hope that these examples and utilities can significantly reduce the “time to market” by simplifying the experience from defining the business problem to the development of solutions by orders of magnitude. In addition, the example notebooks would serve as guidelines and showcase best practices and usage of the tools in a wide variety of languages.

    Tags: #python • forecasting • time-series

  • kiteconnectjs

    The official NodeJs client library for the Kite Connect trading APIs

    The official Javascript node client for communicating with the Kite Connect API.

    Kite Connect is a set of REST-like APIs that expose many capabilities required to build a complete investment and trading platform. Execute orders in real time, manage user portfolio, stream live market data (WebSockets), and more, with the simple HTTP API collection.

    Zerodha Technology (c) 2018. Licensed under the MIT License.

    Tags: #javascript

  • graphql-schema-from-json

    Guess a GraphQL schema from json data

    Guess a GraphQL schema from json data.

    Tags: #javascript

  • linkedin2username

    OSINT Tool: Generate username lists for companies on LinkedIn

    OSINT Tool: Generate username lists from companies on LinkedIn.

    This is a pure web-scraper, no API key required. You use your valid LinkedIn username and password to login, it will create several lists of possible username formats for all employees of a company you point it at.

    Use an account with a lot of connections, otherwise you’ll get crappy results. Adding a couple connections at the target company should help - this tool will work up to third degree connections. Note that LinkedIn will cap search results to 1000 employees max. You can use the features ‘–geoblast’ or ‘–keywords’ to bypass this limit. Look at help below for more details.

    Here’s what you get:

    • first.last.txt: Usernames like Joe.Schmoe
    • flast.txt: Usernames like JSchmoe
    • firstl.txt: Usernames like JoeS
    • first.txt Usernames like Joe
    • lastf.txt Usernames like SchmoeJ
    • rawnames.txt: Full name like Joe Schmoe

    Optionally, the tool will append @domain.xxx to the usernames.

    Tags: #python • hacking • pentesting

  • java-express

    🧪 HTTP Framework based on expressjs, no dependencies, simple usage. Can be used to quickly spin up an API or serve local files.

    Express app = new Express();
    
    app.get("/", (req, res) -> {
       res.send("Hello World");
    }).listen(); // Will listen on port 80 which is set as default
    

    Tags: #java • http-server • java-http-server

subscribe via RSS