Posts
-
pyttsx3
Offline Text To Speech synthesis for python
pip install pyttsx3If you get installation errors , make sure you first upgrade your wheel version using :
pip install --upgrade wheelTags: #python • pyttsx • text-to-speech
-
SonOTA
Flashing Itead Sonoff devices with custom firmware via original OTA mechanism
A script to update a Sonoff device from the stock firmware to Sonoff-Tasmota purely over WiFi.
This is beta software, and it may not work 100% of the time, and require to manually flash your device using serial. Although it can not be guaranteed, it’s unlikely the device will be damaged such that it can’t be flashed with Sonoff-Tasmota via serial (the difficulty of this depends on the device and the headers in provides). Typically if it does not work, a power cycle restores the functionality to the default firmware.
Tags: #python
-
ios-build-action
Build iOS project (.xcodeproj, .xcworkspace), and export ipa
This action build iOS project. (.xcodeproj, .xcworkspace)
And can export to ipa, so it can be continuously delivered to DeployGate and TestFlight.
self-hosted is also supported. If you use self-hosted, install Xcode.
Tags: #ruby • ios • github-actions
-
esper
Esper Complex Event Processing, Streaming SQL and Event Series Analysis
Esper is a component for complex event processing (CEP), streaming SQL and event series analysis, available for Java as Esper, and for .NET as NEsper.
Esper’s home page and documentation are at http://www.espertech.com/esper
Esper and NEsper are open-source software available under the GNU General Public License (GPL) version 2 (GPL v2).
This repository tracks changes since release 5.2.0 and as of April 6, 2015. The repository prior to that date was the Codehaus repository which has been discontinued.
Esper and NEsper including documentation are copyrighted and the copyright is owned by EsperTech Inc., unauthorized reproduction or distribution of this copyrighted work is illegal.
For commercial licensing terms, please contact EsperTech Inc. for any inquiry.
Tags: #java • cep • complex-event-processing
-
php-reverse-shell
PHP shells that work on Linux OS, macOS, and Windows OS.
Just a little refresh on the popular PHP reverse shell script pentestmonkey/php-reverse-shell. Credits to the original author!
Works on Linux OS and macOS with
/bin/shand Windows OS withcmd.exe. Script will automatically detect the underlying OS.Works with both,
ncatandmulti/handler.Tested on XAMPP for Linux v7.3.19 (64-bit) with PHP v7.3.19 on Kali Linux v2020.2 (64-bit).
Tested on XAMPP for OS X v7.4.10 (64-bit) with PHP v7.4.10 on macOS Catalina v10.15.6 (64-bit).
Tested on XAMPP for Windows v7.4.3 (64-bit) with PHP v7.4.3 on Windows 10 Enterprise OS (64-bit).
In addition, everything was tested on Docker images nouphet/docker-php4 with PHP v4.4.0 and steeze/php52-nginx with PHP v5.2.17.
Made for educational purposes. I hope it will help!
Process pipes on Windows OS do not support asynchronous operations so
stream_set_blocking(),stream_select(), andfeof()will not work properly, but I found a workaround.Tags: #php • reverse-tcp • reverse-shell
-
bmg
Bmg, Alf’s successor, A Ruby Relational Algebra
Bmg is a relational algebra implemented as a Ruby library. It implements the Relation as First-Class Citizen paradigm contributed with Alf a few years ago.
Bmg can be used to query relations in memory, from various files, SQL databases, and any data source that can be seen as serving relations. Cross data-sources joins are supported, as with Alf. For differences with Alf, see a section further down this README.
Tags: #ruby
-
overmind
Overmind - Frictionless state management
Visit website for more information: www.overmindjs.org.
Tags: #typescript
-
Admin-Panel-User-Management-using-CodeIgniter
Admin Panel User Management Demo - CodeIgniter + AdminLTE Theme
Admin Panel - User Management Demo using CodeIgniter + AdminLTE Bootstrap Theme
The code is uploaded to demonstrate the simple role based Admin Panel application using CodeIgniter(MVC Framework)
Purpose :
For every website, we need some sort of admin panel to monitor over the content of the website. The developers must have to start with the basic functinalities like login, logout, create/manage admin users, manage their roles, change password, forget password etc. This repository gives you all above things readymade as boilerplate for admin panel (but by using CodeIgniter PHP MVC framework). You just start code to add your project feature in it.
Tags: #php • codeigniter • codeigniter-adminlte-theme
-
seccomp-tools
Provide powerful tools for seccomp analysis
Provide powerful tools for seccomp analysis.
This project targets to (but is not limited to) analyze seccomp sandbox in CTF pwn challenges. Some features might be CTF-specific, but also useful for analyzing seccomp of real cases.
Tags: #ruby • seccomp • seccomp-filter
-
js-fire
A javascript clone of google/python-fire 🔥
A javascript implementation of google/python-fire
js-fire is a library for automatically generating command line interfaces (CLIs) from most js objects.
- js Fire is a simple way to create a CLI in js.
- js Fire helps with exploring existing code or turning other people’s code into a CLI.
- js Fire makes transitioning between Bash and js easier.
Tags: #javascript • cli • node
subscribe via RSS