Posts

  • DAws

    Advanced Web Shell

    There’s multiple things that makes DAws better than every Web Shell out there:

    1. Bypasses Security Systems(IPS, WAFs,etc) like Suhosin(uses up to 20 php functions just to get a command executed).
    2. Drops CGI Shells and communicate with them to bypass Security Systems.
    3. Uses the SSH Authorized Keys method to bypass Security Systems.
    4. Uses Shellshock in 2 methods to bypass Security Systems.
    5. Is completely Post Based and uses a XOR Encryption based on a random key that gets generated with every new session + private base64 functions to bypass Security Systems.
    6. Supports Windows and Linux.
    7. Finds a writeable and readable directory and moves there if it’s a web directory; DAws will output everything in that found directory.
    8. Drops a php.ini and a .htaccess file that clears all disablers incase “suphp” was installed.
    9. Has an advanced File Manager.
    10. Everything is done automatically so there’s nothing for the user to worry about.
    11. Open Source.
    12. and much more (check the source for more information; everything is well commented)

    Tags: #php • webshell • shell

  • php-text-analysis

    PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP language

    $tokens = tokenize($text);
    

    You can customize which type of tokenizer to tokenize with by passing in the name of the tokenizer class

    $tokens = tokenize($text, \TextAnalysis\Tokenizers\PennTreeBankTokenizer::class);
    

    The default tokenizer is \TextAnalysis\Tokenizers\GeneralTokenizer::class . Some tokenizers require parameters to be set upon instantiation.

    Tags: #php • nlp • tokenization

  • AnimateFX

    A library of +70 ready-to-use animations for JavaFX

    A library of ready-to-use animations for JavaFX

    Features:

    • Custom animations
    • Custom interpolators
    • Play/Stop animation
    • Play an animation after another
    • More to come

    Tags: #java • animation • javafx

  • fastdvdnet

    FastDVDnet: A Very Fast Deep Video Denoising algorithm

    A state-of-the-art, simple and fast network for Deep Video Denoising which uses no motion compensation.

    Oral presentation at CVPR2020. CVPR publication page

    Previous deep video denoising algorithm: DVDnet

    Tags: #python

  • spyc

    A simple YAML loader/dumper class for PHP

    Using Spyc is trivial:

    <?php
    require_once "spyc.php";
    $Data = Spyc::YAMLLoad('spyc.yaml');
    

    or (if you prefer functional syntax)

    <?php
    require_once "spyc.php";
    $Data = spyc_load_file('spyc.yaml');
    

    Tags: #php

  • mongo-ruby-driver

    Ruby Driver for MongoDB

    High level documentation and usage examples are located here.

    API documentation for the most recent release can be found here. To build API documentation for the master branch, check out the repository locally and run rake docs.

    Tags: #ruby • mongodb • mongodb-driver

  • react-native-animated-tabbar

    A 60FPS animated tab bar with a variety of cool animation presets 😎

    1. Features
    2. Installation
    3. Usage
      1. Animated Icons
    4. Props
    5. Presets
      1. Bubble Preset
      2. Flashy Preset
      3. Material Preset
    6. Migration
    7. To Do
    8. Credits
    9. License

    Tags: #typescript • animated • tabbar

  • OpenGraph

    A Laravel package to fetch Open Graph data of a website.

    • Easily fetch metadata of a URL. Laravel OpenGraph fetches all the metadata of a URL.

    • Supports language-specific metadata. Laravel OpenGraph can fetch metadata in a specific language if webpage supports.

    • Supports twitter metadata. Laravel OpenGraph supports twitter OG data too.

    • Verify image URL. Laravel OpenGraph verifies that the image URL in the image metadata is valid or not.

    Tags: #php • opengraph • laravel

  • ANR-WatchDog

    A simple watchdog that detects Android ANR (Application Not Responding) error and throws a meaningful exception

    1. In the app/build.gradle file, add:

      implementation 'com.github.anrwatchdog:anrwatchdog:1.4.0'
      
    2. In your application class, in onCreate, add:

      new ANRWatchDog().start();
      

    Tags: #java

  • c4

    🔴🔵 Connect Four game in JS + Canvas

    Tags: #typescript • connect-four • game-2d

subscribe via RSS