Toolkit for collecting and applying templates of prompting instances

PromptSource Toolkit for collecting and applying templates of prompting instances. WIP Setup Download the repo Navigate to root directory of the repo Install requirements with pip install -r requirements.txt Running From the root directory of the repo, you can launch the editor with streamlit run promptsource/promptsource.py There are 3 modes in the app: Helicopter view: aggregate high level metrics on the current state of the sourcing Prompted dataset viewer: check the templates you wrote or already written on entire dataset […]

Read more

A information gathering tool for python

Mr.Holmes Mr.Holmes is a information gathering tool (OSINT). Is main purpose is to gain information about domains,username and phone numbers with the help of public source avaiable on the internet also it use the google dorks attack for specific researchers. It also use proxies for make your requests completley anonymous and a WhoIS Api for getting more information about a domain. DISCLAIMER This Tool is Not 100% Precise so it can fail somtimes. Also this tool is made for educational […]

Read more

A SAML2 SPID/CIE Service Provider validation tool

spid-sp-test spid-sp-test is a SAML2 SPID/CIE Service Provider validation tool that can be executed from the command line. This tool was born by separating the test library already present in spid-saml-check. Features spid-sp-test can: test a SAML2 SPID/CIE Metadata file or http url test a SAML2 SPID/CIE AuthnRequest file or or http url test ACS behaviour, how a SP replies to a SAML2 Response dump the responses sent to an ACS and the HTML of the SP response handle Attributes […]

Read more

NES development and romhacking tool made with Python and Lua

NES Builder NES development and romhacking tool made with Python and Lua Current Stage: Alpha Features Open source “Build” project, which exports various items and assembles project.asm if it exists. Palette editor Import CHR banks from .chr, .png, .png (nesmaker). Export CHR banks to .png with chosen palette. Metatile creator plugin system (Lua/Python) Integrated custom 6502 assembler (sdasm) Installing Download the latest release.The NESBuilder_Setup.exe installer will allow you to download and install the latest compoents: NESBuilder Executable NESBuilder Source Installer […]

Read more

A collection of python written hacking tools consisting of network scanner

Python Hacking Tools (PyHTools) (pht) is a collection of python written hacking tools consisting of network scanner, arp spoofer and detector, dns spoofer, code injector, packet sniffer, network jammer, email sender, downloader, wireless password harvester credential harvester, keylogger, download&execute, and reverse_backdoor along with website login bruteforce, scraper, web spider etc. PHT also includes malwares which are undetectable by the antiviruses. The tools provided are for educational purposes only. The developers are no way responsible for misuse of information and tools […]

Read more

A forensic tool to look for signs of infection in smartphone devices

Mobile Verification Toolkit (MVT) is a collection of utilities to simplify and automate the process of gathering forensic traces helpful to identify a potential compromise of Android and iOS devices. It has been developed and released by the Amnesty International Security Lab in July 2021 in the context of the Pegasus project along with a technical forensic methodology and forensic evidences. Installation First you need to install dependencies, on Linux sudo apt install python3 python3-pip libusb-1.0-0 or on MacOS brew […]

Read more

A tool to bypass negative HTTP status codes on the client side

4xxBypasser un outil pour bypasser les code d’états HTTP négatif coté client ( 4xx ) git clone https://github.com/RistBS/4xxBypasser cd 4xxBypasser && sudo pip3 install -r requirements.txt sudo python3 4xxbypasser.py Arguments/options disponibles : Proxy : mettez des proxies http ( peut éviter des refus de connexion ) Params : ajoutez des paramètres si jamais le code d’états l’indique ( 401 par ex ) Path : le chemin qui renvoie le code 4xx Format pour les args Proxy et Params : Params […]

Read more

An Efficient Model Parallelization Toolkit for Deployment

parallelformers An Efficient Model Parallelization Toolkit for Deployment. Parallelformers, which is based on Megatron LM, is designed to make model parallelization easier. You can parallelize various models in HuggingFace Transformers on multiple GPUs with a single line of code. Currently, Parallelformers only supports inference. Training features are NOT included. Why Parallelformers? You can load a model that is too large for a single GPU. For example, using Parallelformers, you can load a model of 12GB on two 8 GB GPUs. […]

Read more

A tool for making python source difficult to read

obscurepy A tool for obscuring, or making python source code difficult to read. Installation This command will install obscurepy: python -m pip install obscurepy I would recommend installing it in a virtual environment as opposed to globally: python -m venv venv source venv/bin/activate python -m pip install obscurepy Limitations As this program is still in active development, there are many limitations. Below are some examples of what obscurepycan do. If it isn’t in the example, obscurepy probably can’t do it. […]

Read more

Python package provinding tools for artistic interactive applications using AI

Python package provinding tools for artistic interactive applications using AI Created by ReDrawing Campinas team for the OpenCV AI 2021 Competition. Stages Stages are the basic processing units of the redrawing package. They receive data objects from input channels, processes them and output data in the output channels. Examples of stages: Stage name Use OAK_Stage Handles a OAK camera. Can be changed using OAK_Substages, like a Body detector or a Hand gesture detector PCR_Viewer Visualizer for image, depth and body […]

Read more
1 12 13 14 15 16 21