Posts

  • Negotiation

    Content Negotiation tools for PHP.

    $negotiator = new \Negotiation\Negotiator();
    
    $acceptHeader = 'text/html, application/xhtml+xml, application/xml;q=0.9, */*;q=0.8';
    $priorities   = array('text/html; charset=UTF-8', 'application/json', 'application/xml;q=0.5');
    
    $mediaType = $negotiator->getBest($acceptHeader, $priorities);
    
    $value = $mediaType->getValue();
    // $value == 'text/html; charset=UTF-8'
    

    The Negotiator returns an instance of Accept, or null if negotiating the best media type has failed.

    Tags: #php • content-negotiation • negotiation

  • Passhunt

    Passhunt is a simple tool for searching of default credentials for network devices, web applications and more. Search through 523 vendors and their 2084 default passwords.

    Passhunt is a simple tool for searching of default credentials for network devices, web applications and more. Search through 523 vendors and their 2084 default passwords.

    Tags: #python • password • default-credentials

  • spacy-models

    💫 Models for the spaCy Natural Language Processing (NLP) library

    This repository contains releases of models for the spaCy NLP library. For more info on how to download, install and use the models, see the models documentation.

    ⚠️ Important note: Because the models can be very large and consist mostly of binary data, we can’t simply provide them as files in a GitHub repository. Instead, we’ve opted for adding them to releases as .whl and .tar.gz files. This allows us to still maintain a public release history.

    Tags: #python • spacy • nlp

  • Volumio2

    Volumio 2 - Audiophile Music Player

    LATEST

    • Link : https://volumio.org/get-started/

    Logins

    • user : volumio
    • password : volumio

    Root login via ssh has been disabled by default, however user volumio can become root.

    Tags: #javascript • volumio • nodejs

  • osmbonuspack

    A third-party library of (very) useful additional objects for osmdroid

    osmdroid is a library to interact with OpenStreetMap data inside an Android application. It offers an almost full/free replacement to Android map objects: MapView, MapController, Overlays (Marker, Polyline, Polygon), etc.

    This “OSMBonusPack” library complements osmdroid with (very) useful classes:

    Have a look to the examples below, and to the features.

    The OSMNavigator application demonstrates the use of these classes. This is a generic-purpose Map/Navigation tool, including a KML viewer and editor.

    Tags: #java

  • inspec-aws

    InSpec AWS Resource Pack https://www.inspec.io/

    • Project State: Maintained

    For more information on project states and SLAs, see this documentation.

    This InSpec resource pack uses the AWS Ruby SDK v3 and provides the required resources to write tests for resources in AWS.

    Tags: #ruby • inspec • aws

  • mouse-dictionary

    📘Super fast browser dictionary

    See also Getting started

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

  • pyshark

    Python wrapper for tshark, allowing python packet parsing using wireshark dissectors

    Python wrapper for tshark, allowing python packet parsing using wireshark dissectors.

    Extended documentation: http://kiminewt.github.io/pyshark

    Looking for contributors - for various reasons I have a hard time finding time to maintain and enhance the package at the moment. Any pull-requests will be reviewed and if any one is interested and is suitable, I will be happy to include them in the project. Feel free to mail me at dorgreen1 at gmail.

    There are quite a few python packet parsing modules, this one is different because it doesn’t actually parse any packets, it simply uses tshark’s (wireshark command-line utility) ability to export XMLs to use its parsing.

    This package allows parsing from a capture file or a live capture, using all wireshark dissectors you have installed. Tested on windows/linux.

    Tags: #python • tshark • packet-capture

  • duo-navigation-drawer

    A flexible, easy to use, unique drawer library for your Android project.

    This Android library provides an easy way to create an alternative navigation drawer for android. Instead of a drawer that slides over the main content of the Activity, this lets the content slide away and reveal a menu below it.

    By default it applies a scaling effect on the content and menu.

    Tags: #java • drawer • slide

  • CaA

    CaA - Collector and Analyzer, Insight into information, exploring with intelligence in a thousand ways.

    CaA是一款网络安全(漏洞挖掘)领域下的辅助型项目,收集HTTP协议报文中的参数、路径、文件、参数值等信息,并统计出现的频次,从而帮助用户构建出具有实战应用价值的Fuzzing字典。除此之外CaA可以生成各类HTTP请求提供给BurpSuite Intruder用于Fuzzing工作。

    CaA的设计思想来源于Web Fuzzing技术,皆在帮助用户发现隐藏的漏洞面,通过对信息的收集分析整理,让用户真正意义上的实现数据挖掘

    思路来源:

    1. 我的Web应用安全模糊测试之路
    2. WebFuzzing方法和漏洞案例总结

    所获荣誉:

    1. 入选2024年KCon兵器谱

    注意事项:

    1. CaA采用Montoya API进行开发,需要满足BurpSuite版本(>=2023.12.1)才能使用。

    Tags: #java • burpsuite • bounty-hunters

subscribe via RSS